autogen
Package — LLM/AIPython 3.7+Advanced
Multi-agent conversation framework for AI workflows
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- openai, diskcache, termcolor, flaml, pydantic, docker
- Install
pip install pyautogen
Learn by Difficulty
Quick Example
python
# Install: pip install pyautogen import autogen # Basic autogen usage print(f"Using autogen") # See documentation for detailed examples
autogen is a third-party package. Multi-agent conversation framework for AI workflows. Install with: pip install pyautogen
Try in PlaygroundTags
packagellmaigenerative-aiagents