Tags: ag2ai/ag2
Tags
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>
feat(beta/eval): export run_agent spans to an external backend (#2919) * feat(beta/eval): export run_agent spans to an external backend and persist resulting trace id * Reference-based scorers without reference doc warning * Update docs for run_agent and tracing extra
feat(beta): introduce dynamic_agent tool factory (#2884) * feat(beta): introduce dynamic_agent tool factory * refactor: reuse AgentSpec and return bare Tool * refactor(beta/dynamic): drop unused _normalize_pool helper * feat+docs(beta/dynamic): expose pool tool names via tool description --------- Co-authored-by: Mark Sze <66362098+marklysze@users.noreply.github.com>
PreviousNext