awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Agent Planning Frameworks · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesAgent Planning Frameworks

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.

  1. Home
  2. Artificial Intelligence & ML
  3. Agent Planning Frameworks

Awesome Agent Planning Frameworks GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • crewAIInc/crewAI

    crewAIInc/crewAI

    44,318View on GitHub↗

    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.

    Pythonagentsaiai-agents
    44,318View on GitHub↗
  • zhayujie/chatgpt-on-wechat

    zhayujie/chatgpt-on-wechat

    41,334View on GitHub↗

    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.

    Pythonaiai-agentchatgpt
    41,334View on GitHub↗