JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 141
  • Score
    100M100P100Q98915F
  • License Apache-2.0

AgentScope Studio is a powerful local monitoring and visualization tool designed to provide real-time insights into your system's performance and behavior.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@agentscope/studio) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    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

    • From source code:
    git clone https://github.com/agentscope-ai/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: