Skip to content

Commit

Permalink
#16 update example to OOP Framework
Browse files Browse the repository at this point in the history
  • Loading branch information
mdancho84 committed Jan 9, 2025
1 parent 0c6b7dd commit bbaf682
Show file tree
Hide file tree
Showing 2 changed files with 362 additions and 183 deletions.
4 changes: 4 additions & 0 deletions ai_data_science_team/agents/data_cleaning_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ class DataCleaningAgent(BaseAgent):
Retrieves the generated Python function used for cleaning the data.
get_recommended_cleaning_steps()
Retrieves the agent's recommended cleaning steps.
get_response()
Returns the response from the agent as a dictionary.
show()
Displays the agent's mermaid diagram.
Examples
--------
Expand Down
Loading

0 comments on commit bbaf682

Please sign in to comment.