agentflow-dashboard 0.2.0 → 0.3.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,15 +1,32 @@
1
- # AgentFlow Dashboard
1
+ # AgentFlow Dashboard v0.3.0
2
2
 
3
- Real-time monitoring dashboard for AgentFlow - Visualize agent execution graphs and performance metrics in a beautiful web interface.
3
+ Real-time monitoring dashboard for AgentFlow - Visualize agent execution graphs and performance metrics with comprehensive agent infrastructure monitoring.
4
4
 
5
5
  ## Features
6
6
 
7
- - **Real-time Monitoring** - Live updates via WebSocket connections
8
- - **Agent Performance Metrics** - Success rates, execution times, and activity tracking
9
- - **Execution Graph Visualization** - Interactive display of agent execution flows
10
- - **Multi-Agent System Overview** - Monitor entire agent ecosystems at once
7
+ ### **🎯 Universal Agent Monitoring**
8
+ - **Alfred Integration** - Full Alfred worker and conversation monitoring
9
+ - **OpenClaw Support** - OpenClaw gateway and agent trace ingestion
10
+ - **Multi-Framework** - Supports LangChain, CrewAI, AutoGen, Mastra, and more
11
+ - **Real-time Updates** - Live WebSocket connections with instant trace updates
12
+
13
+ ### **🛠️ Enhanced Process Health**
14
+ - **Process Tagging** - Smart categorization (`main`, `agents`, `browser`, `context`, `exec`, `read`, `tool`, `think`, `user`, `write`)
15
+ - **Tree View Structure** - Hierarchical process relationships with parent-child visualization
16
+ - **Infrastructure Detection** - Automatic detection of Milvus, Redis, PostgreSQL, and vector databases
17
+ - **Resource Monitoring** - CPU, memory, and uptime tracking for all processes
18
+
19
+ ### **💬 LLM Conversation Tracking**
20
+ - **Session Parsing** - Full Alfred and OpenClaw conversation logs
21
+ - **Token Usage** - OpenRouter, Claude, and other provider usage statistics
22
+ - **Model Interactions** - Complete LLM request/response chains with metadata
23
+ - **Activity Filtering** - Filter traces by agent activity type and behavior
24
+
25
+ ### **📊 Performance & Visualization**
26
+ - **Interactive Graphs** - Cytoscape.js execution flow visualization
27
+ - **Timeline View** - Waterfall execution timeline with duration metrics
28
+ - **Success Metrics** - Agent performance, failure rates, and health monitoring
11
29
  - **Responsive Design** - Works on desktop and mobile devices
12
- - **Zero Configuration** - Auto-discovers trace files and starts monitoring
13
30
 
14
31
  ## Quick Start
15
32