awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesResumable Event Streams

Granular, resumable event streams over SSE with persistent storage for reconnection after client disconnect.

Distinct from Event Streaming: Distinct from Event Streaming: focuses on resumable, persistent SSE streams for agent responses, not general real-time data push.

Explore 4 awesome GitHub repositories matching web development · Resumable Event Streams. Refine with filters or upvote what's useful.

Awesome Resumable Event Streams GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • voltagent/voltagentAvatar VoltAgent

    VoltAgent/voltagent

    6,020Vezi pe GitHub↗

    Emits agent responses as granular, resumable event streams over SSE with persistent storage for reconnection.

    TypeScriptagentsaiai-agents
    Vezi pe GitHub↗6,020
  • inngest/inngestAvatar inngest

    inngest/inngest

    5,499Vezi pe GitHub↗

    Inngest is a durable execution framework and event-driven automation engine designed to orchestrate background workflows. It enables developers to build resilient, stateful processes by memoizing function steps, ensuring that long-running tasks can automatically resume from the last successful operation after failures, timeouts, or infrastructure restarts. The platform distinguishes itself through its event-driven architecture, which uses a schema-validated bus to trigger functions and coordinate complex, multi-step logic. It employs an onion-model middleware approach for cross-cutting concer

    Provides real-time data streaming to clients that automatically rolls back and retries if a workflow step fails.

    Go
    Vezi pe GitHub↗5,499
  • middleapi/orpcAvatar middleapi

    middleapi/orpc

    4,862Vezi pe GitHub↗

    orpc is a contract-first API development framework for TypeScript that starts with a shared contract definition and generates type-safe clients and servers from that single source of truth. It guarantees end-to-end type safety, meaning inputs, outputs, errors, and streaming data are all checked at compile time across the client–server boundary. What distinguishes orpc from typical RPC frameworks is its ability to export contracts as OpenAPI specifications, to optimize server-side rendering by calling API handlers directly inside the server process, and to support real‑time bidirectional commu

    Persists events for configurable durations so clients resume missed events after reconnection.

    TypeScriptapibunjscloudflare-worker
    Vezi pe GitHub↗4,862
  • langchain-ai/langchain-mcp-adaptersAvatar langchain-ai

    langchain-ai/langchain-mcp-adapters

    3,366Vezi pe GitHub↗

    This project provides a translation layer and set of adapters designed to bridge AI agents with the Model Context Protocol. It functions as an integration layer that allows agents to operate as protocol-compliant servers and enables the conversion of protocol-based tools into formats compatible with agent frameworks and logic graphs. The adapters facilitate tool interoperability by wrapping external protocol tools for use within agent workflows and exposing internal agent capabilities to any client implementing the Model Context Protocol. This creates a communication bridge that supports inte

    Implements resumable event streams over SSE for agent threads, including sequence-based reconnection to replay missed data.

    Pythonlangchainlanggraphmcp
    Vezi pe GitHub↗3,366
  1. Home
  2. Web Development
  3. Event Streaming
  4. Resumable Event Streams

Explorează sub-etichetele

  • Hibernating Event Iterators1 sub-tagReturns event iterators that use connection hibernation to efficiently stream events to clients. **Distinct from Resumable Event Streams:** Distinct from Resumable Event Streams: uses connection hibernation for efficiency, not just persistent storage for reconnection.