awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
sarwarbeing-ai avatar

sarwarbeing-ai/Agentic_Design_Patterns

0
View on GitHub↗
9,498 Stars·1,720 Forks·Jupyter Notebook·9 Aufrufe

Agentic Design Patterns

This project is a collection of architectural templates and design patterns for building autonomous AI agents. It provides a framework for transitioning from simple prompt-response loops to goal-oriented systems that utilize structural patterns to increase autonomy and improve the reliability of complex task completion.

The framework focuses on reasoning orchestration, specifically through the implementation of reflection and self-correction cycles. It enables the coordination of specialized agents via task delegation and state sharing to solve complex problems.

The architectural surface covers autonomous workflow automation, including plan-and-execute workflows, tool-use execution loops, and iterative prompt refinement. It also includes mechanisms for dynamic context windowing to optimize model attention.

The project is implemented as a series of Jupyter Notebooks.

Features

  • Autonomous Agent Patterns - Provides architectural templates and structural patterns to increase autonomy and reasoning in AI agents.
  • Agent Architectures - Implements structural design patterns specifically for LLM-based autonomous agents.
  • Multi-Agent Orchestration Frameworks - Coordinates specialized agents through task delegation and state sharing to solve complex problems.
  • AI Agent Architectures - Designs structural patterns that improve the reliability and autonomy of complex task completion.
  • Agentic Workflow Frameworks - Provides a framework of structural patterns for coordinating multiple LLM interactions.
  • Multi-Agent Orchestrators - Coordinates specialized agents using task delegation and state sharing to solve complex problems.
  • Self-Correction Loops - Implements loops where models review and correct their own outputs against specific criteria.
  • Reasoning Orchestrators - Implements methods for managing reflection and self-correction cycles within LLM applications.
  • Reasoning Workflows - Implements structural patterns for reflection and iterative refinement to enhance model output quality.
  • Tool-Execution Loops - Provides a cycle where models select functions and update plans based on real-time tool output.
  • Tool-Use Orchestration - Implements the orchestration of interleaving reasoning with external tool execution cycles.
  • Agentic Plan-And-Execute Workflows - Implements the plan-and-execute architectural pattern to separate strategic decomposition from tactical execution.
  • Autonomous Agent Loops - Provides principles for transitioning from simple loops to goal-oriented planning and execution cycles.
  • Autonomous Workflow Automation - Builds self-correcting systems capable of planning, executing, and refining tasks autonomously.
  • Context Window Optimizations - Implements mechanisms to filter and inject relevant information to optimize the LLM context window.
  • Prompt Iteration Workflows - Provides a recursive process for adjusting prompts based on execution failures to improve output quality.
  • LLM Reasoning Workflows - Applies specific design workflows to enhance the logical reasoning and problem-solving capabilities of LLMs.

Star-Verlauf

Star-Verlauf für sarwarbeing-ai/agentic_design_patternsStar-Verlauf für sarwarbeing-ai/agentic_design_patterns

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Agentic Design Patterns

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Agentic Design Patterns.
  • fareedkhan-dev/all-agentic-architecturesAvatar von FareedKhan-dev

    FareedKhan-dev/all-agentic-architectures

    3,670Auf GitHub ansehen↗

    This project is a comprehensive framework for building, evaluating, and connecting autonomous agent systems. It provides a library of standardized architectural patterns for implementing complex agent workflows, including multi-agent orchestration, iterative reasoning, and memory management. By offering a unified interface for model providers, the framework allows for consistent agent execution across different artificial intelligence services. The framework distinguishes itself through a focus on rigorous benchmarking and deterministic control. It includes a suite of tools for evaluating age

    Jupyter Notebookagentic-aiai-agentslangchain
    Auf GitHub ansehen↗3,670
  • camel-ai/camelAvatar von camel-ai

    camel-ai/camel

    17,253Auf GitHub ansehen↗

    This project is a comprehensive framework for building and managing autonomous agent systems. It provides a unified architecture for orchestrating multi-agent societies, where specialized agents collaborate through roleplay to decompose and solve complex tasks. The system integrates language models with external environments, enabling agents to perform real-world actions through a standardized tool-calling abstraction layer. The framework distinguishes itself through its focus on iterative reasoning and data reliability. It employs automated feedback loops to refine agent outputs and self-eva

    Pythonagentai-societiesartificial-intelligence
    Auf GitHub ansehen↗17,253
  • openai/openai-agents-pythonAvatar von openai

    openai/openai-agents-python

    27,191Auf GitHub ansehen↗

    This project is a Python framework for building autonomous, event-driven agent systems. It provides a unified runtime for orchestrating multi-agent workflows, managing persistent conversation state, and executing code within secure, isolated sandbox environments. The framework is designed to handle complex task delegation, allowing agents to invoke other agents as tools while maintaining context across multi-turn interactions. The framework distinguishes itself through its deep integration with the Model Context Protocol, enabling agents to connect to external data sources and remote services

    Pythonagentsaiframework
    Auf GitHub ansehen↗27,191
  • vrsen/agency-swarmAvatar von VRSEN

    VRSEN/agency-swarm

    3,962Auf GitHub ansehen↗

    Agency Swarm is a multi-agent orchestration framework and development kit designed to coordinate specialized AI agents through defined communication patterns and handoffs. It functions as a system for managing agent swarms, providing an API gateway to expose these coordinated collectives as production-ready HTTP endpoints. The project distinguishes itself through its Model Context Protocol integration layer, which connects agents to external data sources and capabilities. It implements specialized orchestration patterns, such as the orchestrator-worker model and role-based delegation, to tran

    Python
    Auf GitHub ansehen↗3,962
Alle 30 Alternativen zu Agentic Design Patterns anzeigen→

Häufig gestellte Fragen

Was macht sarwarbeing-ai/agentic_design_patterns?

This project is a collection of architectural templates and design patterns for building autonomous AI agents. It provides a framework for transitioning from simple prompt-response loops to goal-oriented systems that utilize structural patterns to increase autonomy and improve the reliability of complex task completion.

Was sind die Hauptfunktionen von sarwarbeing-ai/agentic_design_patterns?

Die Hauptfunktionen von sarwarbeing-ai/agentic_design_patterns sind: Autonomous Agent Patterns, Agent Architectures, Multi-Agent Orchestration Frameworks, AI Agent Architectures, Agentic Workflow Frameworks, Multi-Agent Orchestrators, Self-Correction Loops, Reasoning Orchestrators.

Welche Open-Source-Alternativen gibt es zu sarwarbeing-ai/agentic_design_patterns?

Open-Source-Alternativen zu sarwarbeing-ai/agentic_design_patterns sind unter anderem: fareedkhan-dev/all-agentic-architectures — This project is a comprehensive framework for building, evaluating, and connecting autonomous agent systems. It… camel-ai/camel — This project is a comprehensive framework for building and managing autonomous agent systems. It provides a unified… openai/openai-agents-python — This project is a Python framework for building autonomous, event-driven agent systems. It provides a unified runtime… vrsen/agency-swarm — Agency Swarm is a multi-agent orchestration framework and development kit designed to coordinate specialized AI agents… google/adk-samples — This project provides a collection of reference implementations, architectural patterns, and SDK samples for building… tencentcloudadp/youtu-agent — Youtu Agent is an open-source framework for building, running, and evaluating autonomous agents powered by large…