Skip to content

Stats API

This page is under construction.

Get agent statistics and metrics.

Endpoint

  • GET /api/stats - Get statistics

Response

json
{
  "tool_call_count": 42,
  "skill_count": 5,
  "memory_stats": {...},
  "conversation_len": 20
}

Released under the MIT License.