Home
Softono
agentscope-studio

agentscope-studio

Open source Apache-2.0 TypeScript
569
Stars
123
Forks
11
Issues
4
Watchers
3 months
Last Commit

About agentscope-studio

<p align="center"> <img src="https://img.alicdn.com/imgextra/i1/O1CN01nTg6w21NqT5qFKH1u_!!6000000001621-55-tps-550-550.svg" alt="AgentScope Logo" width="200" /> </p> <h2 align="center">AgentScope Studio: Development-Oriented Visualization Toolkit</h2> <p align="center"> <a href="https://arxiv.org/abs/2402.14034"> <img src="https://img.shields.io/badge/cs.MA-2402.14034-B31C1C?logo=arxiv&logoColor=B31C1C" alt="arxiv" /> </a> <a href="https://www.npmjs.com/package/@agentscope/studio"> <img 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" /> </a> <a href="./LICENSE"> <img src="https://img.shields.io/badge/license-Apache--2.0-black" alt="license" /> </a> <a href="https://agentscope.io/"> <img src="https://im ...

Platforms

Web Self-hosted

Languages

TypeScript

AgentScope Logo

AgentScope Studio: Development-Oriented Visualization Toolkit

arxiv npm license tracing evaluation 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.

Key Features

  • 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

home runtime traces friday

📢 News

  • [2025-08] AgentScope Studio is now open-sourced! We will continue to improve it and welcome contributions from the community.

💻 Installation

Prerequisites

  • 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.

# How to check your version
node --version  # Should show v20.x.x or higher
npm --version   # Should show 10.x.x or higher

From NPM (Recommended)

npm install -g @agentscope/studio

# Start AgentScope Studio
as_studio

From Source

git clone https://github.com/agentscope-ai/agentscope-studio
cd agentscope-studio
npm install

# Start in development mode
npm run dev
  • From npm
npm install -g @agentscope/studio  # or npm install @agentscope/studio

as_studio

Docker Deployment

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:

import agentscope

agentscope.init(
    # ...
    studio_url="http://localhost:3000"
)

# ...

📚 Documentation

For more details, please refer to our documentation:

⚖️ License

AgentScope Studio is released under Apache License 2.0.

✨ Contributors

All thanks to our contributors: