awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्ट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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • guidance-ai/guidanceguidance-ai का अवतार

    guidance-ai/guidance

    21,502GitHub पर देखें↗

    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/parlaifacebookresearch का अवतार

    facebookresearch/ParlAI

    10,625GitHub पर देखें↗

    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-agentlastmile-ai का अवतार

    lastmile-ai/mcp-agent

    8,037GitHub पर देखें↗

    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/swarmskyegomez का अवतार

    kyegomez/swarms

    6,888GitHub पर देखें↗

    Swarms एक मल्टी-एजेंट ऑर्केस्ट्रेशन फ्रेमवर्क और स्वायत्त एजेंट टूलकिट है जिसे लार्ज लैंग्वेज मॉडल एजेंटों को समन्वयित करने के लिए डिज़ाइन किया गया है। यह एजेंट संबंधों को प्रबंधित करने के लिए एक वर्कफ़्लो इंजन के रूप में कार्य करता है, जो एकीकृत मेमोरी, टूल-कॉलिंग क्षमताओं और रीजनिंग लूप के साथ स्वायत्त एजेंट बनाने के लिए इंफ्रास्ट्रक्चर प्रदान करता है। फ्रेमवर्क को इसकी मल्टी-एजेंट सर्वसम्मति प्रणालियों द्वारा प्रतिष्ठित किया जाता है, जो उच्च-गुणवत्ता वाली प्रतिक्रियाओं को संश्लेषित करने के लिए वोटिंग, प्रतिकूल बहस और जज एजेंटों का उपयोग करती हैं। यह सहयोग पैटर्न की एक विविधता का समर्थन करता है, जिसमें डायरेक्टर-वर्कर पदानुक्रम, विशेषज्ञ संश्लेषण और प्राकृतिक भाषा विवरणों के आधार पर स्वचालित स्वार्म आर्किटेक्चर निर्माण शामिल है। सिस्टम परिचालन क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है, जिसमें डोमेन-विशिष्ट भाषा के माध्यम से ग्राफ़-आधारित और अनुक्रमिक वर्कफ़्लो ऑर्केस्ट्रेशन, विविध मॉडल प्रदाताओं के लिए एकीकृत इंटरफेसिंग, और डायनेमिक टूल डिस्कवरी के लिए Model Context Protocol के साथ एकीकरण शामिल है। इसमें रिट्रीवल ऑगमेंटेड जनरेशन, स्टेट-पर्सिस्टेंट मेमोरी और एजेंट कार्यक्षमता को वेब सेवाओं के रूप में उजागर करने की क्षमता के लिए समर्थन भी शामिल है। प्रोजेक्ट एजेंट प्रबंधन के लिए एक कमांड-लाइन इंटरफेस प्रदान करता है और YAML तथा मॉड्यूलर मार्कडाउन स्किल फ़ाइलों के माध्यम से कॉन्फ़िगरेशन का समर्थन करता है।

    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.