awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

11 repositorios

Awesome GitHub RepositoriesStateless Execution

Execution modes that bypass state persistence for low-latency, one-off computations.

Distinct from Execution Graphs: Distinct from general execution graphs: focuses on stateless, streaming-first invocation patterns.

Explore 11 awesome GitHub repositories matching software engineering & architecture · Stateless Execution. Refine with filters or upvote what's useful.

Awesome Stateless Execution GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • langchain-ai/deepagentsAvatar de langchain-ai

    langchain-ai/deepagents

    25,006Ver en GitHub↗

    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

    Triggers one-off agent tasks in the background that bypass state persistence for lower latency.

    Pythonagentsdeepagentslangchain
    Ver en GitHub↗25,006
  • langchain-ai/langchainjsAvatar de langchain-ai

    langchain-ai/langchainjs

    17,818Ver en GitHub↗

    LangChain.js is a framework for building, executing, and monitoring stateful agentic applications. It provides an orchestration engine that models workflows as directed graphs, allowing developers to connect language models, data sources, and external tools into modular, multi-step processes. The platform distinguishes itself through its focus on stateful execution and human-in-the-loop control. It manages agent lifecycles by persisting execution state across threads, enabling fault tolerance and the ability to pause workflows at designated breakpoints for manual review or modification. This

    Supports stateless graph execution for low-latency, incremental streaming of model responses.

    TypeScript
    Ver en GitHub↗17,818
  • labring/lafAvatar de labring

    labring/laf

    7,552Ver en GitHub↗

    Laf is a serverless backend platform that provides an integrated environment for cloud functions, a document database, and file storage. It serves as a complete infrastructure for developing and deploying backend logic, data persistence, and real-time communication without the need for manual server management. The platform features a browser-based IDE that allows developers to write, test, and deploy serverless functions directly within a web editor, removing the requirement for local environment setup. It also includes a WebSocket communication platform for maintaining persistent bidirectio

    Provides a sandboxed runtime for executing stateless backend logic triggered by HTTP requests, database changes, or scheduled timers.

    TypeScriptcloudbasefaasfirebase
    Ver en GitHub↗7,552
  • mozilla/geckodriverAvatar de mozilla

    mozilla/geckodriver

    7,480Ver en GitHub↗

    geckodriver es un controlador de automatización de navegador y una implementación de W3C WebDriver. Funciona como un servidor proxy que traduce comandos de WebDriver estandarizados en instrucciones internas para navegadores web basados en el motor Gecko. El proyecto permite el control programático de navegadores basados en Gecko para simular interacciones de usuario y automatizar tareas web repetitivas. Admite tanto la automatización de navegador estándar como la orquestación de navegadores headless para flujos de trabajo que se ejecutan sin una interfaz gráfica de usuario. El software se utiliza para pruebas web automatizadas para verificar la funcionalidad del sitio web y el comportamiento de la interfaz de usuario ejecutando suites de pruebas programáticas contra un navegador en vivo.

    Processes each driver request independently by relying on the browser instance to maintain execution state.

    Ver en GitHub↗7,480
  • apache/openwhiskAvatar de apache

    apache/openwhisk

    6,779Ver en GitHub↗

    OpenWhisk is a serverless cloud platform designed for deploying and executing stateless functions in response to API calls or events. It serves as a complete serverless stack, providing an API gateway for functions, a function-as-a-service runtime manager, and an event-driven workflow engine. The platform distinguishes itself through a polyglot execution model that supports multiple language runtimes and allows for the creation of custom runtimes using Docker containers. It enables complex logic through function orchestration and composition, allowing multiple functions to be chained into seq

    Executes stateless code snippets and tasks within a distributed, isolated serverless environment.

    Scala
    Ver en GitHub↗6,779
  • streaak/keyhacksAvatar de streaak

    streaak/keyhacks

    6,069Ver en GitHub↗

    Keyhacks is a command-line tool that tests whether API keys and tokens for dozens of cloud services are valid and active. It automates the verification of discovered credentials during security auditing and penetration testing, confirming if leaked or harvested API keys, tokens, and secrets are still operational. The tool validates credentials by sending lightweight, service-specific HTTP requests to each platform's API endpoint and inspecting the response status or body. Each validation runs independently without storing state between requests, using pre-defined request templates with the co

    Each validation runs independently without storing state or session data between requests.

    Ver en GitHub↗6,069
  • coleam00/ottomator-agentsAvatar de coleam00

    coleam00/ottomator-agents

    5,359Ver en GitHub↗

    Ottomator-agents is a framework for building and deploying autonomous AI agents using structured workflow files and source code. It serves as a declarative deployment tool and workflow orchestrator that translates static configuration files into executable sequences of AI agent tasks and logic flows. The system utilizes manifest-driven instantiation and template-driven deployment to create functional agent identities by populating source code templates with user-specified parameters. It incorporates a modular skill system that equips agents with discrete, reusable source code units and toolse

    Implements an execution runtime that runs agent workflows as independent, stateless processes.

    Python
    Ver en GitHub↗5,359
  • careercup/ctciAvatar de careercup

    careercup/ctci

    5,137Ver en GitHub↗

    Este proyecto es un repositorio de implementación de algoritmos y una guía de práctica para entrevistas de codificación. Proporciona una colección de soluciones algorítmicas, referencias de estructuras de datos y materiales de estudio diseñados para preparar a los candidatos para evaluaciones de contratación en ingeniería de software. El repositorio funciona como una suite de pruebas de algoritmos, utilizando un sistema de verificación basado en casos que ejecuta pares específicos de entrada-salida para validar la corrección de la lógica implementada. El código base cubre la preparación técnica para entrevistas mediante la práctica de problemas comunes de ciencias de la computación, la implementación de estructuras de datos centrales y la verificación de soluciones de codificación.

    Utilizes an execution model that prevents state leakage between different algorithmic problem test suites.

    Java
    Ver en GitHub↗5,137
  • dabeaz/python-cookbookAvatar de dabeaz

    dabeaz/python-cookbook

    4,023Ver en GitHub↗

    This project is a collection of practical and idiomatic Python code recipes, technical tutorials, and programming references. It serves as an example-driven resource that translates theoretical programming concepts into executable Python source code. The repository is organized as a series of standalone scripts and modular recipes. Each sample is designed for stateless execution, allowing individual problem-solving patterns to be run independently without shared global state or complex setup. The content focuses on Python language mastery and software development. It covers the implementatio

    Designs each code sample to run independently without requiring a shared global state or complex setup.

    Python
    Ver en GitHub↗4,023
  • langchain-ai/langchain-mcp-adaptersAvatar de langchain-ai

    langchain-ai/langchain-mcp-adapters

    3,366Ver en GitHub↗

    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 incremental delivery of responses via server-sent events for stateless graph or assistant executions.

    Pythonlangchainlanggraphmcp
    Ver en GitHub↗3,366
  • sharadkumar97/osint-spyAvatar de SharadKumar97

    SharadKumar97/OSINT-SPY

    1,521Ver en GitHub↗

    OSINT-SPY es un framework de reconocimiento de código abierto diseñado para recopilar inteligencia sobre infraestructura digital y rastrear actividad financiera a través de libros contables distribuidos. Funciona como un orquestador centralizado que consulta múltiples servicios de terceros y bases de datos públicas para agregar puntos de datos de seguridad en un formato unificado. El sistema utiliza una arquitectura modular basada en plugins que permite tareas de recopilación de datos independientes, que van desde el reconocimiento de dominios y direcciones IP hasta el análisis de archivos remotos en busca de firmas maliciosas. Admite investigaciones especializadas en transacciones de criptomonedas, permitiendo a los usuarios monitorear el movimiento de activos digitales y recuperar datos históricos de blockchain. Más allá del reconocimiento, la herramienta incluye utilidades para auditar la postura de seguridad de la infraestructura web pública, como identificar cifrados de encriptación admitidos y detectar vulnerabilidades comunes. El software opera bajo un modelo de ejecución sin estado, asegurando que cada escaneo permanezca como un proceso aislado sin persistir estado entre sesiones.

    Operates as an isolated, stateless process for each scan to ensure privacy and reduce memory overhead.

    Python
    Ver en GitHub↗1,521
  1. Home
  2. Software Engineering & Architecture
  3. Execution Graphs
  4. Stateless Execution

Explorar subetiquetas

  • Stateless Response StreamingIncremental delivery of responses from one-off computations that do not persist state. **Distinct from Stateless Execution:** Combines stateless execution with incremental SSE delivery, whereas the parent focuses on the execution mode itself.