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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesState Channels

Dedicated storage channels for tracking metadata and history of agent tasks.

Explore 3 awesome GitHub repositories matching web development · State Channels. Refine with filters or upvote what's useful.

Awesome State Channels GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • langchain-ai/langchainAvatar von langchain-ai

    langchain-ai/langchain

    139,458Auf GitHub ansehen↗

    LangChain is an orchestration framework designed for building, managing, and deploying applications powered by large language models. It provides a unified integration layer that normalizes disparate model provider APIs into a consistent set of primitives, enabling developers to build complex, multi-step AI workflows that manage state, memory, and tool execution. The project distinguishes itself through a durable execution runtime that maintains persistent state across long-running processes by checkpointing progress to external storage. It models agent workflows as directed graphs, allowing

    Tracks metadata and execution history within dedicated storage channels for auditability and state recovery.

    Pythonagentsaiai-agents
    Auf GitHub ansehen↗139,458
  • vectordotdev/vectorAvatar von vectordotdev

    vectordotdev/vector

    22,071Auf GitHub ansehen↗

    Vector is a high-performance observability data pipeline designed to collect, transform, and route logs, metrics, and traces across distributed infrastructure. It functions as a modular engine that decouples data ingestion from processing and transmission, utilizing a component-based architecture to connect diverse sources to multiple destinations. The project distinguishes itself through a focus on reliability and flow control. It implements backpressure-aware data movement to prevent data loss during traffic spikes and utilizes disk-backed event buffering to ensure durability during network

    Tracks read positions in log channels to ensure data continuity after restarts.

    Rusteventsforwarderhacktoberfest
    Auf GitHub ansehen↗22,071
  • elastic/beatsAvatar von elastic

    elastic/beats

    12,630Auf GitHub ansehen↗

    Beats is a collection of lightweight, modular agents designed to gather, process, and forward operational telemetry from distributed infrastructure to centralized storage and analysis platforms. These agents function as a distributed data transport layer, decoupling the collection of logs, metrics, and network events from their final delivery destination. By maintaining local state and managing data flow, the system ensures reliable transmission of information across heterogeneous environments. The project distinguishes itself through a modular pipeline architecture that allows for the assemb

    Persists read positions to disk to ensure data continuity and seamless resumption after restarts.

    Gofilebeatheartbeatmetricbeat
    Auf GitHub ansehen↗12,630
  1. Home
  2. Web Development
  3. Frontend Development Tools
  4. State & Data Management
  5. State Channels

Unter-Tags erkunden

  • Read State TrackersMechanisms for tracking and persisting the current read position in data streams. **Distinct from State Channels:** Distinct from State Channels: focuses on stream position tracking rather than general task metadata.