MerchantryTidbits

agent-orchestration / library

AutoGen

Capability: AutoGen

Use it when

  • build event-driven agents with tools and explicit team patterns
  • prototype agent handoffs with observable messages

What it solves

Not the fit when

  • multi-agent conversations require termination and budget controls

Install

pip install autogen-agentchat autogen-ext[openai]

Invoke

Create an AssistantAgent, attach model clients or tools, and run it with `await agent.run(task=...)`; use teams only for explicit handoffs.

Alternatives

No reviewed alternatives recorded yet.