| v2.0.0 | AgentScope Java 2.0.0 is now Generally Available. This is the first production-ready release of the 2.0 line, marking a milestone in AgentScope Java's evolution into an enterprise-grade harness framework. **Quick links:** [Quickstart](https://java.agentscope.io/v2/en/docs/quickstart.html) | [V1 Migration Guide](https://java.agentscope.io/v2/en/docs/change-log.html) | [Going to Production](https://java.agentscope.io/v2/en/docs/others/going-to-production.html) ### 2.0 Core Design Overview
| Medium | 7/10/2026 |
| v2.0.0-RC5 | # v2.0.0-RC5 This release completes the model-provider modularization (all providers extracted from `agentscope-core` into independent `agentscope-extensions-model-*` modules), adds unified multimodal DataBlock support across all providers, introduces native structured output for tool calls, and includes 30+ bug fixes spanning agent lifecycle, sandbox, tracing, A2A, and subagent propagation. ## Breaking Changes - **Model provider modularization**: OpenAI, Gemini, Anthropic, DashScope, a | High | 7/7/2026 |
| v2.0.0-RC4 | This release introduces async tool execution and notification support for the agent harness, adds a persistent spawn registry for subagent session recovery, and includes some critical bugfixes. ## New Features - Agent harness now supports async tool execution and notifications, including message bus, async tool registry, and scheduled wakeup dispatching ([#1802](https://github.com/agentscope-ai/agentscope-java/pull/1802)) - Added String/Message convenience overloads for agent calls; all | High | 6/18/2026 |
| v2.0.0-RC2 | Please check [the documentation](https://java.agentscope.io/v2/zh/docs/index.html) for more details. ## Features & Enhancements - **Qwen 3.7 model support** โ added support for Qwen 3.7 series models (e.g. `qwen3.7-plus`) - **Direct subagent messaging** โ send messages directly to a spawned subagent and receive its response without going through the parent agent's reasoning loop - **Subagent event stream forwarding** โ child agent intermediate events (text deltas, tool calls, etc.) are n | High | 6/9/2026 |
| v2.0.0-RC1 | # AgentScope Java 2.0.0-RC1 AgentScope Java steps up from a "build an agent" toolkit toward a complete platform for **running agents in production**. 2.0 aims to preserve compatibility with 1.x where possible so that most users can upgrade smoothly โ see the Migration Guide below. Full docs: [docs/v2/en](https://java.agentscope.io/), [docs/v2/zh](https://java.agentscope.io/v2/zh/intro.html) ยท Full changelog: [change-log.md](https://java.agentscope.io/v2/en/docs/change-log.html) ## H | High | 6/2/2026 |
| v1.1.0-RC1 | Build your own OpenClaw-style agent that **keeps evolving inside a workspace**, while the same stack scales to **enterprise, distributed deployments** and can run tools and code in a **securely isolated** execution environment. ## Highlights This release introduces **`agentscope-harness`**, a production-oriented layer on top of `agentscope-core`โs `ReActAgent`. The single user-facing entry point is **`HarnessAgent`**. Harness does not replace the ReAct loop; it **injects hooks and a curate | High | 5/11/2026 |
| v1.0.12 | This release introduces Long-term Memory capabilities, bolsters MCP integration, and adds built-in execution tracing mechanisms, alongside an important refactoring of skill metadata and crucial stability improvements across the core framework. ## ๐ Key Highlights ### Bailian Long-Term Memory AgentScope-Java v1.0.12 introduces robust support for **Bailian long-term memory** (#1188). This significantly enhances the ability of agents to maintain context, recall historical interactions, and | High | 4/30/2026 |
| v1.0.11 | This release focuses on expanding **Multi-Agent Orchestration**, strengthening **Persistent Storage**, and introducing **Graceful Agent Shutdown** mechanisms, alongside crucial stability improvements across the core framework. ## ๐ Key Highlights ### Graceful Agent Shutdown AgentScope-Java v1.0.11 implements comprehensive support for **graceful agent shutdown** (#909). Developers can now safely terminate agent, ensuring that all running tasks, tool executions, and state saving complete r | Medium | 3/31/2026 |
| v1.0.10 | This release focuses on strengthening **Skill & Prompt Management** with upgraded Nacos integrations, expanding **Model & Voice** capabilities, and improving the stability of agent execution flows and OpenAI model interactions. ## ๐ Key Highlights ### Full Integration with Nacos AI Registry (v3.2.0-BETA) AgentScope-Java v1.0.10 now fully supports the Nacos AI Registry, enabling seamless runtime access to centrally managed Prompts and Skills โ empowering dynamic, cloud-native agent orche | Low | 3/11/2026 |
| v1.0.9 | This release marks a milestone with the introduction of **Online Training** capabilities, empowering agents to learn and adapt continuously. It also significantly enhances the **Skill & Tool System** with broader compatibility (Spring Boot Fat JAR, Nacos, Git), and improves **Streaming & Observability** for enterprise-grade deployments. ## ๐ Key Highlights ### 1. Online Training Introduces foundational support for **Online Training** , enabling dynamic model fine-tuning at runtime and | Low | 2/12/2026 |
| v1.0.8 | This release introduces multimodal capabilities with **Qwen TTS integration**, significantly expands the **RAG ecosystem** with PostgreSQL and Elasticsearch support, and empowers agents with robust **Code Execution capabilities**. ## ๐ Key Highlights ### 1. Qwen TTS Integration We have officially expanded the multimodal capabilities of the framework by integrating **Qwen (Tongyi Qianwen) Text-to-Speech**. * **Voice Generation:** Agents can now generate high-quality speech output usi | Low | 1/26/2026 |
| v1.0.7 | This release expands the ecosystem with comprehensive **Ollama integration** for local LLMs, introduces **Kotlin Coroutine extensions** for a more modern development experience, and significantly enhances the **Skill and RAG systems** with dynamic JAR loading and Tika document parsing. ## ๐ Key Highlights ### 1. Comprehensive Ollama Integration We have added full support for **Ollama**, enabling seamless integration with local Large Language Models (LLMs). * **Capabilities:** Includ | Low | 1/14/2026 |
| v1.0.6 | This release introduces significant enhancements to **Human-in-the-Loop (HITL)** interaction patterns and optimizes the **streaming experience** for tool usage. It also includes new integrations (Nacos), API simplifications, and various bug fixes. ## ๐ Key Highlights ### 1. Comprehensive Human-in-the-Loop (HITL) Support We have refactored the execution flow to support robust HITL scenarios. You can now suspend agent execution to await human input, confirmation, or modification, and the | Low | 1/5/2026 |
| v1.0.5 | **๐ The 2025 Finale Release!** As we wrap up 2025, we are proud to present **AgentScope Java v1.0.5**. This marks our 9th release of the year. We extend our sincere gratitude to everyone who contributed code, feedback, and support to the AgentScope Java community over the past few months. ## ๐ Key Highlights * **Universal Model Support:** We have completely refactored the OpenAI request handling (replacing the SDK with a native HTTP client) to support all mainstream models from multip | Low | 12/31/2025 |
| v1.0.4 | ## What's Changed * feat: enable dependabot by @AlbumenJ in https://github.com/agentscope-ai/agentscope-java/pull/244 * feat: Support multimodal tool by @guanxuc in https://github.com/agentscope-ai/agentscope-java/pull/241 * feat: add reasoning chunk and result filtering options to StreamOptions by @shlokmestry in https://github.com/agentscope-ai/agentscope-java/pull/269 * refactor(a2a): migrate server properties to use Spring Environment to adapt spring boot 4. by @KomachiSion in https://gi | Low | 12/26/2025 |
| v1.0.3 | ## What's Changed * fix: Msg by @GTyingzi in https://github.com/agentscope-ai/agentscope-java/pull/184 * feat(a2a): Support A2A protocol calling by A2aAgent. by @KomachiSion in https://github.com/agentscope-ai/agentscope-java/pull/172 * fix(rag): Missing the dimension parameter for embedding by @guanxuc in https://github.com/agentscope-ai/agentscope-java/pull/188 * feat(rag): OpenAI Embedding Support by @xuanmiss in https://github.com/agentscope-ai/agentscope-java/pull/191 * feat(chat): Enh | Low | 12/19/2025 |
| v1.0.2 | ## What's Changed * fix: change rag&longtermmemory hook from prereasoning to pre call by @shiyiyue1102 in https://github.com/agentscope-ai/agentscope-java/pull/156 * refactor(structured-output): change TOOL_CHOICE to deferred forcing mode and preserve tool history by @AlbumenJ in https://github.com/agentscope-ai/agentscope-java/pull/160 * feat: Support MySQL Session Storage #152 by @uuuyuqi in https://github.com/agentscope-ai/agentscope-java/pull/155 * feat:support auto context memory by @sh | Low | 12/11/2025 |
| v1.0.1 | ## What's Changed * feat: add checkRunning parameter to control concurrent agent calls by @AlbumenJ in https://github.com/agentscope-ai/agentscope-java/pull/111 * fix: installation docs by @AlbumenJ in https://github.com/agentscope-ai/agentscope-java/pull/117 * feat: add ChatUsage to Msg metadata for token usage tracking by @AlbumenJ in https://github.com/agentscope-ai/agentscope-java/pull/118 * refactor: reuse ObjectMapper to avoid repeated construction overhead. by @yangl in https://github | Low | 12/8/2025 |
| v1.0.0 | The first stable release of AgentScope Java - an agent-oriented programming framework for building LLM applications. ## Installation **Requires JDK 17+** ```xml <dependency> <groupId>io.agentscope</groupId> <artifactId>agentscope</artifactId> <version>1.0.0</version> </dependency> ``` ## Highlights - Multi-Model Support - DashScope, OpenAI, Anthropic, Gemini out of the box - ReAct Agent - Built-in reasoning and acting loop with tool calling - Annotation-based Tool | Low | 11/30/2025 |
| v0.2.1 | ## AgentScope Studio Integration - Real-time Visualization: Added AgentScope Studio integration with real-time visualization capabilities for monitoring agent execution (#57) ## RAG Support - Comprehensive RAG Framework: Introduced full-featured RAG (Retrieval-Augmented Generation) support including: - Embedding model integration - Vector store implementations - Document retrieval capabilities (#55) ## Performance - Non-blocking I/O: Improved model execution p | Low | 11/18/2025 |
| v0.2.0 | We're excited to announce the release of AgentScope Java v0.2.0, a major milestone that brings production-ready features, comprehensive multi-agent capabilities, and full alignment with the Python version. ## Multi-Agent System - MsgHub & Pipeline (#39, #36): Message broadcasting and orchestration for multi-agent collaboration - PlanNotebook (#40): Structured multi-step task planning and execution - Werewolf Game Example (#51): Complete multi-agent game with i18n support demonstrat | Low | 11/6/2025 |
| v0.1.0 | > Please note that this is an early version, so the APIs and dependencies in the current version do not guarantee long-term stability. Future versions might bring breaking changes. ## ๐ Quickstart ### Installation AgentScope Java requires **jdk 17** or higher. ```bash <dependency> <groupId>io.agentscope</groupId> <artifactId>agentscope-core</artifactId> <version>0.1.0</version> </dependency> ``` ### Hello AgentScope! Start with a basic ReActAgent that replies to us | Low | 9/24/2025 |