AutoGen
Trace AutoGen multi-agent conversations with Respan.
Set up Respan
- Sign up — Create an account at platform.respan.ai
- Create an API key — Generate one on the API keys page
- Add credits or a provider key — Add credits on the Credits page or connect your own provider key on the Integrations page
Use AI
Add the Docs MCP to your AI coding tool to get help building with Respan. No API key needed.
What is AutoGen?
AutoGen is Microsoft’s framework for building multi-agent conversational AI systems. It enables the creation of agents that can converse with each other to solve tasks, with support for human-in-the-loop patterns.
Setup
View your trace
Open the Traces page to see your AutoGen conversation with agent messages, LLM calls, and code execution.
What gets traced
All AutoGen operations are auto-instrumented:
- Multi-agent conversations and message passing
- LLM calls with model, tokens, and input/output
- Code generation and execution
- Tool and function calls
- Agent-to-agent delegation
Traces appear in the Traces dashboard.
Learn more
- OpenTelemetry integration - How Respan processes OTel spans
- Respan Python SDK - Full SDK reference