microsoft/autogen

Get current message thread from a group chat team.

Open

#6085 opened on Mar 24, 2025

View on GitHub
 (7 comments) (0 reactions) (0 assignees)Python (58,033 stars) (8,759 forks)batch import
good first issuehelp wantedproj-agentchat

Description

Confirmation

  • I confirm that I am a maintainer and so can use this template. If I am not, I understand this issue will be closed and I will be asked to use a different template.

Issue body

For BaseGroupChat, support a public method for getting all the messages happened so far via an async send_message to the group chat manager agent. This will require a new GroupChatGetThread RPC event type, and handled by the BaseGroupChatManager.

Contributor guide