awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repository-uri

Awesome GitHub RepositoriesRemote Session Hosting

Hosting environments that execute interactive AI sessions on remote compute resources.

Distinct from Terminal Session Hosting: Focuses on the execution of AI sessions on remote hardware rather than terminal recording or mock hosting

Explore 5 awesome GitHub repositories matching devops & infrastructure · Remote Session Hosting. Refine with filters or upvote what's useful.

Awesome Remote Session Hosting GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • claude-code-best/claude-codeAvatar claude-code-best

    claude-code-best/claude-code

    20,272Vezi pe GitHub↗

    Claude Code is a command-line interface and multi-agent orchestration framework designed for autonomous software engineering. It enables AI agents to perform codebase modifications, debugging, and Git workflow management while coordinating multiple specialized agents to decompose and execute complex engineering tasks in parallel. The system distinguishes itself through a high degree of isolation and safety, utilizing Git worktrees to create independent working directories for concurrent agents and implementing a tiered permission system that combines user rules, project policies, and OS-level

    Provides a WebSocket-based bridge to manage and administer AI coding sessions on remote servers.

    TypeScript
    Vezi pe GitHub↗20,272
  • github/copilot-sdkAvatar github

    github/copilot-sdk

    7,233Vezi pe GitHub↗

    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

    Executes AI sessions on remote hosted compute instead of local hardware.

    TypeScript
    Vezi pe GitHub↗7,233
  • transformerlab/transformerlab-appAvatar transformerlab

    transformerlab/transformerlab-app

    5,103Vezi pe GitHub↗

    TransformerLab este o platformă de orchestrare MLOps și un mediu de cercetare conceput pentru antrenarea, fine-tuning-ul și evaluarea modelelor de limbaj mari. Servește ca un plan de control centralizat pentru gestionarea joburilor de machine learning și coordonarea compute-ului GPU distribuit pe furnizori de cloud hibrid și on-premise. Platforma se distinge prin optimizarea modelului condusă de agenți, utilizând asistenți AI pentru a analiza metricile și a propune și pune automat în coadă experimente de hiperparametri. Oferă un mediu de dezvoltare la distanță care permite utilizatorilor să lanseze notebook-uri interactive, editoare de cod și sesiuni secure shell direct pe nodurile de calcul la distanță. Sistemul acoperă o gamă largă de capabilități de flux de lucru pentru machine learning, inclusiv coordonarea sarcinilor distribuite, sweep-uri automatizate de hiperparametri și urmărirea cuprinzătoare a experimentelor. Dispune de registre integrate pentru versionarea seturilor de date și a artefactelor de model, precum și instrumente pentru evaluarea performanței modelului și implementarea serverului de inferență. Este furnizată o interfață în linie de comandă pentru controlul platformei, monitorizarea joburilor și gestionarea instalării și actualizărilor instanței locale de server.

    Maps browser-based IDEs and notebooks to interactive processes running on remote compute nodes.

    Python
    Vezi pe GitHub↗5,103
  • miguelmota/cointopAvatar miguelmota

    miguelmota/cointop

    4,395Vezi pe GitHub↗

    Cointop este o interfață de terminal pentru criptomonede concepută pentru monitorizarea statisticilor de piață în timp real, a prețurilor și a tendințelor activelor. Servește ca dashboard de piață și tracker de portofoliu, permițând gestionarea deținerilor de active personale și calcularea profitului și pierderii într-un mediu command line. Proiectul se distinge printr-o capabilitate de server care permite interfeței să fie găzduită și accesată remote prin sesiuni secure shell. Include, de asemenea, un sistem de notificări care declanșează alerte desktop atunci când active specifice ating praguri de preț predefinite. Aplicația oferă instrumente pentru analiză financiară, inclusiv grafice de preț interactive, conversie valutară și căutare fuzzy de active. Utilizatorii pot personaliza experiența prin teme vizuale configurabile, key bindings și setări de monedă de bază, în timp ce caching-ul pe disc local asigură disponibilitatea datelor în timpul întreruperilor de rețea. Software-ul este disponibil ca pachet Flatpak pentru distribuția desktop Linux.

    Hosts a terminal-based application environment accessible remotely via secure shell connections.

    Go
    Vezi pe GitHub↗4,395
  • posit-dev/positronAvatar posit-dev

    posit-dev/positron

    3,969Vezi pe GitHub↗

    Positron is a data science integrated development environment and AI-powered code editor designed for polyglot development, specifically supporting Python and R. It functions as a remote compute workspace that separates the user interface from the execution kernel via SSH or container integration. The environment features a deep integration of large language models that provide context-aware suggestions and automated data analysis by accessing real-time interpreter state, in-memory objects, and plot outputs. It distinguishes itself through a polyglot runtime bridge that enables cross-language

    Keeps language interpreters and computations running on a remote server after the interface is closed.

    TypeScript
    Vezi pe GitHub↗3,969
  1. Home
  2. DevOps & Infrastructure
  3. Remote Session Hosting

Explorează sub-etichetele

  • Interpreter PersistenceMechanisms for keeping language runtimes and computation state active on remote hardware after the client disconnects. **Distinct from Remote Session Hosting:** Distinct from Remote Session Hosting by focusing specifically on the persistence of the interpreter state rather than just the hosting environment.
  • Terminal Session HostingHosting environments that allow remote access to interactive terminal-based applications. **Distinct from Remote Session Hosting:** Distinct from Remote Session Hosting: specifically targets terminal interfaces rather than AI-specific compute sessions.