What problem does it solve?
The AgentScope SDK provides a comprehensive framework for building and orchestrating multi-agent AI applications, covering core concepts such as agents, tools, memory management, models, RAG, planning, pipelines, and evaluation, along with development-era tooling.
Core Features & Use Cases
- Agent development: Create and customize ReActAgent, UserAgent, and extend with custom agents.
- Tool integration: Automatic tool schema extraction, tool execution, MCP support.
- Memory & Use Cases: InMemoryMemory, Mem0LongTermMemory, DashScopeTextEmbedding, SimpleKnowledge, RAG workflows, and planning/pipelines.
- Use cases: Build multi-agent assistants, orchestrate workflows, evaluate agent performance.
- Studio & pipelines: Visualization of runs with Studio and composition of complex workflows with Pipelines.
Quick Start
Install the AgentScope SDK and run the quickstart tutorials to launch a sample ReAct agent and explore tools, memory, planning, and RAG workflows.