2 repos
Tools and configurations that enable autonomous agents to generate step-by-step task plans before execution.
Distinguishing note: Focuses on automated task planning and instruction generation, distinct from general workflow orchestration.
Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Agent Planning Frameworks. Refine with filters or upvote what's useful.
CrewAI is a multi-agent orchestration framework designed for building autonomous systems that execute complex, multi-step workflows. It provides a development platform where specialized agents are defined with specific roles, goals, and tool sets to perform tasks collaboratively. By leveraging a declarative workflow engine, the system manages task dependencies, state transitions, and execution logic, allowing for the creation of structured, stateful sequences of operations. The framework distinguishes itself through its hierarchical management capabilities, which utilize manager agents to coo
CrewAI automates task planning by setting a configuration flag that generates step-by-step instructions before each iteration.
This project is an autonomous agent framework designed to integrate large language models with popular messaging platforms. It functions as a middleware platform that enables automated, multimodal interactions by decomposing complex user goals into sequential plans, executing them through external tools, and maintaining persistent context across sessions. The framework distinguishes itself through a modular skill architecture and a hybrid memory system. Users can extend system capabilities by installing custom logic modules from community hubs or generating them through natural language. The
Agent framework breaks down complex goals into sequential steps, looping through available tools and skills until the defined objective is successfully achieved.