-
I have a need to work on panads datasets that have been loaded in my memory. Is that possible via autogen (any agent)? |
Beta Was this translation helpful? Give feedback.
Answered by
sonichi
Dec 3, 2023
Replies: 1 comment 2 replies
-
Yes, but the question is do you want the agent to execute commands on the dataframe or do you merely want it to be aware of the contents of the dataframe? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check section 3 of this example: https://github.com/microsoft/autogen/blob/main/notebook/agentchat_auto_feedback_from_code_execution.ipynb
for executing code in IPython.