Installation
Usage
How It Works
MeshAI registers a globalafter_llm_call hook with CrewAI. After every LLM interaction, the hook:
- Extracts the model name from the LLM context
- Extracts token counts from the response
- Infers the provider from the model name
- Sends the usage event to MeshAI (buffered, batched)

