|
54 | 54 | </p> |
55 | 55 |
|
56 | 56 | ## 📢 News |
57 | | -- **[2025-12]** AgentScope supports [TTS(Text-to-Speech)](https://doc.agentscope.io/tutorial/task_tts.html) now! Check our [example]() and [tutorial](https://doc.agentscope.io/tutorial/task_tts.html) for more details. |
| 57 | +- **[2025-12]** AgentScope supports [A2A(Agent-to-Agent) protocol](https://doc.agentscope.io/tutorial/task_a2a_protocol.html) now! Check our [example](https://github.com/agentscope-ai/agentscope/tree/main/examples/agent/a2a_agent) and [tutorial](https://doc.agentscope.io/tutorial/task_a2a_protocol.html) for more details. |
| 58 | +- **[2025-12]** AgentScope supports [TTS(Text-to-Speech)](https://doc.agentscope.io/tutorial/task_tts.html) now! Check our [example](https://github.com/agentscope-ai/agentscope/tree/main/examples/functionality/tts) and [tutorial](https://doc.agentscope.io/tutorial/task_tts.html) for more details. |
58 | 59 | - **[2025-11]** AgentScope supports [Anthropic Agent Skill](https://claude.com/blog/skills) now! Check our [example](https://github.com/agentscope-ai/agentscope/tree/main/examples/functionality/agent_skill) and [tutorial](https://doc.agentscope.io/tutorial/task_agent_skill.html) for more details. |
59 | 60 | - **[2025-11]** AgentScope open-sources [Alias-Agent](https://github.com/agentscope-ai/agentscope-samples/tree/main/alias) for diverse real-world tasks and [Data-Juicer Agent](https://github.com/agentscope-ai/agentscope-samples/tree/main/data_juicer_agent) for data processing. |
60 | 61 | - **[2025-11]** AgentScope supports [Agentic RL](https://github.com/agentscope-ai/agentscope/tree/main/examples/training/react_agent) via integrating [Trinity-RFT](https://github.com/modelscope/Trinity-RFT) library. |
@@ -88,38 +89,39 @@ Easy for beginners, powerful for experts. |
88 | 89 |
|
89 | 90 | Quick overview of important features in **AgentScope 1.0**: |
90 | 91 |
|
91 | | -| Module | Feature | Tutorial | |
92 | | -|------------|------------------------------------------------------------------------------------|-------------------------------------------------------------------------| |
93 | | -| model | Support async invocation | [Model](https://doc.agentscope.io/tutorial/task_model.html) | |
94 | | -| | Support reasoning model | | |
95 | | -| | Support streaming/non-streaming returns | | |
96 | | -| tool | Support async/sync tool functions | [Tool](https://doc.agentscope.io/tutorial/task_tool.html) | |
97 | | -| | Support streaming/non-streaming returns | | |
98 | | -| | Support user interruption | | |
99 | | -| | Support post-processing | | |
100 | | -| | Support group-wise tools management | | |
101 | | -| | Support agentic tools management by meta tool | | |
102 | | -| MCP | Support streamable HTTP/SSE/StdIO transport | [MCP](https://doc.agentscope.io/tutorial/task_mcp.html) | |
103 | | -| | Support both **stateful** and **stateless** mode MCP Client | | |
104 | | -| | Support client- & function-level fine-grained control | | |
105 | | -| agent | Support async execution | | |
106 | | -| | Support parallel tool calls | | |
107 | | -| | Support realtime steering interruption and customized handling | | |
108 | | -| | Support automatic state management | | |
109 | | -| | Support agent-controlled long-term memory | | |
110 | | -| | Support agent hooks | | |
111 | | -| tracing | Support OpenTelemetry-based tracing in LLM, tools, agent and formatter | [Tracing](https://doc.agentscope.io/tutorial/task_tracing.html) | |
| 92 | +| Module | Feature | Tutorial | |
| 93 | +|------------|----------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------| |
| 94 | +| model | Support async invocation | [Model](https://doc.agentscope.io/tutorial/task_model.html) | |
| 95 | +| | Support reasoning model | | |
| 96 | +| | Support streaming/non-streaming returns | | |
| 97 | +| tool | Support async/sync tool functions | [Tool](https://doc.agentscope.io/tutorial/task_tool.html) | |
| 98 | +| | Support streaming/non-streaming returns | | |
| 99 | +| | Support user interruption | | |
| 100 | +| | Support post-processing | | |
| 101 | +| | Support group-wise tools management | | |
| 102 | +| | Support agentic tools management by meta tool | | |
| 103 | +| MCP | Support streamable HTTP/SSE/StdIO transport | [MCP](https://doc.agentscope.io/tutorial/task_mcp.html) | |
| 104 | +| | Support both **stateful** and **stateless** mode MCP Client | | |
| 105 | +| | Support client- & function-level fine-grained control | | |
| 106 | +| agent | Support async execution | | |
| 107 | +| | Support parallel tool calls | | |
| 108 | +| | Support realtime steering interruption and customized handling | | |
| 109 | +| | Support automatic state management | | |
| 110 | +| | Support agent-controlled long-term memory | | |
| 111 | +| | Support agent hooks | | |
| 112 | +| tracing | Support OpenTelemetry-based tracing in LLM, tools, agent and formatter | [Tracing](https://doc.agentscope.io/tutorial/task_tracing.html) | |
112 | 113 | | | Support connecting to third-party tracing platforms (e.g. Alibaba Cloud CloudMonitor, Arize-Phoenix, Langfuse) | | |
113 | | -| memory | Support long-term memory | [Memory](https://doc.agentscope.io/tutorial/task_long_term_memory.html) | |
114 | | -| session | Provide session/application-level automatic state management | [Session](https://doc.agentscope.io/tutorial/task_state.html) | |
115 | | -| evaluation | Provide distributed and parallel evaluation | [Evaluation](https://doc.agentscope.io/tutorial/task_eval.html) | |
116 | | -| formatter | Support multi-agent prompt formatting with tools API | [Prompt Formatter](https://doc.agentscope.io/tutorial/task_prompt.html) | |
117 | | -| | Support truncation-based formatter strategy | | |
118 | | -| plan | Support ReAct-based long-term planning | [Plan](https://doc.agentscope.io/tutorial/task_plan.html) | |
119 | | -| | Support manual plan specification | | |
120 | | -| RAG | Support agentic RAG | [RAG](https://doc.agentscope.io/tutorial/task_rag.html) | |
121 | | -| | Support multimodal RAG | | |
122 | | -| ... | | | |
| 114 | +| memory | Support long-term memory | [Memory](https://doc.agentscope.io/tutorial/task_long_term_memory.html) | |
| 115 | +| session | Provide session/application-level automatic state management | [Session](https://doc.agentscope.io/tutorial/task_state.html) | |
| 116 | +| evaluation | Provide distributed and parallel evaluation | [Evaluation](https://doc.agentscope.io/tutorial/task_eval.html) | |
| 117 | +| formatter | Support multi-agent prompt formatting with tools API | [Prompt Formatter](https://doc.agentscope.io/tutorial/task_prompt.html) | |
| 118 | +| | Support truncation-based formatter strategy | | |
| 119 | +| plan | Support ReAct-based long-term planning | [Plan](https://doc.agentscope.io/tutorial/task_plan.html) | |
| 120 | +| | Support manual plan specification | | |
| 121 | +| RAG | Support agentic RAG | [RAG](https://doc.agentscope.io/tutorial/task_rag.html) | |
| 122 | +| | Support multimodal RAG | | |
| 123 | +| A2A | Support A2A agent | [A2A](https://doc.agentscope.io/tutorial/task_a2a.html) | |
| 124 | +| ... | | | |
123 | 125 |
|
124 | 126 |
|
125 | 127 | ## 💬 Contact |
@@ -398,6 +400,7 @@ as_studio |
398 | 400 | - [Deep Research Agent](https://github.com/agentscope-ai/agentscope/tree/main/examples/agent/deep_research_agent) |
399 | 401 | - [Browser-use Agent](https://github.com/agentscope-ai/agentscope/tree/main/examples/agent/browser_agent) |
400 | 402 | - [Meta Planner Agent](https://github.com/agentscope-ai/agentscope/tree/main/examples/agent/meta_planner_agent) |
| 403 | + - [A2A Agent](https://github.com/agentscope-ai/agentscope/tree/main/examples/agent/a2a_agent) |
401 | 404 | - Game |
402 | 405 | - [Nine-player Werewolves](https://github.com/agentscope-ai/agentscope/tree/main/examples/game/werewolves) |
403 | 406 | - Workflow |
|
0 commit comments