Highlights
Two major upgrades of conversation programming (experimental features under active development):
- Finite state machine (FSM) based group chat: allow more fine-grained control of speaker order transition in group chat.
- Multiple sequential chats: program a sequence of chats and carry previous chat results to new chats.
AutoGen Studio updates:
- Workflow export.
- Skill editing.
- CSV support.
- Windows testing.
Other improvements:
- Allow timeout for code execution in windows.
- Make every agent receive the termination message in group chat.
- Improvement in documentation.
- Fix an import issue.
Thanks to @joshkyh @freedeaths @qingyun-wu @victordibia @pretherford @ekzhu @jackgerrits @samuelogboye @Xtrah @olgavrou @thinkall @abhaymathur21 and all the other contributors!
What's Changed
- Disable default code execution on society_of_mind and web_surfer. by @afourney in #1516
- Add notebooks section on website by @jackgerrits in #1495
- Update pyproject.toml for Poetry mismatch by @agamm in #1454
- Update tests for code_utils and use ThreadPoolExecutor for code execution in windows by @ekzhu in #1472
- remove useless code in groupchat; simplify the handling of termination msg by @sonichi in #1532
- Fix example for LLM configuration docs by @jackgerrits in #1528
- fix(path): Update Installation.md -Update Dockerfile path for Autogen base image build by @samuelogboye in #1425
- Update outdated link in README.md by @Xtrah in #1541
- Fix formatting of notebook contributing.md by @jackgerrits in #1540
- Custom Model Client docs follow-up by @olgavrou in #1545
- Fix docstrings of a_initiate_chat by @thinkall in #1539
- Autogenstudio Updates [CSV support, Workflow Export, Skill Editing, Windows Testing ] by @victordibia in #1475
- Graph group chat by @joshkyh in #857
- Update Docker.md by @abhaymathur21 in #1554
- patch to graph groupchat by @sonichi in #1555
- Import
oai.client
directly inConversableAgent
by @AkashKulkarni4444 in #1557 - New
initiate_chats
Interface for Managing Dependent Chats in ConversableAgent by @qingyun-wu in #1402
New Contributors
- @agamm made their first contribution in #1454
- @samuelogboye made their first contribution in #1425
- @Xtrah made their first contribution in #1541
- @abhaymathur21 made their first contribution in #1554
- @AkashKulkarni4444 made their first contribution in #1557
Full Changelog: v0.2.10...v0.2.11