agentscope-sdk

Coordinate multi-agent AI workflows and tool orchestration across agents, memory, models, and RAG.

1|1|Updated Nov 17, 2025
One-click install
npx skills add https://github.com/CaiZongyuan/EfficientCC --skill agentscope-sdk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentscope-sdk
Source: https://github.com/CaiZongyuan/EfficientCC/tree/main/AgentScope/agentscope-sdk
Command: npx skills add https://github.com/CaiZongyuan/EfficientCC --skill agentscope-sdk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

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.

Frequently Asked Questions about agentscope-sdk

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a multi-agent AI workflow with tool orchestration?

To build a multi-agent AI workflow, use the AgentScope SDK to coordinate agents, memory, models, and retrieval-augmented generation. It provides APIs for agent creation, toolkits, and pipelines to orchestrate scalable workflows and tool integration.

Does the AgentScope SDK support retrieval-augmented generation and long-term memory?

Yes, retrieval-augmented generation is supported through components like DashScopeTextEmbedding and SimpleKnowledge. For memory, it includes InMemoryMemory and Mem0LongTermMemory to manage context and long-term recall in multi-agent applications.

Can I visualize multi-agent pipelines and evaluate agent performance?

You can visualize multi-agent pipelines using the integrated Studio tool to observe run executions. The SDK also includes evaluation components to assess agent performance and orchestration workflows effectively during development.

What's the best way to create a custom ReAct agent for AI applications?

The best way to create a custom ReAct agent is using the AgentScope SDK's agent development APIs. It supports ReActAgent and UserAgent creation, allowing you to extend capabilities with custom agents and automatic tool schema extraction.

How do I integrate external tools into a multi-agent system using MCP?

You can integrate external tools into a multi-agent system using the AgentScope SDK's built-in MCP support and automatic tool schema extraction. This allows seamless tool execution and orchestration across multiple coordinated agents.