Agenten-Frameworks
Frameworks zum Bauen von Multi-Agenten-Systemen.
- AutoGen Agenten-Frameworks
AutoGen is an open-source framework from Microsoft for building multi-agent applications with LLMs. Several AI agents solve tasks together in structured conversations — for example group chats or asynchronous message passing.
- CrewAI Agenten-Frameworks
CrewAI is an open-source framework for orchestrating multiple autonomous AI agents. It assigns agents roles, goals and tools and has them collaborate in teams ("crews") to solve complex tasks through coordinated, multi-step workflows.
- LangGraph Agenten-Frameworks
LangGraph is an open-source framework from LangChain for stateful, graph-based LLM workflows — nodes are functions or agents, edges define the control flow including loops and branches.