agentscope
agentscope-ai/agentscope
Build and run agents you can see, understand, and trust.
Overview
A production-ready agent framework for building and running agents with essential abstractions that support rising model capabilities.
Categories
Tags
Similar tools
ECC
affaan-m/ECC
The agent harness performance optimization system
hermes-agent
NousResearch/hermes-agent
The self-improving AI agent built by Nous Research
AutoGPT
Significant-Gravitas/AutoGPT
AutoGPT: Build, Deploy, and Run AI Agents
ollama
ollama/ollama
Get up and running with Kimi-K2.6, GLM-5.1, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
prompts.chat
f/prompts.chat
The world's largest open-source prompt library for AI
JavaGuide
Snailclimb/JavaGuide
Snailclimb/JavaGuide: 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Install
pip install agentscopeREADME
中文主页 | Documentation | Roadmap
What is AgentScope 2.0?
AgentScope 2.0 is a production-ready, easy-to-use agent framework with essential abstractions that work with rising model capability and built-in support for .
- Event System → A unified event bus to the frontend and human-in-the-loop support.
- Permission System → Fine-grained, configurable control over tools and resources.
- Multi-tenancy & Multi-session Service → Production-grade serving with isolation across tenants and sessions.
- Workspace / Sandbox Support → Run tools and code in isolated environments, with built-in backends for local, Docker, and E2B.
- Extensible Middleware System → Composable hooks to customize and extend the agent's reasoning-acting loop.
We design for increasingly agentic LLMs. Our approach leverages the models' reasoning and tool use abilities rather than constraining them with strict prompts and opinionated orchestrations.