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

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

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 रिपॉजिटरी

Awesome GitHub RepositoriesMessage Protocols

Standardized interfaces for injecting system or user messages into agent prompt contexts.

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

Awesome Message Protocols GitHub Repositories

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

    Significant-Gravitas/AutoGPT

    184,973GitHub पर देखें↗

    AutoGPT is an orchestration platform designed for building, managing, and deploying autonomous agents. It provides a visual canvas-based environment where users can assemble agents by connecting modular blocks that represent actions, data flows, and conditional logic. The platform supports the entire agent lifecycle, including task scheduling, execution monitoring, and configuration management, while offering a marketplace for discovering and sharing community-built workflows. The project includes a legacy framework for command-line agent execution and an extensible component system for devel

    Standardizes message injection interfaces to maintain context within agent prompts.

    Pythonaiartificial-intelligenceautonomous-agents
    GitHub पर देखें↗184,973
  • shareai-lab/learn-claude-codeshareAI-lab का अवतार

    shareAI-lab/learn-claude-code

    67,975GitHub पर देखें↗

    This project provides a modular framework for building and orchestrating autonomous AI agents. It functions as an agentic workflow engine that manages the full lifecycle of task execution, including model reasoning, tool invocation, and the integration of results. By utilizing a centralized orchestration platform, the system enables the creation of multi-agent teams that collaborate on complex objectives through structured communication and shared task graphs. The framework distinguishes itself through its focus on persistent, stateful operations and multi-agent coordination. It employs file-

    Processes incoming messages through a unified pipeline to update protocol state and inject content into agent history.

    Pythonagentagent-developmentai-agent
    GitHub पर देखें↗67,975
  • ag-ui-protocol/ag-uiag-ui-protocol का अवतार

    ag-ui-protocol/ag-ui

    14,395GitHub पर देखें↗

    ag-ui is an agent-frontend interoperability layer and communication protocol designed to connect AI agent backends with web and mobile user interfaces. It provides a standardized event-driven framework for exchanging messages, session state, and tool calls, utilizing a generative UI framework to render dynamic interface components and structured content triggered by an agent. The project distinguishes itself through an SSE-based event streamer that delivers real-time incremental model responses and reasoning telemetry. It enables bi-directional state synchronization and allows remote agents t

    Provides a mechanism to send messages to agent backends and receive real-time streaming updates on response content.

    Pythonag-ui-protocolagent-frontendagent-ui
    GitHub पर देखें↗14,395
  • wukongim/wukongimWuKongIM का अवतार

    WuKongIM/WuKongIM

    4,853GitHub पर देखें↗

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

    Provides a specialized communication protocol for delivering low-latency, incremental AI agent responses to clients.

    Goagentchatim
    GitHub पर देखें↗4,853
  1. Home
  2. Artificial Intelligence & ML
  3. Agentic Systems Frameworks
  4. Integration and Deployment
  5. Agent Frameworks
  6. Agent Orchestrators
  7. Message Protocols

सब-टैग एक्सप्लोर करें

  • Streaming Response ProtocolsProtocols specifically designed for the real-time streaming of model responses and session state updates. **Distinct from Message Protocols:** Extends general message protocols to include real-time streaming and session state telemetry, not just prompt injection.