awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

Awesome GitHub RepositoriesDeterministic Interaction Patterns

Structural patterns for enforcing consistency and minimizing hallucinations in model outputs.

Distinct from Language Model Interaction Patterns: Focuses on architectural consistency in LLM interactions, distinct from general interaction patterns.

Explore 4 awesome GitHub repositories matching artificial intelligence & ml · Deterministic Interaction Patterns. Refine with filters or upvote what's useful.

Awesome Deterministic Interaction Patterns GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • guidance-ai/guidanceالصورة الرمزية لـ guidance-ai

    guidance-ai/guidance

    21,502عرض على GitHub↗

    Guidance is a generative AI orchestration framework designed to manage complex interactions with language models by embedding programmatic control directly into the prompt generation process. It functions as a prompt programming environment that allows developers to interleave raw text with executable logic, enabling the construction of sophisticated, multi-step agentic workflows. The framework distinguishes itself through grammar-constrained token sampling and stateful stream interception, which restrict the model's output distribution based on formal language rules. By enforcing these const

    Enforces strict constraints on model generation to ensure consistent behavior across automated tasks.

    Jupyter Notebook
    عرض على GitHub↗21,502
  • facebookresearch/parlaiالصورة الرمزية لـ facebookresearch

    facebookresearch/ParlAI

    10,625عرض على GitHub↗

    ParlAI is a conversational AI research framework designed for training, evaluating, and sharing dialogue models using a unified interface for datasets and agents. It functions as a PyTorch-based training platform and a dialogue data collection system, providing a centralized model zoo for the distribution of versioned pretrained agents. The project distinguishes itself through a knowledge-grounded retrieval system that combines dense and sparse indexing to ground responses in external information. It also provides a comprehensive infrastructure for gathering human-AI interaction data via inte

    Defines interaction loops and environments to manage how multiple agents exchange messages in sequences or batches.

    Python
    عرض على GitHub↗10,625
  • lastmile-ai/mcp-agentالصورة الرمزية لـ lastmile-ai

    lastmile-ai/mcp-agent

    8,037عرض على GitHub↗

    mcp-agent is a framework for building AI agents that integrate with Model Context Protocol servers to execute tools and access data. It functions as a multi-agent orchestrator and protocol-compliant server, enabling the creation of agents that can discover and invoke tools from connected external servers. The project distinguishes itself through a durable workflow engine that supports long-running tasks capable of pausing, resuming, and surviving restarts. It implements complex orchestration patterns, including iterative evaluator-optimizer loops, hierarchical workflow nesting, and specialist

    Implements complex interaction patterns including parallel map-reduce and evaluator-optimizer loops.

    Pythonagentsaiai-agents
    عرض على GitHub↗8,037
  • kyegomez/swarmsالصورة الرمزية لـ kyegomez

    kyegomez/swarms

    6,888عرض على GitHub↗

    Swarms is a multi-agent orchestration framework and autonomous agent toolkit designed to coordinate large language model agents. It serves as a workflow engine for managing agent relationships, providing the infrastructure to build autonomous agents with integrated memory, tool-calling capabilities, and reasoning loops. The framework is distinguished by its multi-agent consensus systems, which utilize voting, adversarial debates, and judge agents to synthesize high-quality responses. It supports a variety of collaboration patterns, including director-worker hierarchies, expert synthesis, and

    Enables the use of arbitrary callables as social algorithms to dictate how agents communicate and sequence interactions.

    Python
    عرض على GitHub↗6,888
  1. Home
  2. Artificial Intelligence & ML
  3. Language Model Orchestration
  4. Language Model Interaction Patterns
  5. Deterministic Interaction Patterns

استكشف الوسوم الفرعية

  • Agentic Interaction Patterns1 وسم فرعيReusable structural patterns for organizing AI agent communication and task processing. **Distinct from Deterministic Interaction Patterns:** Focuses on high-level agent orchestration patterns like map-reduce and evaluator-optimizer, whereas the parent focuses on deterministic output consistency.