autogen icon indicating copy to clipboard operation
autogen copied to clipboard

[Issue]: Simpler specification of nested chat

Open sonichi opened this issue 6 months ago • 5 comments

Describe the issue

Nested chat is a common way to create complex chats, meaning that an agent will reply after another conversation. It can be used in hierarchical chat, joining multiple chats etc. Examples: https://github.com/microsoft/autogen/blob/main/notebook/agentchat_chess.ipynb https://github.com/microsoft/optiguide https://github.com/microsoft/autogen/blob/main/notebook/agentchat_planning.ipynb https://github.com/microsoft/autogen/blob/main/notebook/agentchat_two_users.ipynb

It may be valuable to offer syntax convenience to simplify the spec of such nested chat. As a validation, the above examples should end up with a simple and intuitive implementation.

Steps to reproduce

No response

Screenshots and logs

No response

Additional Information

No response

sonichi avatar Jan 02 '24 04:01 sonichi