agentflow-dashboard 0.6.0 → 0.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,9 +1,13 @@
1
- # AgentFlow Dashboard v0.5.0
1
+ # AgentFlow Dashboard v0.7.1
2
2
 
3
3
  Real-time monitoring dashboard for AI agent systems. Visualize execution graphs, session transcripts, and performance metrics from any agent framework.
4
4
 
5
5
  ## Features
6
6
 
7
+ ### Error Surfacing
8
+ - **Crystal-clear error tracking** — Failed node errors (`state.error` and `metadata.error`) are surfaced in all detail views: Flame Chart, Agent Flow, Summary, and Transcript
9
+ - Error messages like `"403 Forbidden — Key limit exceeded"` appear directly in the UI — no more digging through log files
10
+
7
11
  ### Universal Agent Monitoring
8
12
  - **Multi-Format Ingestion** - AgentFlow JSON traces, JSONL session logs (Claude Code compatible), structured log files, cron run logs
9
13
  - **Auto-Discovery** - Recursively scans directories for trace files, watches for new files in real-time