You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm fairly new to the AutoGen project and we're exploring it for our use case, but as I was prototyping it in a notebook I was wondering what is the way for us to be able to export a chat and preload it in a team. For example:
Also, is it possible to message the agents with nothing (ideally as a specific flag)? We would love to be able to have agents give a meaningful intro message, but this isn't critical - we can build workarounds for this.
Note that this is for the v0.4 release!
The text was updated successfully, but these errors were encountered:
We are currently working a memory interface that should help with this for the high level AgentChat API.
These capabilities are being tracked in issue #4039 and #4100 .
Stay tuned.
I'm fairly new to the AutoGen project and we're exploring it for our use case, but as I was prototyping it in a notebook I was wondering what is the way for us to be able to export a chat and preload it in a team. For example:
I can do this to get the conversation history
But I would love to be able to export it as JSON
And equally I would love to be able to import the conversation history JSON so anything ran against in
team.run()
Also, is it possible to message the agents with nothing (ideally as a specific flag)? We would love to be able to have agents give a meaningful intro message, but this isn't critical - we can build workarounds for this.
Note that this is for the v0.4 release!
The text was updated successfully, but these errors were encountered: