| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-09-11 | 2.3 kB | |
| v1.0.5 source code.tar.gz | 2026-09-11 | 2.6 MB | |
| v1.0.5 source code.zip | 2026-09-11 | 3.5 MB | |
| Totals: 3 Items | 6.1 MB | 1 | |
MCP
- Serve MCP Apps: AG2 can now serve MCP Apps, with structured tool output and extension support.
- Input requests, both directions: An AG2 MCP server can ask the calling client for input, and an AG2 MCP client can answer a server that asks for it.
Extension: TealTiger governance - output scanning
output_scan: A new policy that inspects what a tool returns, rather than what it was asked to do. Every policy so far ran before the call; this one runs after, so a tool that returns something it should not can be caught on the way back.
Contributed and maintained by @nagasatish007.
Fixes:
- Middleware: Chat spans now record the full history and tool-call output, rather than a partial view.
Documentation and project:
- Dead table-of-contents anchors and moved contribution-policy links repaired.
What's Changed
- chore(deps): bump github/codeql-action/upload-sarif from 4.37.8 to 4.37.9 in the github-actions group by @dependabot[bot] in https://github.com/ag2ai/ag2/pull/3236
- chore(deps): bump the uv group with 17 updates by @dependabot[bot] in https://github.com/ag2ai/ag2/pull/3237
- fix(middleware): record full history and tool-call output on chat spans by @marklysze in https://github.com/ag2ai/ag2/pull/3238
- feat(mcp): serve MCP Apps, with structured tool output and extensions by @vvlrff in https://github.com/ag2ai/ag2/pull/3235
- feat(mcp): ask the calling client for input, and answer a server that asks by @vvlrff in https://github.com/ag2ai/ag2/pull/3230
- feat(tealtiger): add output_scan governance policy by @nagasatish007 in https://github.com/ag2ai/ag2/pull/3240
- docs: fix dead TOC anchors and moved contribution-policy links by @simpleqt in https://github.com/ag2ai/ag2/pull/3241
- Fix flaky live LLM test assertions by @marklysze in https://github.com/ag2ai/ag2/pull/3247
- Version bump to 1.0.5 by @marklysze in https://github.com/ag2ai/ag2/pull/3245
New Contributors
- @simpleqt made their first contribution in https://github.com/ag2ai/ag2/pull/3241
Full Changelog: https://github.com/ag2ai/ag2/compare/v1.0.4...v1.0.5