agentscope

agentscope

Build observability, understandability, and trustworthiness into your agents.

MCPDevOpen source
Type
MCP
Open source
Yes
GitHub Stars
★ 27.1k
Source
mcp-github

Overview

AgentScope is a production-ready and easy-to-use agent framework that provides essential abstractions to support the growing capabilities of models. It includes an event system, permission system, multi-tenancy and multi-session services, workspace/sandbox support, and an extensible middleware system. With these features, AI can perform better reasoning and tool usage without strict prompting or orchestration. Ideal for developers building complex agent systems.

Capabilities

  • Unified event bus
  • Fine-grained permission control
  • Multi-tenancy and multi-session isolation
  • Tool and code execution in isolated environments
  • Extensible middleware system

Use cases

Building complex agent systemsAgent management in multi-tenancy applicationsScenarios requiring fine-grained permission controlRunning tools and code in isolated environments

Setup

Requires: Python 3.11+DASHSCOPE_API_KEY
pip install agentscope or install from source: git clone -b main https://github.com/agentscope-ai/agentscope.git && cd agentscope && pip install -e .

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

What Python versions does AgentScope support?

AgentScope requires Python 3.11 or higher.

How do I get started with AgentScope?

After installation, refer to the quick start guide in the documentation.

Related skills