4 repository-uri
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.
Emits agent responses as granular, resumable event streams over SSE with persistent storage for reconnection.
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.
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.
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.