Cette page est affichée en anglais. Une traduction française est en cours.
SkillsMay 12, 2026·2 min de lecture

AgentScope Studio — Agent Tracing UI

AgentScope Studio is a local visualization toolkit: Projects/Runs UI, OpenTelemetry-based tracing, and eval dashboards for AgentScope agents.

Prêt pour agents

Installation agent prête

Cet actif peut être installé après choix du runtime, vérification du plan et exécution de la commande adaptée.

Native · 98/100Policy : autoriser
Surface agent
Tout agent MCP/CLI
Type
Skill
Installation
Single
Confiance
Confiance : Established
Point d'entrée
Asset
Commande d'installation directe
npx -y tokrepo@latest install 4880c2c1-0961-5fbc-9aac-4f5237ec4d5e --target codex

À exécuter après confirmation du plan en dry-run.

Introduction

AgentScope Studio is a local visualization toolkit: Projects/Runs UI, OpenTelemetry-based tracing, and eval dashboards for AgentScope agents.

  • Best for: Developers who need trace + eval visibility while iterating on agents
  • Works with: Node.js 20+; npm 10+; optional Docker; integrates with AgentScope (per README)
  • Setup time: 10–30 minutes

Practical Notes

  • GitHub: 542 stars · 57 forks; pushed 2026-03-06 (verified via GitHub API).
  • README recommends Node.js >=20 and provides an npm global install with a single as_studio entrypoint.
  • README highlights OpenTelemetry tracing and evaluation analysis as first-class UI features.

Main

Make the UI actionable, not decorative:

  1. Define a “run” contract: inputs, tools allowed, timeouts, and environment.
  2. Capture traces for every run and keep them searchable by version (prompt/model/agent code).
  3. Add simple evals (pass/fail rubrics) and correlate them with trace patterns (retries, tool failures, long spans).
  4. Use the UI to produce a reproducible bug report: trace link + inputs + expected vs actual.

This is how agent debugging becomes engineering work instead of guesswork.

FAQ

Q: Do I need to use AgentScope? A: README positions it as AgentScope-focused, but the tracing concepts are OpenTelemetry-based.

Q: Is Docker required? A: No—README lists Docker as optional; the recommended install is via npm.

Q: What should I track first? A: Start with latency and tool failures, then add token usage and cost annotations.

🙏

Source et remerciements

Source: https://github.com/agentscope-ai/agentscope-studio > License: Apache-2.0 > GitHub stars: 542 · forks: 118

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires