Installation
Usage
How It Works
track_agno patches Agent.run() to intercept LLM calls. After each agent run, it:
- Extracts the model name from the agent’s model configuration
- Extracts token counts from the response usage metrics
- Infers the provider from the model name
- Sends the usage event to MeshAI (buffered, non-blocking)

