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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • langchain-ai/langchainAvatar de langchain-ai

    langchain-ai/langchain

    139,458Voir sur GitHub↗

    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
    Voir sur GitHub↗139,458
  • vectordotdev/vectorAvatar de vectordotdev

    vectordotdev/vector

    22,071Voir sur GitHub↗

    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
    Voir sur GitHub↗22,071
  • elastic/beatsAvatar de elastic

    elastic/beats

    12,630Voir sur GitHub↗

    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
    Voir sur GitHub↗12,630
  1. Home
  2. Web Development
  3. Frontend Development Tools
  4. State & Data Management
  5. State Channels

Explorer les sous-tags

  • 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.