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 +24 -7
- package/dist/chunk-EDHK4NJD.js +1319 -0
- package/dist/cli.cjs +777 -90
- package/dist/cli.js +2 -116
- package/dist/index.cjs +869 -68
- package/dist/index.js +1 -1
- package/dist/public/dashboard.js +1749 -287
- package/dist/public/debug.html +43 -0
- package/dist/public/index.html +1191 -239
- package/dist/server.cjs +1350 -0
- package/dist/server.js +6 -0
- package/package.json +2 -2
- package/public/dashboard.js +1749 -287
- package/public/debug.html +43 -0
- package/public/index.html +1191 -239
- package/dist/chunk-L24LYP6L.js +0 -515
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
|
|
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
|
-
|
|
8
|
-
- **
|
|
9
|
-
- **
|
|
10
|
-
- **Multi-
|
|
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
|
|