Ag2

Latest version: v0.6.0

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

Scan your dependencies

Page 3 of 4

0.4.2b1

What's Changed
* FalkorDB GraphRAG documentation updates by marklysze in https://github.com/ag2ai/ag2/pull/113
* Update test to avoid Azure content filter by marklysze in https://github.com/ag2ai/ag2/pull/121
* Update talks & try to fix gallery by skzhang1 in https://github.com/ag2ai/ag2/pull/119
* Docs: Add OpenLIT to Agent Observability doc along with notebook by patcher9 in https://github.com/ag2ai/ag2/pull/97
* Package by qingyun-wu in https://github.com/ag2ai/ag2/pull/125
* bump version by qingyun-wu in https://github.com/ag2ai/ag2/pull/126

New Contributors
* patcher9 made their first contribution in https://github.com/ag2ai/ag2/pull/97

**Full Changelog**: https://github.com/ag2ai/ag2/compare/v0.4.1...v0.4.2b1

0.4.1

Highlights

- 🚀 [SwarmAgent](https://ag2ai.github.io/ag2/blog/2024/11/17/Swarm) Enhancements: more tests and bug fixes. [Watch demo](https://www.youtube.com/watch?v=YQdTsD4dPeg).
- 🚀 [CaptainAgent](https://ag2ai.github.io/ag2/blog/2024/11/15/CaptainAgent) Enhancements: enhanced installation guidance. [Watch demo](https://www.youtube.com/watch?v=laGZmQUolBY).
- ❤️ Welcoming new maintainers: Eric Moore ([SomeComputerGuy](https://www.youtube.com/happycomputerguy) emooreatx), Haiyang (ohdearquant) and Rudy (rudyalways), and new contributors rudyalways, hardchor, ohdearquant, davorrunje, emooreatx, AgentGenie, szwang-seedtech, lazToum

What's Changed
* update talks by skzhang1 in https://github.com/ag2ai/ag2/pull/74
* Update docs and notebook by LeoLjl in https://github.com/ag2ai/ag2/pull/79
* fix broken link by qingyun-wu in https://github.com/ag2ai/ag2/pull/80
* add Rudy(myself, github: rudyalways) to maintainer by rudyalways in https://github.com/ag2ai/ag2/pull/78
* Add support for gpt-4o model version 2024-11-20 by hardchor in https://github.com/ag2ai/ag2/pull/81
* Add logo by qingyun-wu in https://github.com/ag2ai/ag2/pull/87
* Update AG2 logo to be a Git LFS pointer by marklysze in https://github.com/ag2ai/ag2/pull/88
* License checks and updates by marklysze in https://github.com/ag2ai/ag2/pull/90
* Web fix by skzhang1 in https://github.com/ag2ai/ag2/pull/92
* Add link to roadmap issues by davorrunje in https://github.com/ag2ai/ag2/pull/94
* added HaiyangLi to maintainer by ohdearquant in https://github.com/ag2ai/ag2/pull/98
* Swarm tests and bug fixes by marklysze in https://github.com/ag2ai/ag2/pull/83
* Restrict license checks to staged/committed files only by marklysze in https://github.com/ag2ai/ag2/pull/106
* Add further installation guidance and files for CaptainAgent by marklysze in https://github.com/ag2ai/ag2/pull/76
* Readme enhancements by qingyun-wu in https://github.com/ag2ai/ag2/pull/110
* Swarm: Fix to remove context_variables in messages by marklysze in https://github.com/ag2ai/ag2/pull/102
* Update MAINTAINERS.md to add Eric Moore (SomeComputerGuy) by emooreatx in https://github.com/ag2ai/ag2/pull/100
* [GraphRAG] FalkorDB graph rag integration by AgentGenie in https://github.com/ag2ai/ag2/pull/111
* [GraphRAG] FalkorDB graph rag integration by AgentGenie in https://github.com/ag2ai/ag2/pull/93
* limit coding to python and shell in autobuild by szwang-seedtech in https://github.com/ag2ai/ag2/pull/50
* bump version by qingyun-wu in https://github.com/ag2ai/ag2/pull/116
* update retrieve_user_proxy_agent.py by lazToum in https://github.com/ag2ai/ag2/pull/118

New Contributors
* rudyalways made their first contribution in https://github.com/ag2ai/ag2/pull/78
* hardchor made their first contribution in https://github.com/ag2ai/ag2/pull/81
* davorrunje made their first contribution in https://github.com/ag2ai/ag2/pull/94
* ohdearquant made their first contribution in https://github.com/ag2ai/ag2/pull/98
* emooreatx made their first contribution in https://github.com/ag2ai/ag2/pull/100
* AgentGenie made their first contribution in https://github.com/ag2ai/ag2/pull/111
* szwang-seedtech made their first contribution in https://github.com/ag2ai/ag2/pull/50
* lazToum made their first contribution in https://github.com/ag2ai/ag2/pull/118

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

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

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.