Tags: ag2ai/ag2
Tags
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>
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>
PreviousNext