Highlights
🚀 Introducing SwarmAgent: AG2 native implementation of swarm orchestration.
- Blogpost: https://ag2ai.github.io/ag2/blog/2024/11/17/Swarm
- Notebook Example: https://ag2ai.github.io/ag2/docs/notebooks/agentchat_swarm/
🚀 Introducing CaptainAgent: An agent equipped with the capability to adaptively assemble a team of agents through retrieval-selection-generation process to handle complex tasks.
- Blogpost: https://ag2ai.github.io/ag2/blog/2024/11/15/CaptainAgent
- Notebook Example: https://ag2ai.github.io/ag2/docs/notebooks/agentchat_captainagent/
What's Changed
- docs(MAINTAINERS.md): fix broken link by @lloydchang in #19
- Link updates for AG2 by @marklysze in #15
- rename autogen to AG2 in website by @skzhang1 in #24
- clean up codes & update community talks by @skzhang1 in #36
- CaptainAgent PR Part 1: Adding blog post and document by @LeoLjl in #27
- fix talk titles by @skzhang1 in #41
- Fix broken link and author list of CaptainAgent by @LeoLjl in #42
- fix websites by @skzhang1 in #43
- Correct URLs across tests and documentation by @marklysze in #47
- Allow Function Execution return a non-string object by @yiranwu0 in #25
- fix(agent_builder): fix agent builder error when using file_location. by @kev1nzh37 in #37
- Captain Agent PR part 2. by @LeoLjl in #46
- Swarm V2 by @yiranwu0 in #30
- Swarm Documentation by @yiranwu0 in #28
- Update support for Python 3.13 by @marklysze in #53
- CaptainAgent PR part 3 by @LeoLjl in #54
- CaptainAgent code cleanup by @LeoLjl in #59
- Swarm - First Speaker by @marklysze in #58
- Fix Swarm Doc by @yiranwu0 in #60
- bump version by @qingyun-wu in #64
- Update the swarm notebook example by @yiranwu0 in #62
- Update Swarm Blog Post by @yiranwu0 in #66
- CaptainAgent Finalize by @LeoLjl in #61
New Contributors
- @lloydchang made their first contribution in #19
- @marklysze made their first contribution in #15
- @LeoLjl made their first contribution in #27
- @yiranwu0 made their first contribution in #25
- @kev1nzh37 made their first contribution in #37
Full Changelog: v0.3.2...v0.4b1