



Microsoft's open-source framework for multi-agent conversations with tool use, memory persistence, and vector retrieval integration for collaborative LLM agents and chat systems.
Loading more......
AutoGen enables multi-agent systems where agents converse, use tools, and retrieve from vector stores.
Supports retrieval from vector DBs via tool calling and custom functions, e.g., Qdrant retrievers in agent loops.
AutoGen emphasizes conversational multi-agent vs LangChain's structured chains.
Open-source (Apache 2.0).