Installation
Usage
How It Works
AutoGen logs LLM calls via Python’slogging module. MeshAI adds a custom handler that:
- Captures
LLMCallevents from theautogen_corelogger - Extracts model, tokens, and provider from each event
- Sends to MeshAI (buffered, non-blocking)

