Skip to main content

Installation

Usage

How It Works

AutoGen logs LLM calls via Python’s logging module. MeshAI adds a custom handler that:
  1. Captures LLMCall events from the autogen_core logger
  2. Extracts model, tokens, and provider from each event
  3. Sends to MeshAI (buffered, non-blocking)

AG2 Compatibility

The integration also works with AG2 (AutoGen’s fork). The logging interface is compatible.