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
·

7 repository-uri

Awesome GitHub RepositoriesApplication Server Integrations

Modules for registering agents and workflows as native components within web server frameworks.

Distinct from Web Server Integrations: Distinct from Web Server Integrations: focuses on application-level routing and dependency injection rather than infrastructure-level proxying.

Explore 7 awesome GitHub repositories matching devops & infrastructure · Application Server Integrations. Refine with filters or upvote what's useful.

Awesome Application Server Integrations GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • mastra-ai/mastraAvatar mastra-ai

    mastra-ai/mastra

    21,221Vezi pe GitHub↗

    Mastra is an orchestration framework designed for building, deploying, and managing autonomous AI agents and multi-agent systems. It provides a comprehensive suite of primitives for creating resilient AI applications, including durable workflow orchestration, event-driven agent loops, and semantic memory management. By integrating these core components, the platform enables developers to build complex, multi-step processes that can reason about goals and execute tasks without manual intervention. The framework distinguishes itself through its focus on observability and secure, isolated execut

    Mounts AI agents and workflows into existing Node.js web applications using framework-specific adapters.

    TypeScriptagentsaichatbots
    Vezi pe GitHub↗21,221
  • go-martini/martiniAvatar go-martini

    go-martini/martini

    11,603Vezi pe GitHub↗

    Martini is a web framework for the Go programming language that provides a toolkit for building web applications. It functions as a routing engine and an HTTP middleware pipeline to map network requests to specific handler functions. The framework is distinguished by its dependency injection system, which automatically resolves and provides requested service types as arguments to handler functions. This allows for the decoupling of business logic from infrastructure by matching requested types against a registry of available services. The project covers a broad range of web capabilities, inc

    Implements standard handler interfaces to allow the application to run as a subtree on existing web servers.

    Go
    Vezi pe GitHub↗11,603
  • graphql/graphql-playgroundAvatar graphql

    graphql/graphql-playground

    8,839Vezi pe GitHub↗

    GraphQL Playground is an interactive development environment and API client used for writing, testing, and debugging GraphQL queries, mutations, and subscriptions. It functions as a visual tool for executing requests against a GraphQL server and inspecting the resulting JSON responses. The project includes a documentation browser for exploring schemas and an editor with autocompletion and error highlighting. It provides specialized capabilities for analyzing API performance through tracing visualization and supports real-time data updates via subscription streaming. The environment allows fo

    Integrates the interactive IDE directly into a web server as a built-in interface.

    TypeScript
    Vezi pe GitHub↗8,839
  • agronholm/apschedulerAvatar agronholm

    agronholm/apscheduler

    7,539Vezi pe GitHub↗

    APScheduler is a Python task scheduler designed to execute functions at specific times or recurring intervals. It functions as an asynchronous background scheduler and distributed job dispatcher, allowing tasks to run concurrently with application lifecycles and web server request handling. The system distinguishes itself through a persistent job store that saves schedules and task states in external databases, ensuring continuity across process restarts. It separates task scheduling from execution by dispatching jobs to distributed workers in separate processes to prevent execution bottlenec

    Allows the scheduler to be registered as a native component within web server frameworks to run alongside network requests.

    Python
    Vezi pe GitHub↗7,539
  • holoviz/panelAvatar holoviz

    holoviz/panel

    5,709Vezi pe GitHub↗

    Panel is a Python data application framework used to build interactive dashboards and reactive user interfaces by connecting data visualizations, widgets, and callbacks. It functions as a reactive UI library that synchronizes application state with interface updates based on user interactions. The project distinguishes itself by offering multiple execution models, including a FastAPI-based web application server for scalable session management and a WebAssembly compiler that enables Python applications to run directly in the browser without a backend server. It also includes a specialized too

    Optimizes applications for high-performance server environments to ensure scalable production execution.

    Python
    Vezi pe GitHub↗5,709
  • rvm/rvmAvatar rvm

    rvm/rvm

    5,192Vezi pe GitHub↗

    RVM este un manager de versiuni Ruby și un instrument de automatizare a build-ului conceput pentru a instala și comuta între mai multe versiuni ale interpretorului Ruby pe un singur sistem. Servește ca izolator de dependențe și wrapper de mediu shell, permițând crearea unor seturi de biblioteci numite pentru a preveni conflictele de versiuni între diferite proiecte. Proiectul se distinge ca un orchestrator de deployment care automatizează provizionarea runtime-urilor Ruby pe servere la distanță și agenți de build. Generează wrappere executabile independente pentru a se asigura că runtime-urile și seturile de biblioteci specifice sunt încărcate pentru sarcini programate, manageri de servicii și scripturi de inițializare a sistemului. Instrumentul acoperă o gamă largă de capabilități, inclusiv compilarea automată a sursei cu flag-uri de compilator personalizate, instalarea în spațiul utilizatorului pentru a evita privilegiile root și integrarea cu diverse shell-uri și editoare de text. De asemenea, oferă infrastructură pentru sincronizarea mediului la distanță, testarea compatibilității în integrare continuă și integrarea cu servere de aplicații.

    Links specific language versions to web application servers to ensure apps execute in the correct environment.

    Shelljrubymri-rubymruby
    Vezi pe GitHub↗5,192
  • jetbrains/koogAvatar JetBrains

    JetBrains/koog

    3,735Vezi pe GitHub↗

    Koog is an LLM agent framework used to build autonomous entities that execute tool-based workflows. It utilizes a graph-based workflow engine to define agent behaviors and decision paths as a directed graph of nodes and edges. The framework distinguishes itself through a model provider orchestrator that enables dynamic switching, load balancing, and automatic fallbacks between different AI backends. It implements the Model Context Protocol to connect agents to remote tool servers and features a RAG memory system using vector embeddings to maintain long-term conversation context. The project

    Embeds agent capabilities directly into Ktor server applications via a plugin to handle request-driven workflows.

    Kotlinagentframeworkagentic-aiagents
    Vezi pe GitHub↗3,735
  1. Home
  2. DevOps & Infrastructure
  3. Web Server Integrations
  4. Application Server Integrations

Explorează sub-etichetele

  • Ktor Plugin IntegrationsIntegrating agent capabilities into Ktor servers via dedicated plugins for request-driven workflows. **Distinct from Application Server Integrations:** Distinct from general server integrations: specifically targets the Ktor plugin ecosystem for agent embedding.