https://github.com/agentscope-ai/agentscope-studio
A development-oriented visualization toolkit
https://github.com/agentscope-ai/agentscope-studio
agent agentscope chatbot llm multi-agent opentelemetry tracing
Last synced: 9 months ago
JSON representation
A development-oriented visualization toolkit
- Host: GitHub
- URL: https://github.com/agentscope-ai/agentscope-studio
- Owner: agentscope-ai
- License: apache-2.0
- Created: 2025-07-01T08:33:44.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-09-23T06:09:45.000Z (9 months ago)
- Last Synced: 2025-09-23T07:25:10.498Z (9 months ago)
- Topics: agent, agentscope, chatbot, llm, multi-agent, opentelemetry, tracing
- Language: TypeScript
- Homepage: https://doc.agentscope.io/tutorial/task_studio.html
- Size: 6.81 MB
- Stars: 199
- Watchers: 1
- Forks: 36
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
AgentScope Studio: Development-Oriented Visualization Toolkit
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](https://github.com/agentscope-ai/agentscope).
## 📢 News
- **[2025-08]** AgentScope Studio is now open-sourced! We will continue to improve it and welcome contributions from the community.
## 💻 Installation
- 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
```
## 🚀 QuickStart
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"
)
# ...
```
## ⚖️ License
AgentScope is released under Apache License 2.0.
## ✨ Contributors
All thanks to our contributors: