AgentScope Studio is a powerful local monitoring and visualization tool designed to provide real-time insights into your system's performance and behavior.
src="https://img.alicdn.com/imgextra/i1/O1CN01nTg6w21NqT5qFKH1u_!!6000000001621-55-tps-550-550.svg"
alt="AgentScope Logo"
width="200"
/>
src="https://img.shields.io/badge/cs.MA-2402.14034-B31C1C?logo=arxiv&logoColor=B31C1C"
alt="arxiv"
/>
src="https://img.shields.io/badge/dynamic/json?url=https://registry.npmjs.org/%40agentscope%2Fstudio&query=$.%27dist-tags%27.latest&prefix=v&logo=npm&label=version"
alt="npm"
/>
src="https://img.shields.io/badge/license-Apache--2.0-black"
alt="license"
/>
src="https://img.shields.io/badge/Tracing-OpenTelemetry-blue?logo=look&logoColor=green&color=dark-green"
alt="tracing"
/>
src="https://img.shields.io/badge/Evaluation-Agent-blue?logo=look&color=red"
alt="evaluation"
/>
src="https://img.shields.io/badge/Built--in_Copilot-Friday-blue?logo=look&color=cyan"
alt="friday"
/>
AgentScope Studio is a powerful local visualization toolkit designed for developers working with AgentScope. It provides a transparent, simple, and fun way to develop, debug, and evaluate agent-based applications.
- Project Management: Organize and manage your AgentScope projects with Projects and Runs
- Runtime Visualization: Chatbot-style interface for real-time agent interaction
- Tracing: OpenTelemetry-based trace visualization for LLM calls, token usage, and agent invocations
- Agent Evaluation: Evaluation-oriented analysis from a statistical perspective
- Built-in Copilot (Friday): A development assistant, playground for rapid secondary development, and integration hub for advanced features
src="https://img.alicdn.com/imgextra/i1/O1CN01PG2MdF1Zc44A1QM6N_!!6000000003214-1-tps-1971-1080.gif"
width="49%"
alt="home"
/>
src="https://img.alicdn.com/imgextra/i2/O1CN01pGHedL1L4ibmyPeiq_!!6000000001246-1-tps-1971-1080.gif"
width="49%"
alt="runtime"
/>
src="https://img.alicdn.com/imgextra/i1/O1CN01HfFhy928SSJAcWQ8c_!!6000000007931-1-tps-1971-1080.gif"
width="49%"
alt="traces"
/>
src="https://img.alicdn.com/imgextra/i1/O1CN01vovov821Arms9tEJ1_!!6000000006945-1-tps-1971-1080.gif"
width="49%"
alt="friday"
/>
- [2025-08] AgentScope Studio is now open-sourced! We will continue to improve it and welcome contributions from the community.
- Node.js >= 20.0.0
- npm >= 10.0.0
- Docker (optional, for Docker deployment)
> 💡 Tip: If you're using nvm, you can run nvm use to automatically switch to the required Node.js version.
``bash`How to check your version
node --version # Should show v20.x.x or higher
npm --version # Should show 10.x.x or higher
`bash
npm install -g @agentscope/studio
$3
`bash
git clone https://github.com/agentscope-ai/agentscope-studio
cd agentscope-studio
npm installStart in development mode
npm run dev
`- From npm
`bash
npm install -g @agentscope/studio # or npm install @agentscope/studioas_studio
`$3
Please refer to docker/README.md.
🚀 QuickStart
To connect AgentScope applications, you need to set the
studio_url field in the AgentScope initializer as follows:`python
import agentscopeagentscope.init(
# ...
studio_url="http://localhost:3000"
)
...
``For more details, please refer to our documentation:
- Overview - What is AgentScope Studio and how it works
- Quick Start - Installation and configuration guide
- Project Management - Managing projects and runs
- Tracing - OpenTelemetry integration and semantic conventions
- Friday - Built-in Copilot guide
- Contributing - How to contribute
AgentScope Studio is released under Apache License 2.0.
All thanks to our contributors: