Ag2

Latest version: v0.8.4

Safety actively analyzes 722032 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 7

0.4

Highlights from this Major Release

🚀 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/

Thanks to LeoLj, marklysze , kev1nzh37, skzhang1, qingyun-wu, lloydchang, sonichi and all contributors for making this happen!

What's Changed
* docs(MAINTAINERS.md): fix broken link by lloydchang in https://github.com/ag2ai/ag2/pull/19
* Link updates for AG2 by marklysze in https://github.com/ag2ai/ag2/pull/15
* rename autogen to AG2 in website by skzhang1 in https://github.com/ag2ai/ag2/pull/24
* clean up codes & update community talks by skzhang1 in https://github.com/ag2ai/ag2/pull/36
* CaptainAgent PR Part 1: Adding blog post and document by LeoLjl in https://github.com/ag2ai/ag2/pull/27
* fix talk titles by skzhang1 in https://github.com/ag2ai/ag2/pull/41
* Fix broken link and author list of CaptainAgent by LeoLjl in https://github.com/ag2ai/ag2/pull/42
* fix websites by skzhang1 in https://github.com/ag2ai/ag2/pull/43
* Correct URLs across tests and documentation by marklysze in https://github.com/ag2ai/ag2/pull/47
* Allow Function Execution return a non-string object by yiranwu0 in https://github.com/ag2ai/ag2/pull/25
* fix(agent_builder): fix agent builder error when using file_location. by kev1nzh37 in https://github.com/ag2ai/ag2/pull/37
* Captain Agent PR part 2. by LeoLjl in https://github.com/ag2ai/ag2/pull/46
* Swarm V2 by yiranwu0 in https://github.com/ag2ai/ag2/pull/30
* Swarm Documentation by yiranwu0 in https://github.com/ag2ai/ag2/pull/28
* Update support for Python 3.13 by marklysze in https://github.com/ag2ai/ag2/pull/53
* CaptainAgent PR part 3 by LeoLjl in https://github.com/ag2ai/ag2/pull/54
* CaptainAgent code cleanup by LeoLjl in https://github.com/ag2ai/ag2/pull/59
* Swarm - First Speaker by marklysze in https://github.com/ag2ai/ag2/pull/58
* Fix Swarm Doc by yiranwu0 in https://github.com/ag2ai/ag2/pull/60
* bump version by qingyun-wu in https://github.com/ag2ai/ag2/pull/64
* Update the swarm notebook example by yiranwu0 in https://github.com/ag2ai/ag2/pull/62
* Update Swarm Blog Post by yiranwu0 in https://github.com/ag2ai/ag2/pull/66
* CaptainAgent Finalize by LeoLjl in https://github.com/ag2ai/ag2/pull/61
* captain agent Visualization by skzhang1 in https://github.com/ag2ai/ag2/pull/70
* CaptainAgent install fix: Update setup by LeoLjl in https://github.com/ag2ai/ag2/pull/72
* bump version by qingyun-wu in https://github.com/ag2ai/ag2/pull/71
* update FAQ by qingyun-wu in https://github.com/ag2ai/ag2/pull/73

New Contributors
* lloydchang made their first contribution in https://github.com/ag2ai/ag2/pull/19
* marklysze made their first contribution in https://github.com/ag2ai/ag2/pull/15
* LeoLjl made their first contribution in https://github.com/ag2ai/ag2/pull/27
* yiranwu0 made their first contribution in https://github.com/ag2ai/ag2/pull/25
* kev1nzh37 made their first contribution in https://github.com/ag2ai/ag2/pull/37

**Full Changelog**: https://github.com/ag2ai/ag2/compare/v0.3.2...v0.4

0.4b1

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 https://github.com/ag2ai/ag2/pull/19
* Link updates for AG2 by marklysze in https://github.com/ag2ai/ag2/pull/15
* rename autogen to AG2 in website by skzhang1 in https://github.com/ag2ai/ag2/pull/24
* clean up codes & update community talks by skzhang1 in https://github.com/ag2ai/ag2/pull/36
* CaptainAgent PR Part 1: Adding blog post and document by LeoLjl in https://github.com/ag2ai/ag2/pull/27
* fix talk titles by skzhang1 in https://github.com/ag2ai/ag2/pull/41
* Fix broken link and author list of CaptainAgent by LeoLjl in https://github.com/ag2ai/ag2/pull/42
* fix websites by skzhang1 in https://github.com/ag2ai/ag2/pull/43
* Correct URLs across tests and documentation by marklysze in https://github.com/ag2ai/ag2/pull/47
* Allow Function Execution return a non-string object by yiranwu0 in https://github.com/ag2ai/ag2/pull/25
* fix(agent_builder): fix agent builder error when using file_location. by kev1nzh37 in https://github.com/ag2ai/ag2/pull/37
* Captain Agent PR part 2. by LeoLjl in https://github.com/ag2ai/ag2/pull/46
* Swarm V2 by yiranwu0 in https://github.com/ag2ai/ag2/pull/30
* Swarm Documentation by yiranwu0 in https://github.com/ag2ai/ag2/pull/28
* Update support for Python 3.13 by marklysze in https://github.com/ag2ai/ag2/pull/53
* CaptainAgent PR part 3 by LeoLjl in https://github.com/ag2ai/ag2/pull/54
* CaptainAgent code cleanup by LeoLjl in https://github.com/ag2ai/ag2/pull/59
* Swarm - First Speaker by marklysze in https://github.com/ag2ai/ag2/pull/58
* Fix Swarm Doc by yiranwu0 in https://github.com/ag2ai/ag2/pull/60
* bump version by qingyun-wu in https://github.com/ag2ai/ag2/pull/64
* Update the swarm notebook example by yiranwu0 in https://github.com/ag2ai/ag2/pull/62
* Update Swarm Blog Post by yiranwu0 in https://github.com/ag2ai/ag2/pull/66
* CaptainAgent Finalize by LeoLjl in https://github.com/ag2ai/ag2/pull/61

