AgentScope Studio: Development-Oriented Visualization Toolkit
npm install agentscope-studio
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/npm-v1.0.4-blue?logo=npm"
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 for the development of agent applications, supporting
project management, runtime visualization, tracing and agent evaluation.
Additionally, AgentScope Studio built-in a Copilot named Friday as 1) a development assistant, 2) playground for
rapid secondary development, and 3) integration of advanced features in
AgentScope.
src="./assets/home.gif"
width="49%"
alt="home"
/>
src="./assets/projects.gif"
width="49%"
alt="projects"
/>
src="./assets/runtime.gif"
width="49%"
alt="runtime"
/>
src="./assets/friday.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.
- From source code:
``bash`
git clone https://github.com/agentscope-ai/agentscope-studio
npm install
npm run dev
- From npm
`bash
npm install -g @agentscope/studio # or npm install @agentscope/studio
as_studio
`
To connect AgentScope applications, you need to set the studio_url field in the AgentScope initializer as follows:
`python
import agentscope
agentscope.init(
# ...
studio_url="http://localhost:3000"
)
AgentScope is released under Apache License 2.0.
All thanks to our contributors: