Skip to content

sipercai/agentscope-studio

 
 

Repository files navigation

AgentScope Logo

AgentScope Studio: Development-Oriented Visualization Toolkit

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

home projects runtime 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

💡 Tip: If you're using nvm, you can run nvm use to automatically switch to the required Node.js version.

How to check your Node.js version:

node --version  # Should show v20.x.x or higher
npm --version   # Should show 10.x.x or higher
  • From source code:
git clone https://github.com/agentscope-ai/agentscope-studio
cd agentscope-studio
npm install
npm run dev
  • From npm
npm install -g @agentscope/studio  # or npm install @agentscope/studio

as_studio

🚀 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"
)

# ...

⚖️ License

AgentScope is released under Apache License 2.0.

✨ Contributors

All thanks to our contributors:

About

A development-oriented visualization toolkit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.7%
  • Python 3.3%
  • CSS 1.6%
  • Other 0.4%