| v1.0.0b0 | # ๐ AG2 v1.0.0b0 - The First Beta of v1.0 We've reached a major milestone and are one step closer to v1.0: **v1.0.0b0 is the first beta of AG2 v1.0**. The new framework we've been building as an agentic platform for production use. The classic framework (autogen.x / ConversableAgent) has now been removed from this repository. **A big thanks to everyone who has been involved with building this new framework.** --- ## AG2 Classic Has Moved (autogen / ConversableAgent) The **AG2 Cl | High | 7/3/2026 |
| v0.14.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](https://docs.ag2.ai/latest/docs/user-guide/release-roadmap/) --- ## โ ๏ธ Preparing for v1.0 โ `pip install autogen` vs `pip install ag2` At | High | 6/26/2026 |
| v0.13.4 | ## Highlights ### ๐ฃ๏ธ Continuing the Path to v1.0 Three important Beta additions: serving an AG2 Agent as an **MCP server**, **SkillPlugin** with agentskills.io spec support, and a new **Amazon Bedrock** Beta client. ๐ [Release Roadmap](https://docs.ag2.ai/latest/docs/user-guide/release-roadmap/) --- ## ๐ฌ Beta Framework (`autogen.beta`) ### ๐ AG2 Agent as an MCP Server v0.13.0 added MCP support as a *client*: any AG2 Agent can now be served *as* an MCP server, with **OAut | High | 6/12/2026 |
| v0.13.3 | ## Highlights ### ๐ฃ๏ธ Continuing the Path to v1.0 v0.13.3 brings a major Beta milestone โ the **cross-process Network** โ plus a new **`background_agent_tool`**, a **Sandbox protocol**, and evaluation improvements. ๐ [Release Roadmap](https://docs.ag2.ai/latest/docs/user-guide/release-roadmap/) --- ## ๐ฌ Beta Framework (`autogen.beta`) ### ๐ Cross-Process Network The Network introduced in v0.13.0 ran in-process. v0.13.3 extends it across process boundaries โ agents living | High | 6/5/2026 |
| v0.13.2 | ## Highlights ### ๐ฃ๏ธ Continuing the Path to v1.0 v0.13.2 brings Agent Evaluations in Beta! Also, two new V2 LLM clients in Classic, and a security fix. ๐ [Release Roadmap](https://docs.ag2.ai/latest/docs/user-guide/release-roadmap/) --- ## ๐ฌ Beta Framework (`autogen.beta`) ### Agent Evaluations - ๐งช **Agent Evaluations** โ New evaluation framework for grading agent outputs (`autogen.beta.eval`). ๐ฎ **Try it live in the [AG2 Playground](https://playground.ag2.ai/)** ๐ * | High | 5/29/2026 |
| v0.13.1 | ## Highlights ### ๐ฃ๏ธ Continuing the Path to v1.0 v0.13.1 spans both the **Beta** and **Classic** frameworks. ๐ [Release Roadmap to v1.0](https://docs.ag2.ai/latest/docs/user-guide/release-roadmap/) --- ## ๐ฌ Beta Framework ### Dynamic Agents - ๐ญ **Dynamic Tool Factory** โ Agents can now create an agent dynamically through their tooling. ### AG-UI - ๐ง **Reasoning Messages** โ AG-UI now supports reasoning messages in both directions. - ๐จ **Multimodal User Content** | High | 5/23/2026 |
| v0.13.0 | ## Highlights ### ๐ฃ๏ธ The Path to v1.0 โ A Major Step v0.13.0 is a **significant release** for our journey to V1.0. It introduces a brand-new **Multi-Agent Network** runtime and **LiveAgent** for full-duplex realtime voice. Plus, **A2A v1.0** and **MCP** now in Beta to complete the connectivity story. ๐ [Release Roadmap](https://docs.ag2.ai/latest/docs/user-guide/release-roadmap/) ### ๐ Network โ Multi-Agent Runtime (NEW) Other frameworks treat an agent or a graph as the primiti | High | 5/13/2026 |
| v0.12.3 | ## Highlights v0.12.3 brings **A2A v1.0 compatibility**, sandboxed code execution in Beta, and a refreshed search story. ๐ [Release Roadmap](https://docs.ag2.ai/latest/docs/user-guide/release-roadmap/) ยท ๐ [V1.0 Contribution Policy](https://docs.ag2.ai/latest/docs/beta/contribution_policy/) ### ๐ค A2A v1.0 Compatibility - ๐ **A2A v1.0 Spec Compatibility** โ AG2 now aligns with the v1.0 Agent2Agent protocol specification, ensuring interoperability with the broader A2A ecosystem.
| High | 5/6/2026 |
| v0.12.2 | ### ๐ฃ๏ธ Continuing the Path to v1.0 v0.12.2 lands the **Agent Harness** in Beta โ the architecture that makes agents stateful by design. ๐ [Release Roadmap](https://docs.ag2.ai/latest/docs/user-guide/release-roadmap/) ๐งฉ [AG2 Playground](https://playground.ag2.ai) ### ๐๏ธ The Agent Harness โ Stateful Agents, by Design A plain LLM loop is stateless and forgets the moment a conversation ends. The Harness turns it into a stateful agent that **remembers across sessions, manages its own | High | 5/1/2026 |
| v0.12.1 | ## Highlights ### BREAKING - **Docker Moved to Extra** - The `docker` package, used for code execution with Docker, is now an optional dependency. please install with `ag2[docker]`. ### ๐ฃ๏ธ Continuing the Path to v1.0 v0.12.1 builds on the v0.12.0 foundation with new tools, Google Vertex AI support, bug fixes, and **community feedback** on the [roadmap](https://docs.ag2.ai/latest/docs/user-guide/release-roadmap/). ### ๐ฅ Community Feedback in Action - โ
**`PerplexitySearchTool | High | 4/24/2026 |
| v0.12.0 | ## Highlights ### ๐ฃ๏ธ AG2 v0.12.0 โ The Path to v1.0 Begins This release kicks off **the journey to AG2 v1.0**. Over the next few minor versions (v0.12 โ v0.13 โ v0.14 โ v1.0), the beta framework (`autogen.beta`) will mature and, at v1.0, become the official version of AG2. The current framework continues to be fully supported throughout this transition. ๐ **Check out the full [Release Roadmap](https://docs.ag2.ai/latest/docs/user-guide/release-roadmap/)** to see what's coming. ### | High | 4/17/2026 |
| v0.11.5 | ## Highlights ### ๐ Major Features - ๐ฅ๏ธ **AG2 CLI** โ New command-line interface for AG2! A full-featured CLI for building, running, testing, and deploying multi-agent applications with AG2. [Check out the docs](https://docs.ag2.ai/latest/docs/user-guide/cli/)! - ๐ฅ๏ธ **A2UIAgent** โ New reference agent combining A2A and [A2UI](https://a2ui.org/) protocols for building dynamic, agent-driven, frontends. Compatible with [A2UI](https://a2ui.org/)'s latest v0.9 protocol version. [Check out t | High | 4/4/2026 |
| v0.11.4 | ## Highlights ### ๐ Security Hardening This release includes several important security fixes contributed by @amabito: - **Shell Command Injection** โ `ShellExecutor` now uses `shell=False` with `shlex.split` to prevent command injection. - **Path Traversal Prevention** โ MCP resource URIs and file operations now validate against path traversal attacks. - **Sensitive Key Redaction** โ `FileLogger` output now redacts sensitive keys to prevent credential leakage. ### AG2 Beta Improv | Low | 3/17/2026 |
| v0.11.3 | ## Highlights ### ๐ AG2 Beta โ A New Foundation for Real-World Agents This release introduces **AG2 Beta** (`autogen.beta`), a ground-up redesign of the AG2 framework built around lessons learned from the original architecture. AG2 Beta provides a stronger foundation for production agentic systems with: - ๐ **Streaming & Event-Driven Architecture** โ Every conversation runs on a `MemoryStream`, a pub/sub event bus that isolates state, enables real-time streaming, and makes agents safe | Low | 3/16/2026 |
| v0.11.2 | ## Highlights ### Enhancements - ๐ง **Extra Headers Support** โ Added `extra_headers` support to `OpenAILLMConfigEntry` and `AzureOpenAILLMConfigEntry`, allowing custom HTTP headers for API requests. ### LLM Client Fixes - ๐ง **Gemini Parallel Tool Calls** โ Fixed support for parallel tool calls in the Gemini client. - ๐ง **Gemini Structured Output** โ Fixed Gemini structured output when using `additionalProperties`. - ๐ง **OpenAI Responses Client** โ Fixed empty string content han | Low | 2/27/2026 |
| v0.11.1 | ## Highlights ### ๐ Major Features - ๐ **A2A Streaming** โ Full streaming support for Agent2Agent communication, both server and client-side. LLM text streaming is now connected through to the A2A implementation, enabling real-time responses for remote agents. [Get Started](https://docs.ag2.ai/latest/docs/user-guide/a2a/) - ๐ **A2A HITL Events** โ Process human-in-the-loop events in Agent2Agent communication, enabling interactive approval workflows in your agent pipelines. [Get Start | Low | 2/16/2026 |
| v0.11.0 | ## Highlights ### ๐ Major Features - ๐ฅ๏ธ **AG-UI Protocol Integration** โ AG2 now natively supports the [AG-UI protocol](https://docs.ag-ui.com/), the open standard for agent-to-user interaction. Build dynamic, real-time frontends powered by your AG2 agents with streaming responses, shared state synchronization, tool call rendering, and human-in-the-loop workflows. Seamlessly connect to CopilotKit and other AG-UI compatible frontends. [Get Started](https://docs.ag2.ai/latest/docs/user-gui | Low | 2/10/2026 |
| v0.10.5 | ## Highlights ### Enhancements - ๐ **GPT 5.2 Codex Models Support** โ Added support for OpenAI's GPT 5.2 Codex models, bringing enhanced coding capabilities to your agents. - ๐ **GPT 5.1 Shell Tool Support** โ The Responses API now supports the shell tool, enabling agents to interact with command-line interfaces for filesystem diagnostics, build/test flows, and complex agentic coding workflows. Check out the blogpost: [Shell Tool and Multi-Inbuilt Tool Execution](https://docs.ag2.ai/la | Low | 1/30/2026 |
| v0.10.4 | ## Highlights - ๐น๏ธ **Step-through Execution** - A powerful new orchestration feature `run_iter` (and `run_group_chat_iter`) that allows developers to pause and step through agent workflows event-by-event. This enables granular debugging, human-in-the-loop validation, and precise control over the execution loop. - โ๏ธ **AWS Bedrock "Thinking" & Reliability** - significant upgrades to the Bedrock client: - **Reliability**: Added built-in support for **exponential backoff and retries**, reso | Low | 1/15/2026 |
| v0.10.3 | ## Highlights ### Enhancements - ๐ **OpenAI GPT 5.2 Support** โ Added support for OpenAI's latest GPT-5.2 models, including the new `xhigh` reasoning effort level for enhanced performance on complex tasks. - ๐ ๏ธ **OpenAI GPT 5.1 `apply_patch` Tool Support** โ The Responses API now supports the `apply_patch` tool, enabling structured code editing with V4A diff format for multi-file refactoring, bug fixes, and precise code modifications. Check out the tutorial notebook: [GPT 5.1 apply_patch | Low | 12/19/2025 |
| v0.10.2 | ## Highlights - ๐ง Anthropic Structured Outputs - AG2 now supports Anthropicโs new Structured Output API, enabling schema-guaranteed responses via constrained decoding. Check out the tutorial notebook to see how structured outputs work across multiple AG2 orchestration patterns: [Anthropic Structured Outputs with AG2](https://github.com/ag2ai/ag2/blob/main/notebook/agentchat_anthropic_structured_outputs.ipynb). - โ๏ธ Added first-class support for Bedrock structured outputs using the response_f | Low | 12/5/2025 |
| v0.10.1 | ## Highlights - ๐ง New OpenAI Client Architecture - the first of our V2 client architectures, providing a foundation for multi-modal messages and access to thinking/reasoning tokens. Fully compatible with agents using V1 clients. Check out our [Image input/output](https://docs.ag2.ai/latest/docs/use-cases/notebooks/notebooks/agentchat_openai_v2_client_image/) and [V1 and V2 client compatibility](https://docs.ag2.ai/latest/docs/use-cases/notebooks/notebooks/agentchat_v1_v2_client_compatibility/) | Low | 11/14/2025 |
| v0.10.0 | ## Highlights in 0.10! ๐ **Remote Agents with A2A Protocol** โ AG2 now supports the open standard **Agent2Agent (A2A)** protocol, enabling your AG2 agents to discover, communicate, and collaborate with agents across different platforms, frameworks, and vendors. Build truly interoperable multi-agent systems that work seamlessly with agents from LangChain, CrewAI, and other frameworks. [Get started with Remote Agents!](https://docs.ag2.ai/latest/docs/user-guide/a2a/) ๐ก๏ธ **Safe Guards in Gr | Low | 10/22/2025 |
| v0.9.10 | ## Highlights ๐ก๏ธ Maris Security Framework - Introducing policy-guided safeguards for multi-agent systems with configurable communication flow guardrails, supporting both regex and LLM-based detection methods for comprehensive security controls across agent-to-agent and agent-to-environment interactions. [Get started](https://docs.ag2.ai/latest/docs/user-guide/advanced-concepts/orchestration/group-chat/safeguards/) ๐๏ธ YepCode Secure Sandbox - New secure, serverless code execution platform i | Low | 10/3/2025 |
| v0.9.9 | ## Highlights ๐ชฒ Bug fixes - including package version comparison fix ๐ Documentation updates ## What's Changed * Package build updates by @marklysze in https://github.com/ag2ai/ag2/pull/2033 * Fix Markdown Formatting in Verbosity Example Notebook by @BlocUnited in https://github.com/ag2ai/ag2/pull/2038 * Fix markdown formatting in GPT-5 verbosity example notebook by @BlocUnited in https://github.com/ag2ai/ag2/pull/2039 * Fix: Correct package dependency version comparisons by @marklysz | Low | 8/20/2025 |
| v0.9.8.post1 | ## Highlights from v0.9.8 ๐ง Full GPT-5 Support โ All GPT-5 variants are now supported, including gpt-5, mini, and nano. [Try it here](https://docs.ag2.ai/latest/docs/use-cases/notebooks/notebooks/agentchat_gpt-5_verbosity_example/) ๐ Python 3.9 Deprecation โ With Python 3.9 nearing end-of-support, AG2 now requires Python 3.10+. ๐ ๏ธ MCP Attribute Bug Fixed โ No more hiccups with MCP attribute handling. ๐ Security & Stability โ Additional security patches and bug fixes to keep things smooth | Low | 8/15/2025 |
| v0.9.8 | ## Highlights ๐ง Full GPT-5 Support โ All GPT-5 variants are now supported, including gpt-5, mini, and nano. [Try it here](https://docs.ag2.ai/latest/docs/use-cases/notebooks/notebooks/agentchat_gpt-5_verbosity_example/) ๐ Python 3.9 Deprecation โ With Python 3.9 nearing end-of-support, AG2 now requires Python 3.10+. ๐ ๏ธ MCP Attribute Bug Fixed โ No more hiccups with MCP attribute handling. ๐ Security & Stability โ Additional security patches and bug fixes to keep things smooth and safe. | Low | 8/15/2025 |
| v0.9.7 | ## Highlights * ๐ AG2 welcomes xAI's Grok and its live search! [Try it out](https://docs.ag2.ai/latest/docs/use-cases/notebooks/notebooks/agentchat_grok_example/) * โ๏ธ [Static and dynamic tool registration](https://docs.ag2.ai/latest/docs/use-cases/notebooks/notebooks/agent_tools_run_examples/) for two-agent chats * ๐ง Support for the `seed` parameter on `LLMConfig` with Gemini models * ๐ ๏ธ Security and bug fixes ## What's Changed * Improve documentation and test coverage for filter_con | Low | 7/25/2025 |
| v0.9.6 | ## What's Changed * Release image update by @marklysze in https://github.com/ag2ai/ag2/pull/1931 * change para name to avoid collision by @qingyun-wu in https://github.com/ag2ai/ag2/pull/1937 * feat: Add configurable routing method to LLMConfig and OpenAIWrapper by @sonichi in https://github.com/ag2ai/ag2/pull/1936 * Support container_create_kwargs in DockerCommandLineCodeExecutor by @salma-remyx in https://github.com/ag2ai/ag2/pull/1929 * Python code execution tool (System/Venv/Docker) by | Low | 7/8/2025 |
| v0.9.5 | ## Highlights ๐ผ๏ธ **Image generation and understanding** Use our OpenAI Responses API integration to generate images and for image understanding. - [Getting started](https://docs.ag2.ai/latest/docs/user-guide/models/openai_responses/) - [Image Generation notebook](https://docs.ag2.ai/latest/docs/use-cases/notebooks/notebooks/agentchat_oai_responses_image/) - [Tool use](https://docs.ag2.ai/latest/docs/use-cases/notebooks/notebooks/agentchat_oai_responses_api_tool_call/) and [Structured | Low | 7/4/2025 |
| v0.9.4 | ## ๐ Highlights ๐ก๏ธ **Guardrails for AG2 GroupChat Are Here!!!** Take control of your multi-agent workflows with Guardrails โ a powerful new feature that lets you enforce execution constraints, validate outputs, and keep your agentic orchestration safe and reliable. ๐ Dive into the docs: [docs.ag2.ai โ Guardrails](https://docs.ag2.ai/latest/docs/user-guide/advanced-concepts/orchestration/group-chat/guardrails/) ๐ **Streamable-HTTP for Lightning-Fast MCP** โก Streamable-HTTP is now suppo | Low | 6/28/2025 |
| v0.9.3 | ## Highlights - ๐ฅ Group Chat: Multiple After Works can now be added, utilising context-based conditions and availability ([Docs](https://docs.ag2.ai/latest/docs/api-reference/autogen/agentchat/group/handoffs/Handoffs/#autogen.agentchat.group.handoffs.Handoffs.add_after_works)) - ๐ Check out the new [blog post on advanced ReAct loops](https://docs.ag2.ai/latest/docs/blog/2025/06/12/ReAct-Loops-in-GroupChat/) from Nipun Suwandaratna - ๐ DocAgent updates for improved follow-up question answer | Low | 6/17/2025 |
| v0.9.2 | ## Highlights - ๐ **ReliableTool** - Ensure your tools do what you need them to do! - [Documentation](https://docs.ag2.ai/0.9.2/docs/api-reference/autogen/tools/experimental/ReliableTool/) - Notebook examples: [Basic](https://github.com/ag2ai/ag2/blob/main/notebook/reliable_basic_example.ipynb), [Group Chat](https://github.com/ag2ai/ag2/blob/main/notebook/reliable_group_chat.ipynb), [Google Search](https://github.com/ag2ai/ag2/blob/main/notebook/reliable_google_search.ipynb) - โ๏ธ ๐ MCP | Low | 6/4/2025 |
| v0.9.1 | ## Highlights - ๐ DuckDuckGo Search Tool! - Check out the [Notebook](https://github.com/ag2ai/ag2/blob/main/notebook/tools_duckduckgo_search.ipynb) - ๐ง OpenAI / Azure OpenAI LLM configurations now support `reasoning_effort` and `max_completion_tokens` - ๐ฅ `run_group_chat` and `a_run_group_chat` now available for iterating through the new Group Chat with events - ๐ Documentation and notebook corrections and updates :alarm_clock: Reminder: Ensure you're using the `ag2` package so yo | Low | 5/6/2025 |
| v0.9.0 | ## Highlights for **0.9** ### New Group Chat! ๐ฅ - We've brought together our group chat and swarm functionality to make a new Group Chat - designed to be extensible, controllable, and scalable. - ๐ **Get Started Now** - [Introduction and walk-through of the new Group Chat](https://docs.ag2.ai/latest/docs/user-guide/advanced-concepts/orchestration/group-chat/introduction/) - ๐งฉ **Pre-built patterns** - get up and running quickly by choosing out-of-the-box patterns such as `AutoPattern`, ` | Low | 4/25/2025 |
| v0.8.7 | ## Highlights - ๐ WikipediaAgent! Pre-built agent with tools loaded, ready out-of-the-box for searching Wikipedia. - [Documentation](https://docs.ag2.ai/latest/docs/user-guide/reference-agents/wikipediaagent/) - ๐ง TavilySearchTool! Realtime web searches using Tavily, expand your online search capabilities. - [Notebook](https://docs.ag2.ai/latest/docs/use-cases/notebooks/notebooks/tools_tavily_search/) - ๐ Anthropic integration updated to support Extended Thinking! - [Documentation | Low | 4/17/2025 |
| v0.8.6 | ## Highlights - ๐ Mega documentation update - thanks to all the contributors that helped! - New documentation look and engine, including versioning, [check it out](https://docs.ag2.ai/latest/)! โจ - We'd love your feedback ([Discord](https://discord.gg/pAbnFJrkgZ), or create an [Issue](https://github.com/ag2ai/ag2/issues)) ๐ซถ - ๐ ReasoningAgent introduces `scope` to enhance the thinking process - ๐ ๏ธ General fixes โฅ๏ธ Thanks to all the contributors and collaborators that helped make | Low | 4/10/2025 |
| v0.8.5 | ## Highlights - ๐งฉ MCP! A Model Client Protocol client is now available, create a toolkit of MCP tools for your AG2 agents! - [Notebook](https://docs.ag2.ai/latest/docs/use-cases/notebooks/notebooks/mcp_client/) - โญ๏ธ `run` and `run_swarm` now allow you to iterate through the AG2 events! More control and easily integrate with your frontend. - [Notebook](https://docs.ag2.ai/latest/docs/use-cases/notebooks/notebooks/run_and_event_processing/) - ๐ Wikipedia tools, `WikipediaQueryRunTool` a | Low | 4/3/2025 |
| v0.8.4 | ## Highlights - ๐ฎ Perplexity AI Search Tool! Add AI-based web search capabilities to your agents. - [Documentation](https://docs.ag2.ai/docs/user-guide/reference-tools/perplexity-search), [Notebook](https://docs.ag2.ai/docs/use-cases/notebooks/notebooks/tools_perplexity_search) - ๐ด YouTube Search Tool! Enable your agents to find videos on YouTube using natural language. - [Documentation](https://docs.ag2.ai/docs/user-guide/reference-tools/google-api/youtube-search), [Notebook](https:// | Low | 3/28/2025 |
| v0.8.3 | ## Highlights - *FIXED*: LLMConfig bug that associated an agent's tools with other agents using the same LLM Configuration when using the context manager - ๐ BrowserUseTool can now return the URLs used - ๐ Anthropic client class now supported by MultimodalConversableAgent for images (great for OCR) - ๐ ReasoningAgent improved alignment through prompting and code execution config fix - ๐ ๏ธ๐ Fixes and documentation improvements โฅ๏ธ Thanks to all the contributors and collaborators that h | Low | 3/20/2025 |
| v0.8.2 | ## Highlights - ๐ Add **real-time web searches** to your agents using the new [Google Search Tool](https://docs.ag2.ai/docs/user-guide/reference-tools/google-api/google-search)! - ๐ LLM configurations can now use a new type-safe [LLMConfig](https://docs.ag2.ai/docs/user-guide/basic-concepts/llm-configuration/llm-configuration) object - ๐โก [`DocAgent`](https://docs.ag2.ai/docs/user-guide/reference-agents/docagent) can now add citations! [See howโฆ](https://docs.ag2.ai/docs/use-cases/notebook | Low | 3/17/2025 |
| v0.8.2rc0 | ## Highlights * ๐ค Updated support for OpenAI package 1.66.2 * โ๏ธโ๐ฅ Removed dependencies: pysqlite3-binary and fast-depends * ๐ Added GoogleSearchTool * ๐ Many improvements to documentation and the API reference * ๐ ๏ธ Fixes, fixes and more fixes ## What's Changed * Updated support for OpenAI package 1.66.2 by @marklysze in https://github.com/ag2ai/ag2/pull/1320 * [Docs] Add blogs to mkdocs by @harishmohanraj in https://github.com/ag2ai/ag2/pull/1312 * Remove pysqlite3-binary depe | Low | 3/13/2025 |
| v0.8.1 | ## Highlights - ๐ง Google GenAI's latest package is now supported - ๐ [`DocAgent`](https://docs.ag2.ai/docs/user-guide/reference-agents/docagent) now utilises [OnContextCondition](https://docs.ag2.ai/docs/user-guide/advanced-concepts/swarm/deep-dive#registering-context-variable-based-handoffs-to-agents) for a faster and even more reliable workflow - ๐ Swarm function registration fixes and [notebook](https://docs.ag2.ai/docs/use-cases/notebooks/notebooks/agentchat_swarm_enhanced) improvement | Low | 3/10/2025 |
| v0.8.0 | ## Highlights for **0.8** ### :grey_exclamation: Breaking Change The `openai` package is no longer installed by default. - Install AG2 with the appropriate extra to use your preferred LLMs, e.g. `pip install ag2[openai]` for OpenAI or `pip install ag2[gemini]` for Google's Gemini. - See our [Model Providers](https://docs.ag2.ai/docs/user-guide/models/openai) documentation for details on installing AG2 with different model providers. ### 0.7.6 to 0.8 Highlights - ๐ [`DocAgent`]( | Low | 3/5/2025 |
| v0.8.0b1 | ## :grey_exclamation: Breaking Change The `openai` package is no longer installed by default. - Install AG2 with the appropriate extra to use your preferred LLMs, e.g. `pip install ag2[openai]` for OpenAI or `pip install ag2[gemini]` for Google's Gemini. - See our [Model Providers](https://docs.ag2.ai/docs/user-guide/models/openai) documentation for details on installing AG2 with different model providers. ## New Contributors * @SITADRITA1 made their first contribution in https://gi | Low | 2/28/2025 |
| v0.7.6 | **Note:** OpenAI's `openai` package is no longer installed by default. See release notes for [v0.8.0b1](https://github.com/ag2ai/ag2/releases/tag/v0.8.0b1) for further information. ## Highlights - ๐ LLM provider streamlining and updates: - OpenAI package now optional (`pip install ag2[openai]`) - Cohere updated to support their Chat V2 API - Gemini support for system_instruction parameter and async - Mistral AI fixes for use with LM Studio - Anthropic improved support for too | Low | 2/27/2025 |
| v0.7.6b1 | ## Highlights - ๐ LLM provider streamlining and updates: - OpenAI package now optional (`pip install ag2[openai]`) - Cohere updated to support their Chat V2 API - Gemini support for system_instruction parameter and async - Mistral AI fixes for use with LM Studio - Anthropic improved support for tool calling - ๐ [`DocAgent`](https://docs.ag2.ai/docs/user-guide/reference-agents/docagent) - DocumentAgent is now **DocAgent** and has reliability refinements (with more to come) - | Low | 2/27/2025 |
| v0.7.5 | ## Highlights - ๐ [**`DocumentAgent`**](https://docs.ag2.ai/docs/user-guide/reference-agents/documentagent) - A RAG solution built into an agent! - Ingest one or many PDFs, images with OCR, web pages, and more... - Query your documents with natural language - [Introduction to DocumentAgent](https://docs.ag2.ai/docs/user-guide/reference-agents/documentagent) - [Notebook](https://docs.ag2.ai/notebooks/agents_document_agent) - ๐ฏ Added support for Couchbase Vector database | Low | 2/20/2025 |
| 0.7.4 | ## Highlights * ๐ New [**`DeepResearchAgent`**](https://docs.ag2.ai/docs/use-cases/notebooks/notebooks/agents_deep_researcher) was added * ๐ฌ New Messaging Platform Tools & Agents were added for the following platforms: * [**Blog**](https://docs.ag2.ai/docs/blog/2025-02-05-Communication-Agents/index) * [**Notebook**](https://docs.ag2.ai/docs/use-cases/notebooks/notebooks/tools_commsplatforms) * [**`DiscordAgent`**](https://docs.ag2.ai/docs/api-reference/autogen/agents/experimental/ | Low | 2/12/2025 |
| v0.7.3 | ## Highlights - ๐ WebSurfer Agent - Search the web with an agent, powered by a browser or a crawler! ([Notebook](https://docs.ag2.ai/notebooks/agents_websurfer)) - ๐ฌ New agent `run` - Get up and running faster by having a chat directly with an AG2 agent using their new `run` method ([Notebook](https://docs.ag2.ai/notebooks/agentchat_assistant_agent_standalone)) - ๐ Google's new SDK - AG2 is now using Google's new Gen AI SDK! - ๐ ๏ธ Fixes, more fixes, and documentation WebSurfer Agent se | Low | 1/30/2025 |
| v0.7.2 | ## Highlights - ๐๐ Google Gemini-powered RealtimeAgent - ๐๏ธ๐ฆ Significantly lighter default installation package, fixes, test improvements Thanks to all the contributors on 0.7.2! * @leopardracer made their first contribution in https://github.com/ag2ai/ag2/pull/512 * @zeevick10 made their first contribution in https://github.com/ag2ai/ag2/pull/513 * @kilavvy made their first contribution in https://github.com/ag2ai/ag2/pull/515 * @vtjl10 made their first contribution in https://gi | Low | 1/22/2025 |
| v0.7.2b1 | ## Highlights - ๐๐ Google Gemini-powered RealtimeAgent - ๐๏ธ๐ฆ Significantly lighter default installation package, fixes, test improvements Thanks to all the contributors on 0.7.2! ## New Contributors * @leopardracer made their first contribution in https://github.com/ag2ai/ag2/pull/512 * @zeevick10 made their first contribution in https://github.com/ag2ai/ag2/pull/513 * @kilavvy made their first contribution in https://github.com/ag2ai/ag2/pull/515 * @vtjl10 made their first contr | Low | 1/22/2025 |
| v0.7.1 | ## Highlights - ๐ธ๏ธ ๐ง GraphRAG integration of Neo4j's native GraphRAG SDK ([Notebook](https://docs.ag2.ai/notebooks/agentchat_graph_rag_neo4j_native)) - ๐ค๐ง OpenAI o1 support (o1, o1-preview, o1-mini) - ๐ ๐ Structured outputs extended to Anthropic, Gemini, and Ollama - Fixes, documentation, and blog posts ## New Contributors * @giorgossideris made their first contribution in https://github.com/ag2ai/ag2/pull/489 ## What's Changed * Add linting rules to ruff check and format code | Low | 1/15/2025 |
| v0.7.0 | ## Highlights from this Major Release ๐๐ง Introducing **Tools with Dependency Injection**: Secure, flexible, tool parameters using dependency injection - [Blog](https://docs.ag2.ai/blog/2025-01-07-Tools-Dependency-Injection/index) - [Notebook Example](https://docs.ag2.ai/notebooks/tools_dependency_injection) - [Video](https://www.youtube.com/watch?v=OQX1Qk4VpM0) ๐๐ Introducing **RealtimeAgent with WebRTC**: Add Realtime agentic voice to your applications with WebRTC - [Demo Repo]( | Low | 1/8/2025 |
| v0.7.0b3 | ## Highlights from this Major Release ๐๐ง Introducing **Tools with Dependency Injection**: Secure, flexible, tool parameters using dependency injection - [Notebook Example](https://docs.ag2.ai/notebooks/tools_dependency_injection) - Video (Coming soon) ๐๐ Introducing **RealtimeAgent with WebRTC**: Add Realtime agentic voice to your applications with WebRTC - Blog (Coming soon) - Notebook (Coming soon) - Video (Coming soon) ๐๐ฌIntroducing **Structured Messages**: Direct and fi | Low | 1/8/2025 |
| v0.7.0b1 | ## Highlights from this Major Release ๐๐ง Introducing **Tools with Dependency Injection**: Secure, flexible, tool parameters using dependency injection - [Notebook Example](https://docs.ag2.ai/notebooks/tools_dependency_injection) - Video TBD ๐๐ Introducing **RealtimeAgent with WebRTC**: Add Realtime agentic voice to your applications with WebRTC - Blog (Coming soon) - Notebook (Coming soon) - Video (Coming soon) ๐๐ฌIntroducing **Structured Messages**: Direct and filter AG2's | Low | 1/8/2025 |
| v0.6.1 | ## Highlights ๐๐ง CaptainAgent's team of agents can now use 3rd party tools! - [Notebook](https://docs.ag2.ai/notebooks/agentchat_captainagent_crosstool) - If you're new to CaptainAgent, check out our [video](https://www.youtube.com/watch?v=laGZmQUolBY) and [blog post](https://docs.ag2.ai/blog/2024-11-15-CaptainAgent/index#introducing-captainagent-for-adaptive-team-building) ๐๐ RealtimeAgent fully supports OpenAI's latest Realtime API and refactored to support real-time APIs from ot | Low | 12/30/2024 |
| v0.6.0 | ## Highlights from this Major Release ๐๐ Introducing **RealtimeAgent**: Realtime voice in AG2! Speak with your agents! - [Blogpost](https://docs.ag2.ai/blog/2024-12-20-RealtimeAgent) - [Notebook Example](https://docs.ag2.ai/notebooks/agentchat_realtime_swarm) - [Video](https://youtu.be/NbZW2goinKM?si=3ZAnBpI0zO0ciEMl) ๐๐ Introducing **ReasoningAgent with MCTS**: Monte Carlo Tree Search powered ReasoningAgent - [Blogpost](https://docs.ag2.ai/blog/2024-12-20-Reasoning-Update) - [N | Low | 12/20/2024 |
| v0.6.0b2 | ## Highlights from this Major Release ๐๐ Introducing **RealtimeAgent**: Realtime voice in AG2! Speak with your agents! - [Blogpost](https://docs.ag2.ai/blog/2024-12-20-RealtimeAgent) - [Notebook Example](https://docs.ag2.ai/notebooks/agentchat_realtime_swarm) - [Video](https://youtu.be/NbZW2goinKM?si=3ZAnBpI0zO0ciEMl) ๐๐ Introducing **ReasoningAgent with MCTS**: Monte Carlo Tree Search powered ReasoningAgent - [Blogpost](https://docs.ag2.ai/blog/2024-12-20-Reasoning-Update) - [N | Low | 12/20/2024 |
| v0.6.0b1 | ## Highlights from this Major Release ๐๐ Introducing **RealtimeAgent**: Realtime voice in AG2! Speak with your agents! - [Blogpost](https://docs.ag2.ai/blog/2024-12-20-RealtimeAgent) - [Notebook Example](https://docs.ag2.ai/notebooks/agentchat_realtime_swarm) - [Video](https://youtu.be/NbZW2goinKM?si=3ZAnBpI0zO0ciEMl) ๐๐ Introducing **ReasoningAgent with MCTS**: Monte Carlo Tree Search powered ReasoningAgent - [Blogpost](https://docs.ag2.ai/blog/2024-12-20-Reasoning-Update) - [N | Low | 12/20/2024 |