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
·

4 Repos

Awesome GitHub RepositoriesLLM Session Managers

Utilities specifically designed to maintain active connections and automate output continuations for large language model web interfaces.

Distinct from Connection and Session Management: Focuses on LLM-specific session persistence and response automation rather than general network session lifecycles.

Explore 4 awesome GitHub repositories matching networking & communication · LLM Session Managers. Refine with filters or upvote what's useful.

Awesome LLM Session Managers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • xcanwin/keepchatgptAvatar von xcanwin

    xcanwin/KeepChatGPT

    14,886Auf GitHub ansehen↗

    KeepChatGPT is a browser extension designed to enhance the ChatGPT web experience by acting as a session manager, UI optimizer, and privacy guard. It focuses on maintaining active connections to prevent session timeouts and improving the overall interface for better readability and organization. The project distinguishes itself through privacy and security features that block tracking telemetry and use regular expressions to mask sensitive data before it is sent. It also includes tools to mitigate conversation auditing and bypass bot verification challenges to reduce the risk of account restr

    Provides automated heartbeat requests and response continuation to maintain stable connections with AI chat interfaces.

    JavaScript
    Auf GitHub ansehen↗14,886
  • noefabris/opencode-antigravity-authAvatar von NoeFabris

    NoeFabris/opencode-antigravity-auth

    8,563Auf GitHub ansehen↗

    This project is an authentication proxy and quota manager designed for accessing large language models via Google credentials. It serves as an orchestrator that handles identity management, session recovery, and the distribution of API requests across multiple authenticated accounts. The system focuses on maintaining continuous service availability through dynamic account rotation and quota routing to bypass rate limits. It includes a grounding engine that links model responses to real-time web search results to reduce hallucinations and improve factual accuracy. Additional capabilities cove

    Orchestrates LLM sessions by recovering failures and managing reasoning configurations.

    TypeScriptclaudegeminigoogle
    Auf GitHub ansehen↗8,563
  • github/copilot-sdkAvatar von github

    github/copilot-sdk

    7,233Auf GitHub ansehen↗

    This project is a software development kit and framework for building AI agent orchestration, session management, and tool integration systems. It provides a backend infrastructure for hosting remote AI sessions and coordinating multi-agent workflows using large language models. The SDK enables the definition of specialized agents and the orchestration of complex tasks through parallel workstreams. It distinguishes itself by offering a multi-tenant backend capable of horizontal scaling and a headless server runtime that separates session execution from the client interface. The system covers

    Implements session persistence and real-time event streaming to maintain conversation state between AI models and clients.

    TypeScript
    Auf GitHub ansehen↗7,233
  • lanqian528/chat2apiAvatar von lanqian528

    lanqian528/chat2api

    3,368Auf GitHub ansehen↗

    chat2api is a web-to-API bridge and proxy that converts web-based chat sessions into a standardized API format. This allows web accounts to be used programmatically within third-party client applications. The system includes a multi-account rotator that distributes requests across a pool of authentication tokens using random or sequential polling to bypass rate limits. It also functions as a multimodal API proxy, translating base64 or URL-encoded images and files into formats compatible with web-based chat interfaces. The project manages the full lifecycle of session tokens, featuring statef

    Manages the upload and refresh of web authentication tokens to maintain persistent API access to chat models.

    Python
    Auf GitHub ansehen↗3,368
  1. Home
  2. Networking & Communication
  3. Network Reliability and Diagnostics
  4. Connection and Session Management
  5. LLM Session Managers