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

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

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

20 Repos

Awesome GitHub RepositoriesAgent Deployments

Deploys AI agents to production via managed infrastructure with one-click GitHub integration.

Distinct from Managed Infrastructure Deployment: Distinct from Managed Infrastructure Deployment: focuses on deploying AI agents specifically, not general data processing pipelines.

Explore 20 awesome GitHub repositories matching devops & infrastructure · Agent Deployments. Refine with filters or upvote what's useful.

Awesome Agent Deployments GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • travis-ci/travis-ciAvatar von travis-ci

    travis-ci/travis-ci

    8,490Auf GitHub ansehen↗

    Travis CI is a continuous integration platform and CI/CD pipeline orchestrator that automates the testing and building of code changes from version control systems. It functions as a multi-language test runner and build infrastructure manager, ensuring software quality through automated testing across various programming languages and runtimes. The platform is distinguished by its use of virtual-machine-based isolation for reproducible environments and a configuration-driven approach to pipeline generation. It supports complex testing strategies through parallel matrix execution, allowing job

    Enables pushing verified code to a dedicated production environment after the successful completion of build and test pipelines.

    Auf GitHub ansehen↗8,490
  • collabnix/dockerlabsAvatar von collabnix

    collabnix/dockerlabs

    8,008Auf GitHub ansehen↗

    dockerlabs is a collection of educational labs and technical tutorials designed to teach the fundamentals of containerization and microservice architecture. It provides instructional material and hands-on exercises covering image optimization, security training, infrastructure setup, and cluster orchestration. The project features specific courses and guides focused on reducing image size through multi-stage builds, securing workloads via vulnerability scanning and encrypted networks, and deploying multi-node clusters with high availability using Swarm orchestration. The materials cover a br

    Presents best practices for ensuring containerized services are stable, scalable, and secure in production.

    PHPadvancebeginnersdocker
    Auf GitHub ansehen↗8,008
  • mimecorg/vuidoAvatar von mimecorg

    mimecorg/vuido

    6,062Auf GitHub ansehen↗

    Vuido is a framework for building native desktop applications for Windows, macOS, and Linux using Vue.js components, without requiring Electron or Chromium. It maps Vue components directly to native widgets from the libui library, creating lightweight applications that run on a single-threaded event loop and compile templates at build time for optimized runtime performance. The framework provides a complete Vue.js component-to-native bridge, enabling two-way data binding via v-model, component-based window composition, and platform-specific package generation for distributing executables. It

    Creates optimized and minified application bundles excluding debugging code for packaging.

    JavaScriptdesktoplibuivue
    Auf GitHub ansehen↗6,062
  • voltagent/voltagentAvatar von VoltAgent

    VoltAgent/voltagent

    6,020Auf GitHub ansehen↗

    Provides managed infrastructure deployment for AI agents with one-click GitHub integration.

    TypeScriptagentsaiai-agents
    Auf GitHub ansehen↗6,020
  • getstream/vision-agentsAvatar von GetStream

    GetStream/Vision-Agents

    6,029Auf GitHub ansehen↗

    Packages a multi-modal AI agent into a container using CPU or GPU Dockerfiles for production.

    Pythonagentic-aiagentsai
    Auf GitHub ansehen↗6,029
  • maximegris/angular-electronAvatar von maximegris

    maximegris/angular-electron

    5,725Auf GitHub ansehen↗

    Angular Electron is a project scaffolding tool that generates a preconfigured desktop application template combining Angular's web framework with Electron's native runtime. It produces cross-platform executables for Windows, macOS, and Linux from a single codebase, while providing a development server with hot reload that automatically refreshes the Electron renderer process when Angular source files change. The project handles the architectural complexity of running Angular inside Electron by separately bundling Node.js modules for the main process and Angular modules for the renderer proces

    Compiles the application into an optimized bundle ready for distribution.

    TypeScript
    Auf GitHub ansehen↗5,725
  • googlecloudplatform/agent-starter-packAvatar von GoogleCloudPlatform

    GoogleCloudPlatform/agent-starter-pack

    5,752Auf GitHub ansehen↗

    Deploys GenAI agents to production with infrastructure-as-code, CI/CD pipelines, and automated rollback capabilities.

    Pythonagentsgcpgemini
    Auf GitHub ansehen↗5,752
  • yeoman/generator-angularAvatar von yeoman

    yeoman/generator-angular

    5,675Auf GitHub ansehen↗

    This is a Yeoman generator that scaffolds AngularJS projects and components. It automates the setup of a complete AngularJS application with boilerplate code, directory structure, and optional dependencies, while also providing standalone sub-generators for creating controllers, directives, filters, services, views, and routes. The generator handles module registration automatically, injecting generated files into the AngularJS module system and patching route configuration files when new routes are created. It supports generating code in CoffeeScript or TypeScript through a command-line flag

    Provides a production build step that optimizes assets and applies production-ready settings.

    JavaScript
    Auf GitHub ansehen↗5,675
  • pyspur-dev/pyspurAvatar von PySpur-Dev

    PySpur-Dev/pyspur

    5,677Auf GitHub ansehen↗

    Publishes a completed agent workflow as a one-click API endpoint for integration into external applications.

    TypeScriptagentagentsai
    Auf GitHub ansehen↗5,677
  • rllm-org/rllmAvatar von rllm-org

    rllm-org/rllm

    5,641Auf GitHub ansehen↗

    rllm is an asynchronous reinforcement learning framework for training language agents. It provides a unified pipeline that runs the same agent code for both evaluation and training, automatically capturing traces for gradient computation. The framework supports distributed reinforcement learning across multiple GPUs and nodes using pluggable backends, and executes agents in isolated sandboxes—either locally or in the cloud—for safe and scalable rollout collection. It trains agents built with LangGraph, SmolAgents, OpenAI Agents SDK, or custom frameworks without requiring core logic changes. T

    Deploys containerized agents to an auto-scaling, sandboxed runtime that isolates each session in a separate microVM.

    Pythonagent-frameworkagentic-workflowcoding-agent
    Auf GitHub ansehen↗5,641
  • bc-security/empireAvatar von BC-SECURITY

    BC-SECURITY/Empire

    5,045Auf GitHub ansehen↗

    Empire is a post-exploitation command-and-control (C2) framework designed for red team operations. It deploys and manages agents written in PowerShell, Python, C#, Go, and C across Windows, Linux, and macOS, using encrypted communication channels over HTTP, HTTPS, and SMB. The framework executes over 400 built-in modules for reconnaissance, privilege escalation, credential theft, and lateral movement, and provides a modular engine for authoring custom attack modules. What sets Empire apart is its multi-language agent deployment system, which allows operators to choose implants that suit each

    Deploys lightweight Go-based agents for Windows systems, optimized for performance and portability.

    PowerShellc2empirehacktoberfest
    Auf GitHub ansehen↗5,045
  • preactjs/preact-cliAvatar von preactjs

    preactjs/preact-cli

    4,669Auf GitHub ansehen↗

    preact-cli is a command line tool for scaffolding, developing, and building applications using the Preact library. It provides a Webpack-based build pipeline to coordinate code transformation, asset optimization, and production compilation. The toolkit includes a static site prerenderer to convert application routes into static HTML files and a PWA development toolkit for generating service workers and offline asset caching. It also functions as a frontend development server featuring hot module replacement and a proxy for real-time application iteration. The project covers a broad range of

    Compiles the application into optimized static assets ready for production deployment.

    JavaScriptclihacktoberfesthttp2
    Auf GitHub ansehen↗4,669
  • apostrophecms/apostropheAvatar von apostrophecms

    apostrophecms/apostrophe

    4,524Auf GitHub ansehen↗

    Apostrophe is an open-source Node.js headless content management system that delivers structured content through REST APIs while providing a visual in-context page editor for live editing. It is built on a module-based plugin architecture that extends CMS functionality through reusable modules, each encapsulating logic, configuration, and templates. The system uses schema-driven content modeling to define data structures and validation rules through configurable schemas and custom field types, with all content stored as flexible JSON-like documents in MongoDB. The platform distinguishes itsel

    Configures a Node.js and MongoDB content management system for production environments with appropriate security and performance settings.

    JavaScriptapostrophecmscms-framework
    Auf GitHub ansehen↗4,524
  • vercel/geist-fontAvatar von vercel

    vercel/geist-font

    3,249Auf GitHub ansehen↗

    Geist is an open-source font family and typography collection designed for high legibility in technical interfaces. It consists of a series of web-optimized typefaces, including geometric sans-serif, monospaced, and pixel styles. The collection functions as a variable font library, utilizing coordinate interpolation to allow precise control over weight and style within a single font file. These fonts are built as OpenType typefaces, incorporating standardized layout tables to define advanced typographic behaviors such as kerning and ligatures. The project provides specific implementations fo

    Reverts the production environment to a previous stable state to recover from breaking changes.

    HTMLfontvariable-fonts
    Auf GitHub ansehen↗3,249
  • datawhalechina/vibe-vibeAvatar von datawhalechina

    datawhalechina/vibe-vibe

    3,126Auf GitHub ansehen↗

    vibe-vibe is an LLM agent engineering framework and toolchain optimizer designed for orchestrating multi-agent systems. It serves as a comprehensive guide and methodology for transforming conceptual ideas into deployed applications through agentic software engineering. The project focuses on the orchestration of specialized AI agent roles with defined collaboration boundaries and iterative feedback loops. It provides frameworks for toolchain optimization, including the selection and evaluation of protocols that extend model capabilities and the design of standardized tool interfaces. The sys

    Transforms local projects into stable, publicly accessible production environments with integrated monitoring.

    agentagentic-aiai
    Auf GitHub ansehen↗3,126
  • e2b-dev/code-interpreterAvatar von e2b-dev

    e2b-dev/code-interpreter

    2,348Auf GitHub ansehen↗

    This project is an infrastructure platform designed to provide secure, isolated, and ephemeral cloud-based Linux environments for AI agents and automated code execution. It functions as an orchestrator that provisions on-demand virtual machines, allowing developers to run arbitrary code generated by large language models within hardware-level security boundaries. The platform distinguishes itself through its ability to manage stateful, long-lived sessions that persist across multiple execution calls, enabling complex, multi-step workflows. It supports high-concurrency scaling, allowing for th

    Orchestrates the provisioning and management of secure, on-demand virtual machine environments for parallel computation.

    Pythonaiai-data-analysisanthropic
    Auf GitHub ansehen↗2,348
  • netlify/cliAvatar von netlify

    netlify/cli

    1,893Auf GitHub ansehen↗

    This developer command-line tool manages deployments, configures serverless functions, and provisions resources for a cloud hosting platform. It provides a terminal utility to automate project deployment, environment variable management, and database provisioning for web applications, while also serving as a local development server that simulates production routing and proxy rules. The tool handles deployment workflows by synchronizing web projects through file hashing, artifact caching, and real-time progress tracking. It coordinates serverless function lifecycles with hot reloading across

    Builds your project for production and hosts the output locally without watching for source changes.

    TypeScriptclinetlify
    Auf GitHub ansehen↗1,893
  • ngx-rocket/starter-kitAvatar von ngx-rocket

    ngx-rocket/starter-kit

    1,263Auf GitHub ansehen↗

    Starter-kit is an enterprise-grade starter kit and development toolkit for Angular applications, providing project scaffolding, boilerplate generation, and command-line automation. It establishes a structured foundation for large-scale web development with built-in ahead-of-time template compilation, module-based dependency injection, and client-side single-page application routing. The command-line automation utilities support rapid code generation for components, directives, pipes, services, classes, and modules alongside a local development server with live reloading and backend API reque

    Compiles application source code into optimized static bundles ready for production deployment.

    TypeScriptangularangular-clibootstrap
    Auf GitHub ansehen↗1,263
  • remix-run/examplesAvatar von remix-run

    remix-run/examples

    1,216Auf GitHub ansehen↗

    This repository serves as a comprehensive collection of reference implementations for the Remix web framework. It provides practical examples of full-stack web development, demonstrating how to build dynamic, server-rendered applications that bridge server-side logic with client-side interactivity. By leveraging a component-based architecture, these examples illustrate core patterns for managing data, routing, and user interfaces within a unified development environment. The collection highlights the framework's distinctive approach to web architecture, emphasizing server-side data loading an

    Creates minimal production container images using multi-stage builds to reduce the final deployment footprint.

    TypeScript
    Auf GitHub ansehen↗1,216
  • aplus-framework/appAvatar von aplus-framework

    aplus-framework/app

    594Auf GitHub ansehen↗

    This project is a PHP web application framework designed to provide a structured foundation for building and scaling applications. It utilizes a model-view-controller architecture to separate data management, user interface rendering, and request handling, while employing a service container to manage dependency injection and modular code organization. The framework distinguishes itself by integrating a comprehensive suite of development and maintenance tools directly into the ecosystem. It features a command-line interface for automating repetitive tasks and managing application state, along

    Offers configuration options for deploying web applications to production server infrastructure.

    PHPaplusaplus-frameworkapp
    Auf GitHub ansehen↗594
  1. Home
  2. DevOps & Infrastructure
  3. Cloud Infrastructure Deployment
  4. Managed Infrastructure Deployment
  5. Agent Deployments

Unter-Tags erkunden

  • Containerized Agent PackagesPackages a multi-modal AI agent into a container using CPU or GPU Dockerfiles for production deployment. **Distinct from Agent Deployments:** Distinct from Agent Deployments: focuses on container packaging, not managed infrastructure deployment.
  • MicroVMDeploying containerized agents to an auto-scaling, sandboxed runtime that isolates each session in a separate microVM for secure parallel rollouts. **Distinct from Agent Deployments:** Distinct from Agent Deployments: adds auto-scaling, per-session microVM isolation for parallel rollouts, not just one-click GitHub integration.
  • One-Click API ExposuresPublishing completed agent workflows as one-click API endpoints for integration into external applications. **Distinct from Agent Deployments:** Distinct from Agent Deployments: focuses on exposing workflows as API endpoints with a single click, not general agent deployment to cloud infrastructure.
  • Production Deployments4 Sub-TagsDeploys GenAI agents to managed runtimes with infrastructure-as-code, CI/CD pipelines, and automated rollback capabilities. **Distinct from Agent Deployments:** Distinct from Agent Deployments: focuses on production-grade deployments with rollback and CI/CD, not just any agent deployment.