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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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

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

    Significant-Gravitas/AutoGPT

    184,973عرض على GitHub↗

    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-codeالصورة الرمزية لـ shareAI-lab

    shareAI-lab/learn-claude-code

    67,975عرض على GitHub↗

    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-uiالصورة الرمزية لـ ag-ui-protocol

    ag-ui-protocol/ag-ui

    14,395عرض على GitHub↗

    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/wukongimالصورة الرمزية لـ WuKongIM

    WuKongIM/WuKongIM

    4,853عرض على GitHub↗

    WuKongIM هو خادم مراسلة فورية موزع مصمم للدردشة والإخطارات في الوقت الفعلي. يعمل كعنقود اتصالات لا مركزي يستخدم موجه رسائل pub-sub لتوزيع البيانات على المستخدمين الأفراد وقنوات المجموعات واسعة النطاق. يتضمن النظام بروتوكول بث دردشة ذكاء اصطناعي متخصص لتقديم ردود تدريجية منخفضة التأخير من وكلاء الذكاء الاصطناعي. كما يتميز ببوابة أحداث webhook تقوم بإعادة توجيه تغييرات حالة الاتصال وأحداث الرسائل إلى تطبيقات الأعمال الخارجية عبر ردود الاتصال (callbacks). توفر المنصة بنية تحتية لاتصالات المجموعات عالية السعة، ومزامنة الرسائل عبر الأجهزة، وتتبع المحادثات القائم على الحالة. تتم إدارة الأمن من خلال تشفير طبقة النقل والوصول إلى القنوات القائم على الأذونات، بينما يتم الحفاظ على موثوقية النظام عبر التجاوز التلقائي للفشل، والتعافي من الكوارث، ومراقبة الصحة القائمة على نبضات القلب.

    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.