Download Latest Version v1.0.1 source code.zip (2.9 MB)
Email in envelope

Get an email when there's a new version of AG2

Home / v0.14.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-06-26 8.6 kB
v0.14.0 source code.tar.gz 2026-06-26 5.9 MB
v0.14.0 source code.zip 2026-06-26 7.7 MB
Totals: 3 Items   13.6 MB 0

Highlights

πŸ›£οΈ Path to v1.0 β€” Deprecations Removed

v0.14.0 is a milestone release on the path to v1.0. The deprecations announced in v0.12.0 have now been removed from the Classic framework (autogen). This brings us very close to v1.0, where the Beta framework (autogen.beta) will become the new AG2.

πŸ“ Release Roadmap


⚠️ Preparing for v1.0 β€” pip install autogen vs pip install ag2

At v1.0, the package names will reflect AG2's transition. If you build with ConversableAgent today, this matters to you:

Install command What you get
pip install autogen AG2 Classic β€” the current ConversableAgent-based framework
pip install ag2 The new AG2 β€” the framework that is currently in Beta (autogen.beta)

If you want to stay on AG2 Classic past v1.0, use pip install autogen. At v1.0, the Classic codebase will move to its own branch or repo, while pip install ag2 will install the new framework that today lives under autogen.beta.


πŸ”¬ Beta Framework

πŸ–₯️ A2UI

  • πŸ–₯️ A2UI – A2UI joins the beta framework! Beta agents can now generate UI on the fly. Docs

πŸ€– Observable Agent.run / AgentReply.run

  • πŸ‘οΈ Observable run surface – New Agent.run and AgentReply.run methods sit alongside ask, returning an observable handle so callers can step through and/or watch the run as it unfolds. Docs

🧠 Agent Resume

  • πŸ” Agent Resume – Resume an agent's execution from an intermediate state, rather than just a turn. Allows fine-grained replays and forking. Docs

⚑ New LLM Provider

  • ⚑ Z.AI (GLM) – Added support for Z.AI / GLM models, including GLM 5.2.

🎨 Gemini: Image Generation & Editing

  • πŸ–ΌοΈ Gemini Image Generation, Editing & image_config – The Beta Gemini config now supports image generation, editing, and a dedicated image_config for fine-tuned image behavior. Docs

🧰 Skills

  • πŸ—οΈ Multi-Runtime Composition + MemorySkill – Skills can now compose across runtimes; new MemorySkill provides code-defined skills.

🌐 Network

  • 🏷️ Hub.register(agent) Convenience – New convenience method with per-agent client lifecycle.
  • πŸ”§ Fail Fast on Self-Delegation – Network now fails fast when a delegate targets itself.

πŸ”§ Beta Fixes & Improvements

  • πŸ” Compaction Preserves Tool Cycles – Compaction now keeps tool-call cycles intact and renders CompactionSummary correctly.
  • 🧱 Zero-Argument Tools JSON Schema – Emit a valid empty-object JSON Schema for zero-argument tools.
  • πŸ”§ Falsy Non-Field Event Defaults – Preserve falsy non-Field defaults on events.
  • πŸ”§ Gemini Multi-Part Text – Concatenate multi-part text in non-streaming response.
  • πŸ”§ OpenAI Completions Mapper – Dropped unreachable FileIdInput branch.

βš™οΈ Classic Framework

🧹 Deprecation Removal (v0.12.0 β†’ v0.14.0)

Per the deprecation announcement in v0.12.0, this release removes the following from Classic:

  • πŸ—‘οΈ Deprecated agents
  • πŸ—‘οΈ Deprecated capabilities
  • πŸ—‘οΈ Deprecated tools
  • πŸ—‘οΈ Deprecated interoperability surfaces

If you depend on any of these, pin to v0.13.x or earlier, or migrate to current Classic equivalents before upgrading.


πŸ“” Documentation

  • πŸ“” Network Series Complete – Networks You Can Deploy is the fourth and final post in the AG2 Network deep-dive series (federation, dynamic membership, production-incident walk-through).
  • πŸ“” Agent Harness Series Begins – First post in a new series on the Agent Harness, zooming inside a single long-running agent.
  • πŸ“” AI Coding Agent Docs – New documentation support for AI coding agents working in the AG2 codebase.
  • πŸ“” TealTiger – Added to the ecosystem sidebar.

What's Changed

Full Changelog: https://github.com/ag2ai/ag2/compare/v0.13.4...v0.14.0

Source: README.md, updated 2026-06-26