Skip to content

Tags: ag2ai/ag2

Tags

v1.0.6

Toggle v1.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor(mappers): build builtin tool payloads from the SDKs' param t…

…ypes (#3270)

* refactor(mappers): build builtin tool payloads from the SDKs' param types

* refactor(openai): clarify web search response mapper variable

* test: prevent hangs in CI test runs

Set TCP_NODELAY on the uvicorn test listener to avoid delayed ACK
latency on Linux. Daemonize task test worker threads and dump
all stacks when they fail to join so CI reports useful diagnostics.

Cap platform test jobs at 30 minutes to avoid six-hour hangs.

* Bump version from 1.0.5 to 1.0.6

---------

Co-authored-by: Pastukhov Nikita <nikita@pastukhov-dev.ru>

v1.0.5

Toggle v1.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version bump to 1.0.5 (#3245)

* Version bump to 1.0.5

* uv.lock bump

v1.0.4

Toggle v1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version bump to 1.0.4 (#3231)

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version bump to 1.0.3 (#3213)

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(bump): bump version 1.0.2 (#3157)

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version bump to 1.0.1 (#3114)

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Chore/v1.0.0 remove beta references (#3108)

* chore: drop stale beta framing ahead of v1.0.0

Sweep of self-referential "beta" language and references that went stale
when the beta tree was promoted to top-level `ag2`.

- Docstrings: "AG2 beta X" -> "AG2 X" across telemetry consts, acp,
  eval, events, exceptions, tool extensions, and the mcp example.
- Fix dead module paths `~autogen.beta.eval.Aggregates` -> `~ag2.eval`.
- Fix stale tooling names in tests: `beta-test.yml` -> `test.yml`,
  `beta-llm-test` -> `llm-test`, `test-beta-cov` -> `test-cov`,
  `_beta_llm_filter` -> `_llm_filter`.
- pyproject: drop citation of a non-existent ADR
  (0010-promote-beta-to-top-level-and-delete-classic.md).
- Rename docs/context/beta-agent-invocation.md -> agent-invocation.md
  and update CONTEXT-MAP link.
- Blog: link the published "Networks You Can Deploy" post instead of
  marking it "coming soon".

Provider-side betas (anthropic-beta headers, client.beta.files, Gemini
v1beta) are real API surface and are left untouched.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

* chore: drop "Beta" maintainer area from MAINTAINERS.md

The beta tree was promoted to top-level `ag2`, so "Beta" is no longer a
distinct area of ownership. A2A and AG-UI are unchanged.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>

v1.0.0b0

Toggle v1.0.0b0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 1.0.0b0 (#3043)

v0.14.0

Toggle v0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 0.14 bump (#3016)

v0.13.4

Toggle v0.13.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version bump to 0.13.4 (#2966)