Documentation
README
Usage Trends
Analyze usage patterns and trends from the Agent Monitor analytics data.
Input
The user provides: $ARGUMENTS
Options: "last 7 days", "last 30 days", "last quarter", "peak hours", "tool trends", "model usage".
Data Sources
| Endpoint | Returns |
|---|---|
GET /api/analytics |
Comprehensive analytics object (see schema below) |
GET /api/stats |
{ total_sessions, active_sessions, active_agents, total_agents, total_events, events_today, ws_connections, agents_by_status, sessions_by_status } |
GET /api/sessions?limit=200 |
Full session records with timestamps and metadata |
Analytics response schema (GET /api/analytics)
This is the opening of the README. Read the full README on GitHub.