feat: worker agent memory

This commit is contained in:
Richard Tang
2026-04-02 17:05:32 -07:00
parent 4006ee96b6
commit ec08ae7438
37 changed files with 1322 additions and 161 deletions
-5
View File
@@ -603,11 +603,6 @@ from litellm import completion_cost
cost = completion_cost(model="claude-3-5-sonnet-20241022", messages=[...])
```
**Monitoring Dashboard** (`/core/framework/monitoring/`)
- WebSocket-based real-time monitoring
- Displays: active agents, tool calls, token usage, errors
- Access at: `http://localhost:8000/monitor`
### How to Add Performance Metrics
**1. Instrument your code**