awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
AI Workflow Patterns · Awesome GitHub Repositories

5 repos

Awesome GitHub RepositoriesAI Workflow Patterns

Standardized structural approaches for chaining, routing, or parallelizing LLM interactions to solve complex tasks.

Explore 5 awesome GitHub repositories matching artificial intelligence & ml · AI Workflow Patterns. Refine with filters or upvote what's useful.

  1. Home
  2. Artificial Intelligence & ML
  3. Language Model Orchestration
  4. AI Workflow Patterns

Awesome AI Workflow Patterns GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • dair-ai/Prompt-Engineering-Guide

    dair-ai/Prompt-Engineering-Guide

    70,526GitHubView on GitHub↗

    This project is a comprehensive educational resource and knowledge base dedicated to the development and application of large language models and autonomous agentic systems. It provides a structured framework for understanding prompt engineering, context management, and the architectural patterns required to build task

    Sequences multiple LLM operations to transform data or complete complex multi-step document analysis tasks.

    MDXagentagentsai-agents
  • FoundationAgents/MetaGPT

    FoundationAgents/MetaGPT

    64,304GitHubView on GitHub↗

    MetaGPT is an agentic workflow engine and multi-agent orchestration framework designed to automate complex software engineering and data analysis tasks. It functions as an automated software factory that transforms high-level natural language requirements into functional web applications, technical documentation, and p

    Decomposes complex objectives into sequential sub-tasks where the output of one agent serves as the input for the next.

    Pythonagentgptllm
  • pathwaycom/pathway

    pathwaycom/pathway

    59,684GitHubView on GitHub↗

    Pathway is a high-performance data processing framework designed for building unified batch and streaming pipelines. It functions as an orchestrator for complex data transformations, utilizing a differential dataflow engine to process updates incrementally. By treating static datasets and continuous event streams with

    Coordinates multi-step reasoning chains by linking live data streams directly to language model inputs.

    Pythonbatch-processingdata-analyticsdata-pipelines
  • PlexPt/awesome-chatgpt-prompts-zh

    PlexPt/awesome-chatgpt-prompts-zh

    58,347GitHubView on GitHub↗

    This project is a community-driven library of structured text inputs designed to guide large language models into specific roles, behaviors, and operational modes. It functions as a comprehensive repository of prompt engineering resources, providing reusable templates that allow users to override default model tendenci

    Standardized interaction patterns facilitate complex workflows including code generation, database querying, and terminal command simulation.

    chat-gptchatgptchatgpt3
  • AntonOsika/gpt-engineer

    AntonOsika/gpt-engineer

    55,201GitHubView on GitHub↗

    GPT-Engineer is an autonomous agent and framework designed for AI-assisted software development. It functions as a generative codebase architect that translates natural language requirements into complete, functional software projects by reading and writing files directly to the local file system. The platform disting

    Sequences specialized prompts to break complex software development objectives into manageable, iterative sub-tasks.

    Pythonaiautonomous-agentcode-generation

Explore sub-tags

  • Prompt ChainingTechniques for breaking complex objectives into sequential sub-tasks where outputs from one prompt inform the next.