microsoft / autogen

A programming framework for agentic AI 🤖
https://microsoft.github.io/autogen/
Creative Commons Attribution 4.0 International
34.67k stars 5.01k forks source link

Nested Chat in AgentChat #4144

Open ekzhu opened 1 week ago

ekzhu commented 1 week ago

We need to document an example of nested chat using an ChatAgent wrapper around a Team.

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: