-
Notifications
You must be signed in to change notification settings - Fork 671
Pull requests: ag2ai/ag2
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
feat(search): add Xquik tweet search toolkit
area:docs
Documentation (website/)
area:extensions
Extensions (ag2/extensions): owned by named maintainers
#3075
opened Jul 11, 2026 by
kriptoburak
Loading…
5 of 6 tasks
chore(deps): bump mistune from 3.2.1 to 3.3.0
area:deps
Python dependency updates (pyproject.toml, uv.lock)
type:maintenance
Refactoring, CI, dependencies, tests, cleanup
#3074
opened Jul 10, 2026 by
dependabot
Bot
Loading…
Add cost accounting extension for Usage events
area:extensions
Extensions (ag2/extensions): owned by named maintainers
#3071
opened Jul 10, 2026 by
elCaptnCode
Collaborator
Loading…
6 tasks done
feat(response): inject json schema into the last message instead of system prompt
area:core
Agent runtime core: ag2/*.py, ag2/events, ag2/response, ag2/streams
area:docs
Documentation (website/)
area:providers
LLM provider clients and mappers (ag2/config)
#3070
opened Jul 9, 2026 by
Rubikoid
Loading…
6 tasks done
fix(docs): repair broken links and migrate to 1.0.0 URL scheme
area:docs
Documentation (website/)
area:extensions
Extensions (ag2/extensions): owned by named maintainers
area:tools
Tool system, builtin tools, subagents (ag2/tools)
#3069
opened Jul 9, 2026 by
vvlrff
Collaborator
Loading…
5 of 6 tasks
feat(anthropic): support new web_fetch/web_search tool versions
area:tools
Tool system, builtin tools, subagents (ag2/tools)
#3067
opened Jul 8, 2026 by
vvlrff
Collaborator
Loading…
4 of 6 tasks
fix(web_fetch): warn when no domain restrictions are configured
area:tools
Tool system, builtin tools, subagents (ag2/tools)
security
status:needs-cla
Gate: CLA not signed; not reviewed until signed
type:bug
Existing behavior is broken or doesn't match the docs
#3046
opened Jul 3, 2026 by
failsafesecurity
Loading…
fix(shell): block shell operators when blocked list is active
area:tools
Tool system, builtin tools, subagents (ag2/tools)
security
status:needs-cla
Gate: CLA not signed; not reviewed until signed
type:bug
Existing behavior is broken or doesn't match the docs
#3045
opened Jul 3, 2026 by
failsafesecurity
Loading…
fix(mcp): warn when MCPServer starts without authentication
area:mcp
MCP integration (ag2/mcp)
security
status:needs-cla
Gate: CLA not signed; not reviewed until signed
type:feature
New functionality or API extension
#3044
opened Jul 3, 2026 by
failsafesecurity
Loading…
fix: stop swallowing failures (silent data loss)
area:eval
Offline evaluation framework (ag2/eval)
area:network
Agent network (ag2/network)
area:tools
Tool system, builtin tools, subagents (ag2/tools)
status:needs-review
PR is ready and waiting for maintainer review
type:bug
Existing behavior is broken or doesn't match the docs
#3009
opened Jun 24, 2026 by
vvlrff
Collaborator
Loading…
fix(beta/network): resolve namespaced and enumerate unknown delegate targets
area:network
Agent network (ag2/network)
status:needs-review
PR is ready and waiting for maintainer review
type:bug
Existing behavior is broken or doesn't match the docs
#3005
opened Jun 23, 2026 by
genisis0x
Contributor
Loading…
1 of 6 tasks
feat(beta/extensions): Add TealTiger deterministic governance middleware
area:extensions
Extensions (ag2/extensions): owned by named maintainers
status:needs-review
PR is ready and waiting for maintainer review
type:feature
New functionality or API extension
#2968
opened Jun 13, 2026 by
nagasatish007
Contributor
Loading…
5 of 6 tasks
fix: Accept Stream instances in as_tool() and subagent_tool() stream parameter
area:core
Agent runtime core: ag2/*.py, ag2/events, ag2/response, ag2/streams
area:tools
Tool system, builtin tools, subagents (ag2/tools)
status:changes-requested
Gate: review done, author must address changes (code, tests, docs)
type:bug
Existing behavior is broken or doesn't match the docs
#2951
opened Jun 5, 2026 by
Oxygen56
Loading…
feat(perplexity): add X-Pplx-Integration attribution header
area:tools
Tool system, builtin tools, subagents (ag2/tools)
status:needs-cla
Gate: CLA not signed; not reviewed until signed
type:feature
New functionality or API extension
fix(beta/subagents): accept Stream instance in Agent runtime core: ag2/*.py, ag2/events, ag2/response, ag2/streams
area:tools
Tool system, builtin tools, subagents (ag2/tools)
status:needs-review
PR is ready and waiting for maintainer review
type:bug
Existing behavior is broken or doesn't match the docs
as_tool(stream=...) and reject invalid types loudly
area:core
#2893
opened May 21, 2026 by
genisis0x
Contributor
Loading…
fix(deserialization): replace pickle.loads with JSON across all sinks
area:docs
Documentation (website/)
security
status:changes-requested
Gate: review done, author must address changes (code, tests, docs)
type:bug
Existing behavior is broken or doesn't match the docs
#2709
opened Apr 21, 2026 by
amabito
Contributor
Loading…
1 of 3 tasks
agent memory: LongShortTermMemoryStorage
area:actions
GitHub Actions workflows (.github/workflows)
area:core
Agent runtime core: ag2/*.py, ag2/events, ag2/response, ag2/streams
area:providers
LLM provider clients and mappers (ag2/config)
status:changes-requested
Gate: review done, author must address changes (code, tests, docs)
type:feature
New functionality or API extension
#2568
opened Apr 7, 2026 by
yuyijiong
Loading…
feat(beta): add ToolPolicyMiddleware for tool access control
area:middleware
Middleware system and builtins (ag2/middleware)
status:changes-requested
Gate: review done, author must address changes (code, tests, docs)
type:feature
New functionality or API extension
#2533
opened Mar 31, 2026 by
amabito
Contributor
Loading…
2 of 3 tasks
feat(beta): add CircuitBreakerMiddleware for LLM failure isolation
area:middleware
Middleware system and builtins (ag2/middleware)
status:changes-requested
Gate: review done, author must address changes (code, tests, docs)
type:feature
New functionality or API extension
#2532
opened Mar 31, 2026 by
amabito
Contributor
Loading…
2 of 3 tasks
feat(beta): add BudgetMiddleware for per-agent cost tracking
area:middleware
Middleware system and builtins (ag2/middleware)
status:changes-requested
Gate: review done, author must address changes (code, tests, docs)
type:feature
New functionality or API extension
#2531
opened Mar 31, 2026 by
amabito
Contributor
Loading…
2 of 3 tasks
feat(beta): set up a debug server to visualize memory streams
status:changes-requested
Gate: review done, author must address changes (code, tests, docs)
type:feature
New functionality or API extension
#2496
opened Mar 19, 2026 by
jsun-m
Collaborator
Loading…
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.