awesome-repositories.com
Blog
awesome-repositories.com

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

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

6 Repos

Awesome GitHub RepositoriesSession Termination Signaling

Operations for closing active sessions with specific error codes while maintaining underlying connection state.

Distinct from Session Termination Services: Distinct from Session Termination Services: focuses on protocol-level stream cancellation and error signaling rather than secure authentication invalidation.

Explore 6 awesome GitHub repositories matching security & cryptography · Session Termination Signaling. Refine with filters or upvote what's useful.

Awesome Session Termination Signaling GitHub Repositories

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

    langchain-ai/deepagents

    25,006Auf GitHub ansehen↗

    Deepagents is an LLM agent orchestration platform and stateful application server designed for deploying and managing AI agents built with computational graphs. It provides a containerized runtime environment that handles agent execution, state persistence, and the versioning of AI assistants. The platform distinguishes itself through deep integration with the Model Context Protocol, allowing agents to function as servers that expose tools and capabilities to external clients. It features a sophisticated observability suite for capturing execution traces, performing LLM-based evaluations agai

    Allows signaling the conclusion of an MCP protocol session via a streamable HTTP transport.

    Pythonagentsdeepagentslangchain
    Auf GitHub ansehen↗25,006
  • quic-go/quic-goAvatar von quic-go

    quic-go/quic-go

    11,661Auf GitHub ansehen↗

    This project is a high-performance implementation of the QUIC transport protocol, providing a library for establishing multiplexed, low-latency network connections over UDP. It serves as a foundational networking stack for building modern web servers and clients, with native support for HTTP/3 and WebTransport standards. The library distinguishes itself through advanced connection management, including the ability to maintain stable sessions across changing network paths or IP addresses using connection identifiers. It optimizes data throughput by employing packet batching to reduce kernel ov

    Closes active sessions with specific error codes, causing pending stream operations to return immediately while keeping the underlying connection alive.

    Gogogolanghttp3
    Auf GitHub ansehen↗11,661
  • livekit/agentsAvatar von livekit

    livekit/agents

    9,379Auf GitHub ansehen↗

    This project is a framework for developing multimodal AI agents that function as programmable participants in real-time communication rooms. It enables the construction of agents that can see, hear, and speak by integrating speech-to-text, large language models, and text-to-speech pipelines to facilitate low-latency, natural conversations. The system is distinguished by its advanced orchestration of real-time media and conversational flow, including support for full-duplex speech, preemptive response generation, and sophisticated interruption management. It further differentiates itself throu

    Handles the graceful disconnection of agents from communication rooms after a final response.

    Pythonagentsaiopenai
    Auf GitHub ansehen↗9,379
  • duixcom/duix-mobileAvatar von duixcom

    duixcom/Duix-Mobile

    8,093Auf GitHub ansehen↗

    Duix-Mobile is a software development kit for deploying real-time conversational AI characters on mobile devices. It enables the creation of interactive digital humans capable of fluid voice-to-voice interactions, featuring low-latency speech recognition and synchronized lip movements. The project distinguishes itself through the ability to integrate custom external language models and speech providers to define an avatar's intelligence and voice. It supports the generation of real-time multilingual subtitles and provides mechanisms to track the training status of newly created digital charac

    Ends an active interactive session using a unique identifier to stop the character's operation.

    C++ai-avatarsai-boyfriendai-companion
    Auf GitHub ansehen↗8,093
  • httpwg/http2-specAvatar von httpwg

    httpwg/http2-spec

    3,755Auf GitHub ansehen↗

    This project provides the formal network protocol standards and technical specifications for HTTP/2. It defines the requirements for binary framing structures, the HPACK compression standard for header fields, and the general behaviors necessary to ensure consistent data exchange and interoperability between network clients and servers. The specification covers the mechanisms for binary frame multiplexing and the HPACK standard to reduce network bandwidth and latency. It details the rules for session establishment, including connection preface handshaking and protocol negotiation. The projec

    Defines the protocol-specific signaling used to conclude a session while completing pending tasks.

    Makefilehttp2ietf
    Auf GitHub ansehen↗3,755
  • langchain-ai/langchain-mcp-adaptersAvatar von langchain-ai

    langchain-ai/langchain-mcp-adapters

    3,366Auf GitHub ansehen↗

    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

    Provides mechanisms for signaling the conclusion of Model Context Protocol sessions to release server resources.

    Pythonlangchainlanggraphmcp
    Auf GitHub ansehen↗3,366
  1. Home
  2. Security & Cryptography
  3. Session Termination Services
  4. Session Termination Signaling

Unter-Tags erkunden

  • Protocol Session Termination2 Sub-TagsMechanisms for signaling the conclusion of a protocol-specific session over a transport layer. **Distinct from Session Termination Signaling:** Focuses on the semantic signal of session end within the MCP/A2A protocol rather than general security invalidation.