New Contributors
* lloydchang made their first contribution in https://github.com/ag2ai/ag2/pull/19
* marklysze made their first contribution in https://github.com/ag2ai/ag2/pull/15
* LeoLjl made their first contribution in https://github.com/ag2ai/ag2/pull/27
* yiranwu0 made their first contribution in https://github.com/ag2ai/ag2/pull/25
* kev1nzh37 made their first contribution in https://github.com/ag2ai/ag2/pull/37

**Full Changelog**: https://github.com/ag2ai/ag2/compare/v0.3.2...v0.4b1

0.3.2

What's Changed
* Replace logging formatter from FLAML to avoid warning by marklysze in https://github.com/autogenhub/autogen/pull/61
* Add maintainer's list by yiranwu0 in https://github.com/autogenhub/autogen/pull/62
* Cerebras exception correction and Gemini installation advice by marklysze in https://github.com/autogenhub/autogen/pull/66
* Maintainers by Hk669 in https://github.com/autogenhub/autogen/pull/64
* Correct TextMessageCompressor's cache parameter initialising on import by marklysze in https://github.com/autogenhub/autogen/pull/68
* Update link to new org by qingyun-wu in https://github.com/autogenhub/autogen/pull/70
* Prevent FLAML logging warning on import by marklysze in https://github.com/autogenhub/autogen/pull/69
* Image tokens calculation: add for GPT-4v, 4o, 4o-mini by BabyCNM in https://github.com/autogenhub/autogen/pull/57
* Custom Model Client class support for 'auto' speaker selection in Group Chat by marklysze in https://github.com/autogenhub/autogen/pull/65
* Update MAINTAINERS.md by gregory-fanous in https://github.com/autogenhub/autogen/pull/74
* Update to docker tag names by marklysze in https://github.com/autogenhub/autogen/pull/76
* revise web by skzhang1 in https://github.com/autogenhub/autogen/pull/71
* Bump version by qingyun-wu in https://github.com/autogenhub/autogen/pull/75
* Update maintainer list by davorrunje in https://github.com/autogenhub/autogen/pull/79
* update web style by skzhang1 in https://github.com/autogenhub/autogen/pull/81
* update homepage by skzhang1 in https://github.com/autogenhub/autogen/pull/82
* Nexla ai nova by Noel1997 in https://github.com/autogenhub/autogen/pull/83
* Update MAINTAINERS.md by BeibinLi in https://github.com/autogenhub/autogen/pull/80
* Update MAINTAINERS.md by AaronWard in https://github.com/autogenhub/autogen/pull/84
* Update MAINTAINERS.md by evandavid1 in https://github.com/autogenhub/autogen/pull/86
* Update MAINTAINERS.md by thinkall in https://github.com/autogenhub/autogen/pull/87
* update community talks by skzhang1 in https://github.com/autogenhub/autogen/pull/88
* Implement OpenAI Swarm example with groupchat by yiranwu0 in https://github.com/autogenhub/autogen/pull/78
* Fix role mapping in GPTAssistantAgent for OpenAI API compatibility by evandavid1 in https://github.com/autogenhub/autogen/pull/46
* update community talks by skzhang1 in https://github.com/autogenhub/autogen/pull/91
* update future talks by skzhang1 in https://github.com/autogenhub/autogen/pull/93

New Contributors
* BabyCNM made their first contribution in https://github.com/autogenhub/autogen/pull/57
* davorrunje made their first contribution in https://github.com/autogenhub/autogen/pull/79
* Noel1997 made their first contribution in https://github.com/autogenhub/autogen/pull/83
* BeibinLi made their first contribution in https://github.com/autogenhub/autogen/pull/80
* AaronWard made their first contribution in https://github.com/autogenhub/autogen/pull/84
* evandavid1 made their first contribution in https://github.com/autogenhub/autogen/pull/86
* thinkall made their first contribution in https://github.com/autogenhub/autogen/pull/87

**Full Changelog**: https://github.com/autogenhub/autogen/compare/v0.3.1...v0.3.2

0.3.2b2

What's Changed
* package by qingyun-wu in https://github.com/ag2ai/ag2/pull/12
* version by qingyun-wu in https://github.com/ag2ai/ag2/pull/13


**Full Changelog**: https://github.com/ag2ai/ag2/compare/v0.3.2b1...v0.3.2b2

0.3.2b1

What's Changed
* update all links by qingyun-wu in https://github.com/ag2ai/ag2/pull/1
* renaming by qingyun-wu in https://github.com/ag2ai/ag2/pull/2
* Readme by sonichi in https://github.com/ag2ai/ag2/pull/4
* renaming by qingyun-wu in https://github.com/ag2ai/ag2/pull/5
* Readme by qingyun-wu in https://github.com/ag2ai/ag2/pull/6
* package by qingyun-wu in https://github.com/ag2ai/ag2/pull/7
* chat example by qingyun-wu in https://github.com/ag2ai/ag2/pull/8
* model update by sonichi in https://github.com/ag2ai/ag2/pull/9
* update websites by skzhang1 in https://github.com/ag2ai/ag2/pull/10
* version by qingyun-wu in https://github.com/ag2ai/ag2/pull/11

New Contributors
* sonichi made their first contribution in https://github.com/ag2ai/ag2/pull/4
* skzhang1 made their first contribution in https://github.com/ag2ai/ag2/pull/10

**Full Changelog**: https://github.com/ag2ai/ag2/commits/v0.3.2b1

Page 7 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.