microsoft / autogen

A programming framework for agentic AI. Discord: https://aka.ms/autogen-dc. Roadmap: https://aka.ms/autogen-roadmap
https://microsoft.github.io/autogen/
Creative Commons Attribution 4.0 International
28.43k stars 4.16k forks source link

[Bug]: 'GroupChatManager' object has no attribute 'resume' #2778

Open Sourav-TE opened 1 month ago

Sourav-TE commented 1 month ago

Describe the bug

Tried the mentioned code from Resuming a Group Chat (https://microsoft.github.io/autogen/docs/topics/groupchat/resuming_groupchat#example-of-resuming-a-groupchat) but got the above mentioned error.

Have the following library installed- pyautogen==0.2.27

Steps to reproduce

No response

Model Used

No response

Screenshots and logs

image

Additional Information

No response

marklysze commented 1 month ago

@Sourav-TE, thanks for your note - sorry, it looks like the documentation is slightly ahead of the release. It should be in the next release, or if you want you can try running the latest main branch.

Sourav-TE commented 1 month ago

@Sourav-TE, thanks for your note - sorry, it looks like the documentation is slightly ahead of the release. It should be in the next release, or if you want you can try running the latest main branch.

Hey @marklysze thanks for your prompt reply. Can you share the link of the repo with me? Thanks for the help.

marklysze commented 1 month ago

@Sourav-TE, thanks for your note - sorry, it looks like the documentation is slightly ahead of the release. It should be in the next release, or if you want you can try running the latest main branch.

Hey @marklysze thanks for your prompt reply. Can you share the link of the repo with me? Thanks for the help.

Hi @Sourav-TE, if you're able to git checkout the main branch of autogen it will include the resume functionality.

jacinli commented 1 month ago

The latest pyautogen package already supports this new feature.This url is : https://pypi.org/project/pyautogen/