Overview
AutoGen is a framework that enables the development of LLM applications using multiple agents that can converse with each other to solve tasks. AutoGen agents are customizable, conversable, and seamlessly allow human participation. They can operate in various modes that employ combinations of LLMs, human inputs, and tools.
Features
- Multi-Agent Conversation: Unique “conversable” agents that solve tasks via dialogue.
- Customizable Agents: Easily define agents with specific tools and skillsets.
- Human in the loop: Built-in support for human intervention and feedback.
Use Cases
- Automated code generation and debugging through agent dialogue.
- Complex multi-step decision making pipelines.
- Multi-agent game development.