Documentation Index
Fetch the complete documentation index at: https://www.adaline.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
AutoGen
Use the Adaline AutoGen observer to send AutoGen runner activity into Adaline. The integration wraps an existing runner or agent and observes its run lifecycle without changing the task logic itself.adaline-autogen is currently in early access and is not yet published on PyPI. Contact support@adaline.ai to get access.Prerequisites
Before you start, make sure you have:- An Adaline account.
- A workspace API key — create one under Settings → API keys.
- Your project ID — copy it from Monitor → Copy Project ID.
Install
Initialize Adaline
Create an Adaline client, then initialize a monitor for the target project.For production guidance — buffering, batching, retries, serverless flushing, and graceful shutdown — see Instrument with the Adaline SDK.
Wrap an AutoGen runner
Create anAdalineAutoGenObserver, then wrap the runner or agent you want to observe.
Basic example
This example keeps the integration intentionally small: oneAssistantAgent run observed through wrap_runner.
Use an existing parent trace or span
The AutoGen observer accepts:parent_traceparent_span
What the observer captures
The AutoGen integration is designed to capture observed runner activity, including:- runner-level roots created when a wrapped run starts
- task input passed into the observed runner
- child spans emitted during the wrapped run
- framework and runner metadata stored as Adaline attributes
Next steps
Instrument with the Adaline SDK
Monitor lifecycle, buffering and batching, retries, serverless flushing, and graceful shutdown.
SDK reference
Full class and type reference for the TypeScript and Python SDKs.
All integrations
Browse every framework and AI-provider integration Adaline supports.
View your logs
Open Adaline to see traces and spans land in your project.