| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-12 | 3.0 kB | |
| v0.13.4 source code.tar.gz | 2026-06-12 | 7.4 MB | |
| v0.13.4 source code.zip | 2026-06-12 | 9.2 MB | |
| Totals: 3 Items | 16.6 MB | 0 | |
Highlights
π£οΈ Continuing the Path to v1.0
Three important Beta additions: serving an AG2 Agent as an MCP server, SkillPlugin with agentskills.io spec support, and a new Amazon Bedrock Beta client.
π Release Roadmap
π¬ Beta Framework (autogen.beta)
π AG2 Agent as an MCP Server
v0.13.0 added MCP support as a client: any AG2 Agent can now be served as an MCP server, with OAuth Resource Server authentication for production-grade access control. Enables any MCP client to use an AG2 Agent as a tool.
Docs: MCP Servers
π§° SkillPlugin β agentskills.io Spec-Aligned Skills
- SkillPlugin β Give agents access to local skills aligned with the agentskills.io spec. Skills become a first-class, portable extension surface for AG2 Agents.
βοΈ Amazon Bedrock Beta Client
- Amazon Bedrock Beta Client β New Beta client for Amazon Bedrock, bringing Bedrock into the Beta config architecture.
Usage
- Decoupled UsageEvent β New usage reporting via a decoupled
UsageEventfor cleaner separation between LLM calls and usage tracking.
π Documentation
- π Tweaked Beta cookbook examples for reliability.
- π Added TealTiger governance integration example to ecosystem.
What's Changed
- ci: bump codecov-action to v7.0.0 (fixes bricked-keybase GPG key import failure by @marklysze in https://github.com/ag2ai/ag2/pull/2954
- feat(beta/skills): SkillPlugin + agentskills.io spec-aligned local skills by @Lancetnik in https://github.com/ag2ai/ag2/pull/2957
- docs(beta): Tweak cookbook examples for reliability by @marklysze in https://github.com/ag2ai/ag2/pull/2960
- fix(test): improve asyncio.sleep use reliability by @marklysze in https://github.com/ag2ai/ag2/pull/2961
- feat(beta/mcp): serve an AG2 Agent as an MCP server (+ OAuth Resource Server auth) by @jsun-m in https://github.com/ag2ai/ag2/pull/2937
- feat(beta): add usage reporting via decoupled UsageEvent by @vvlrff in https://github.com/ag2ai/ag2/pull/2952
- feat(beta): Amazon Bedrock client by @marklysze in https://github.com/ag2ai/ag2/pull/2959
- fix(beta/test): make concurrent-tool-execution test deterministic by @marklysze in https://github.com/ag2ai/ag2/pull/2964
- fix(beta): aggregation should only count conversational/work events by @marklysze in https://github.com/ag2ai/ag2/pull/2963
- Docs: Add TealTiger governance integration example by @nagasatish007 in https://github.com/ag2ai/ag2/pull/2962
- Version bump to 0.13.4 by @marklysze in https://github.com/ag2ai/ag2/pull/2966
New Contributors
- @nagasatish007 made their first contribution in https://github.com/ag2ai/ag2/pull/2962
Full Changelog: https://github.com/ag2ai/ag2/compare/v0.13.3...v0.13.4