awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

35 repository-uri

Awesome GitHub RepositoriesTask Decompositions

Methods for breaking down complex objectives into executable steps.

Distinguishing note: Focuses on the logic of task breakdown rather than the execution itself.

Explore 35 awesome GitHub repositories matching artificial intelligence & ml · Task Decompositions. Refine with filters or upvote what's useful.

Awesome Task Decompositions GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • significant-gravitas/auto-gptAvatar Significant-Gravitas

    Significant-Gravitas/Auto-GPT

    184,987Vezi pe GitHub↗

    Auto-GPT is an autonomous agent framework that uses large language models to decompose complex goals and execute multi-step tasks without human intervention. It functions as a workflow automation tool that chains language model tasks and manages memory to achieve specific objectives. The project features a visual agent designer that allows users to define behaviors and goals by connecting functional blocks through a graphical interface. It employs a vector database memory system to recall information across different sessions and a sliding-window buffer for immediate short-term context. The

    Decomposes complex high-level objectives into smaller, executable sub-tasks through a self-prompting reasoning loop.

    Python
    Vezi pe GitHub↗184,987
  • microsoft/ai-agents-for-beginnersAvatar microsoft

    microsoft/ai-agents-for-beginners

    67,369Vezi pe GitHub↗

    This project is a structured educational resource and technical guide for designing and implementing autonomous systems using large language models. It provides a comprehensive curriculum and code samples focused on agentic design patterns, autonomous development, and the creation of systems capable of planning and executing multi-step tasks. The resource details the implementation of agentic retrieval-augmented generation, where models autonomously plan and refine data searches. It covers a wide array of orchestrators and design patterns, including metacognitive reflection for self-correctin

    Provides methods for breaking down complex objectives into smaller, executable steps.

    Jupyter Notebookagentic-aiagentic-frameworkagentic-rag
    Vezi pe GitHub↗67,369
  • ruvnet/rufloAvatar ruvnet

    ruvnet/ruflo

    61,524Vezi pe GitHub↗

    Ruflo is an AI agent orchestration platform and workflow automation tool designed to decompose high-level goals into executable action plans. It functions as a manager for multi-agent swarms, organizing autonomous entities into collaborative topologies that utilize shared consensus to complete complex tasks. The framework distinguishes itself through a retrieval-augmented generation layer and knowledge graphs for reasoning over linked data. It incorporates a trajectory-based learning loop that analyzes previous execution paths to refine cognitive patterns and improve future reasoning accuracy

    Uses LLMs to recursively break high-level objectives into actionable sub-tasks that update as state changes.

    TypeScript
    Vezi pe GitHub↗61,524
  • block/gooseAvatar block

    block/goose

    49,564Vezi pe GitHub↗

    Goose is an extensible agentic AI platform designed for autonomous task orchestration and developer-centric assistance. It provides a workflow engine that manages complex, multi-step objectives by delegating tasks to specialized subagents, all while maintaining stateful session continuity. The system is built to integrate directly into terminal and coding environments, allowing for automated file manipulation and context-aware interaction. The platform distinguishes itself through a secure, sandboxed runtime environment that enforces granular permission controls and policy-driven guardrails.

    Breaks down large, multi-step objectives into smaller, manageable tasks that the agent can execute sequentially or in parallel.

    Rustmcp
    Vezi pe GitHub↗49,564
  • anthropics/anthropic-cookbookAvatar anthropics

    anthropics/anthropic-cookbook

    45,984Vezi pe GitHub↗

    This repository is a collection of guides, notebooks, and recipes for implementing advanced prompting techniques and workflow patterns with large language models. It serves as a prompt engineering guide, an evaluation suite for scoring prompt quality, and a framework for orchestrating agents and integrating external tools. The project provides implementation patterns for building applications with Claude, specifically focusing on coordinating multiple models to split complex tasks between high-reasoning and high-efficiency agents. It includes technical demonstrations for multimodal data proce

    Implements patterns for using LLMs to recursively break high-level objectives into actionable sub-tasks for multi-agent coordination.

    Jupyter Notebook
    Vezi pe GitHub↗45,984
  • reworkd/agentgptAvatar reworkd

    reworkd/AgentGPT

    36,194Vezi pe GitHub↗

    AgentGPT is a browser-based platform for deploying autonomous AI agents. It serves as a web-based orchestrator and self-hosted framework that allows users to configure agents that decompose high-level goals into smaller, actionable tasks for iterative execution. The system manages the full lifecycle of autonomous agents, from defining behaviors and parameters to overseeing goal-oriented task automation. It enables the deployment of agents that use a recursive loop of planning and analysis to reach a desired outcome. The platform includes a command line interface for bootstrapping the project

    Decomposes complex objectives into smaller, actionable sub-tasks using iterative LLM prompting.

    TypeScriptagentagentgptagents
    Vezi pe GitHub↗36,194
  • virattt/dexterAvatar virattt

    virattt/dexter

    27,085Vezi pe GitHub↗

    Dexter is an autonomous research platform designed to decompose complex inquiries into structured, multi-step workflows. It functions as an agent orchestration system that utilizes iterative tool-calling loops and language models to gather data, perform analysis, and validate findings against internal criteria to ensure accuracy. The platform distinguishes itself through its specialized focus on financial research and messaging integration. It autonomously interprets real-time market data, including income statements and regulatory filings, to generate evidence-based insights. By connecting d

    Divides high-level inquiries into logical sequences of steps to ensure systematic data collection and thorough analysis.

    TypeScript
    Vezi pe GitHub↗27,085
  • promtengineer/localgptAvatar PromtEngineer

    PromtEngineer/localGPT

    22,215Vezi pe GitHub↗

    localGPT is a private AI knowledge base and retrieval-augmented generation application. It provides a local document indexer, a hybrid search engine, and an inference interface to enable chatting with private documents and managing a self-hosted information repository without sending data to external servers. The system distinguishes itself through a dual-pass verification pipeline that ensures generated answers are grounded in retrieved sources, accompanied by explicit source attribution. It employs a hybrid retrieval approach combining semantic vector search with keyword matching and rerank

    Breaks complex natural language requests into smaller sub-queries for parallel execution and final synthesis.

    Python
    Vezi pe GitHub↗22,215
  • lissy93/personal-security-checklistAvatar Lissy93

    Lissy93/personal-security-checklist

    21,691Vezi pe GitHub↗

    This project provides a comprehensive, modular framework for auditing and hardening personal digital and physical security. It functions as a structured, platform-agnostic knowledge base that breaks down complex security standards into granular, actionable tasks. By utilizing a static documentation architecture, the project ensures that its guidance remains accessible and transparent, allowing users to track their security posture incrementally through a persistent, manual progress-tracking system. The project distinguishes itself by bridging the gap between digital cybersecurity and physical

    Provides structured, step-by-step security hardening instructions to help users implement complex standards incrementally.

    TypeScriptawesomeawesome-listcensorship
    Vezi pe GitHub↗21,691
  • claude-code-best/claude-codeAvatar claude-code-best

    claude-code-best/claude-code

    20,272Vezi pe GitHub↗

    Claude Code is a command-line interface and multi-agent orchestration framework designed for autonomous software engineering. It enables AI agents to perform codebase modifications, debugging, and Git workflow management while coordinating multiple specialized agents to decompose and execute complex engineering tasks in parallel. The system distinguishes itself through a high degree of isolation and safety, utilizing Git worktrees to create independent working directories for concurrent agents and implementing a tiered permission system that combines user rules, project policies, and OS-level

    Uses LLMs to recursively break high-level objectives into actionable, parallelizable sub-tasks.

    TypeScript
    Vezi pe GitHub↗20,272
  • onyx-dot-app/onyxAvatar onyx-dot-app

    onyx-dot-app/onyx

    17,491Vezi pe GitHub↗

    Onyx is an enterprise-grade AI platform designed for knowledge management, search, and autonomous agent orchestration. It functions as a centralized system that aggregates unstructured organizational data, enabling secure, context-aware retrieval and interaction across internal documents and communication history. By integrating retrieval-augmented generation with multi-model orchestration, the platform provides a unified interface for teams to query internal knowledge bases and execute complex, multi-step business processes. The platform distinguishes itself through a focus on private infras

    Decomposes complex research requests into parallel sub-queries to gather information from diverse sources efficiently.

    Pythonaiai-chatchatgpt
    Vezi pe GitHub↗17,491
  • opencv/cvatAvatar opencv

    opencv/cvat

    16,086Vezi pe GitHub↗

    CVAT este un instrument open-source de adnotare a viziunii computerizate și o platformă de gestionare a seturilor de date vizuale. Acesta oferă o interfață auto-găzduită pentru etichetarea imaginilor, videoclipurilor și datelor 3D pentru a crea seturi de date pentru modelele AI de viziune. Platforma dispune de etichetarea datelor asistată de AI pentru a automatiza crearea de măști și casete de delimitare, utilizând un sistem de plug-in-uri pentru a conecta modele externe de învățare automată. Include un sistem de asigurare a calității bazat pe consens care verifică acuratețea etichetelor prin compararea adnotărilor independente. Sistemul acoperă gestionarea colaborativă a echipei, organizarea proiectelor prin descompunerea sarcinilor și integrarea stocării la distanță în cloud. De asemenea, oferă un API REST pentru controlul programatic al fluxului de lucru și importul/exportul de date în formate standard din industrie.

    Organizes massive datasets into smaller manageable units assigned to specific users for scalable labeling and review.

    Python
    Vezi pe GitHub↗16,086
  • rayon-rs/rayonAvatar rayon-rs

    rayon-rs/rayon

    13,071Vezi pe GitHub↗

    Rayon is a data parallelism library for Rust that provides a framework for converting sequential computations into parallel operations. It enables the transformation of standard data structures and loops into parallel iterators, allowing workloads to be distributed across multiple processor cores. By utilizing a work-stealing scheduler, the library dynamically balances tasks to maximize throughput and minimize execution time. The library distinguishes itself through its focus on safe, scoped task synchronization, which ensures that all spawned operations complete before a scope exits to preve

    Orchestrates complex, recursive task decomposition to process sub-tasks in parallel until reaching a sequential base case.

    Rust
    Vezi pe GitHub↗13,071
  • aigc-audio/audiogptAvatar AIGC-Audio

    AIGC-Audio/AudioGPT

    10,174Vezi pe GitHub↗

    AudioGPT is an LLM-driven audio framework and processing suite that uses large language models to orchestrate neural audio pipelines. It functions as a multimodal audio generator and processing system, integrating a collection of pretrained models to handle speech synthesis, sound generation, and audio manipulation. The system is distinguished by its ability to generate audio from diverse inputs, including text and images, and its capacity to produce synchronized talking head videos. It also operates as a neural speech translator, converting spoken language between different tongues while pre

    Employs LLMs to recursively decompose complex audio requests into sequences of actionable sub-tasks.

    Pythonaudiogptmusic
    Vezi pe GitHub↗10,174
  • cloudwego/einoAvatar cloudwego

    cloudwego/eino

    9,675Vezi pe GitHub↗

    Eino is an AI agent development kit and LLM application framework designed for building autonomous agents and orchestrating complex language model workflows. It serves as a multi-agent orchestration engine and workflow orchestrator, providing a graph-based execution model to route data between models, tools, and retrievers. The framework distinguishes itself through a robust set of multi-agent coordination patterns, including supervisor-led management, sequential flows, and autonomous reasoning loops like ReAct. It features advanced agent execution controls such as active turn preemption, che

    Uses LLMs to recursively break high-level objectives into a structured, actionable todo list.

    Goaiai-applicationai-framework
    Vezi pe GitHub↗9,675
  • droidrun/droidrunAvatar droidrun

    droidrun/droidrun

    7,715Vezi pe GitHub↗

    Droidrun is a mobile device automation framework that uses large language models to translate natural language commands into executable actions on mobile operating systems. It functions as an agent orchestrator and UI automation engine, providing a reasoning engine that decomposes complex mobile tasks into smaller, manageable steps. The system distinguishes itself through a hierarchical action translation process and the ability to analyze accessibility trees and screenshots to determine the visual layout and current status of mobile applications. It supports execution across both physical ha

    Uses a planning loop to break complex user goals into smaller executable steps via LLMs.

    Pythonai-agentsandroidandroid-automation
    Vezi pe GitHub↗7,715
  • yaoapp/yaoAvatar YaoApp

    YaoApp/yao

    7,544Vezi pe GitHub↗

    Yao is an LLM agent framework and low-code web app builder designed for orchestrating autonomous AI agents. It provides a platform to design, deploy, and coordinate agents with specialized personas that can plan tasks, utilize external tools, and execute multi-stage pipelines. The project distinguishes itself through a Model Context Protocol server for connecting assistants to external binaries and HTTP services, and a gRPC remote execution engine that allows agents to manage remote servers and devices. It includes a model-agnostic provider bridge that supports dynamic switching between vario

    Uses LLMs to recursively break down high-level strategic goals into a sequence of executable sub-tasks.

    Goagentagentic-aiagents
    Vezi pe GitHub↗7,544
  • datawhalechina/so-large-lmAvatar datawhalechina

    datawhalechina/so-large-lm

    7,400Vezi pe GitHub↗

    This project is a comprehensive educational curriculum and structured learning path covering the full lifecycle of large language models. It provides a guided progression through the theory, architecture, training, and deployment of these models. The curriculum includes specialized guides on transformer architecture, model training tutorials, and frameworks for designing autonomous agents. It also provides dedicated resources for studying model safety and ethics. The material covers a wide range of technical capabilities, including distributed training strategies, parameter-efficient fine-tu

    Explains methods for breaking down complex objectives into a sequence of executable sub-tasks.

    Vezi pe GitHub↗7,400
  • x-plug/mobileagentAvatar X-PLUG

    X-PLUG/MobileAgent

    7,218Vezi pe GitHub↗

    MobileAgent is an LLM-powered mobile automation agent and framework designed to navigate mobile user interfaces and execute multi-step tasks. It functions as a device interface automation system that maps semantic commands to screen coordinates to perform input events across mobile operating systems. The project operates as a cross-app workflow orchestrator, switching between native on-screen interface actions and external API tools to complete sophisticated operations. It includes a visual grounding system that analyzes screenshots and interface metadata to identify elements and validate the

    Uses LLMs to recursively break high-level objectives into actionable sub-tasks for mobile automation.

    Pythonagentandroidapp
    Vezi pe GitHub↗7,218
  • minedojo/voyagerAvatar MineDojo

    MineDojo/Voyager

    6,987Vezi pe GitHub↗

    Voyager is an autonomous embodied agent and lifelong learning framework that uses a large language model to explore virtual environments. It functions as a code-based action controller, translating natural language instructions into executable scripts to interact with its surroundings. The system features an automatic curriculum generator that creates sequences of exploration goals to discover new items and behaviors without human intervention. It maintains a skill library manager that stores learned behaviors as reusable code fragments, which can be composed to execute complex tasks. The fr

    Utilizes LLMs to recursively break high-level objectives into actionable sub-goals and executable skills.

    JavaScriptembodied-learninglarge-language-modelsminecraft
    Vezi pe GitHub↗6,987
Înapoi12Înainte
  1. Home
  2. Artificial Intelligence & ML
  3. Task Decompositions

Explorează sub-etichetele

  • Agentic Goal Decomposition1 sub-tagThe process of using LLMs to recursively break high-level objectives into actionable sub-tasks. **Distinct from Recursive Decomposers:** Distinct from Recursive Decomposers: focuses on LLM-driven planning for agent goals rather than algorithmic parallel execution.
  • Dataset PartitioningDividing massive datasets into smaller, manageable units for distribution among annotation teams. **Distinct from Task Decompositions:** Focuses on dividing data for human labeling, whereas Task Decompositions usually refers to logic or project planning.
  • Recursive DecomposersMechanisms for breaking down complex operations into smaller sub-tasks for parallel execution. **Distinct from Task Decompositions:** Distinct from Task Decompositions: focuses on recursive algorithmic decomposition for parallel execution rather than AI-driven objective planning.
  • SecurityMethodologies for breaking down complex security standards into granular, actionable implementation steps. **Distinct from Task Decompositions:** Distinct from Task Decompositions: focuses specifically on security hardening workflows rather than general task logic.