Open ekzhu opened 1 week ago
We need to document an example of nested chat using an ChatAgent wrapper around a Team.
ChatAgent
Team
One that is in working is for autogen_agentchat.agents.SocietyOfMindAgent. But a working example with reasonable scenarios.
autogen_agentchat.agents.SocietyOfMindAgent
Potential API additions such as add_context(messages) to initialize the inner team with outside messages.
add_context(messages)
Address all the feedbacks:
We need to document an example of nested chat using an
ChatAgent
wrapper around aTeam
.One that is in working is for
autogen_agentchat.agents.SocietyOfMindAgent
. But a working example with reasonable scenarios.Potential API additions such as
add_context(messages)
to initialize the inner team with outside messages.Address all the feedbacks:
3314
4051
4132
3565