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

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

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

12 repositorios

Awesome GitHub RepositoriesSequential Execution Engines

Mechanisms for ensuring ordered, serial execution of automated tasks.

Distinguishing note: Focuses on serial execution flow control rather than general job scheduling.

Explore 12 awesome GitHub repositories matching development tools & productivity · Sequential Execution Engines. Refine with filters or upvote what's useful.

Awesome Sequential Execution Engines GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • atuinsh/atuinAvatar de atuinsh

    atuinsh/atuin

    30,266Ver en GitHub↗

    Atuin is a command-line tool that replaces standard shell history with a searchable, encrypted SQLite database. By hooking into shell initialization scripts, it provides an interactive, keyboard-driven interface for real-time command filtering and retrieval. The platform ensures data privacy through a client-side encryption layer, securing sensitive history and configuration data before it is synchronized across multiple machines. Beyond history management, Atuin functions as an executable documentation platform that enables teams to create and share interactive runbooks. These documents use

    Ensures sequential execution of document blocks to maintain workflow integrity.

    Rustbashfishhistory
    Ver en GitHub↗30,266
  • vercel/aiAvatar de vercel

    vercel/ai

    21,885Ver en GitHub↗

    This project is a comprehensive framework for building AI-powered applications, providing a unified toolkit for orchestrating language models, autonomous agents, and interactive user interfaces. It serves as a central library for managing the entire lifecycle of AI interactions, from initial prompt generation and model provider abstraction to complex, multi-step reasoning and tool execution. The framework distinguishes itself through its deep integration with frontend development, specifically by enabling generative user interfaces that render dynamic components directly from model outputs. I

    Chains processing steps in a predefined order where outputs serve as inputs for subsequent operations.

    TypeScriptanthropicartificial-intelligencegemini
    Ver en GitHub↗21,885
  • nocobase/nocobaseAvatar de nocobase

    nocobase/nocobase

    21,542Ver en GitHub↗

    This platform is a modular, metadata-driven framework designed for building custom business applications and data management systems without traditional coding. It functions as a low-code environment where data models, user interfaces, and business logic are defined through visual configurations rather than hardcoded views. The architecture supports multi-tenant isolation, allowing multiple independent applications to run within a single shared memory space while maintaining strict logical separation of data and configurations. What distinguishes this system is its deep integration of artific

    Executes complex event responses and property updates through discrete, ordered steps.

    TypeScriptadmin-dashboardairtableapp-builder
    Ver en GitHub↗21,542
  • letta-ai/lettaAvatar de letta-ai

    letta-ai/letta

    21,168Ver en GitHub↗

    Letta is a framework for building, deploying, and managing autonomous AI agents that maintain persistent state across long-term interactions. It provides a comprehensive suite of primitives for defining agents with configurable personas, modular memory blocks, and tool-use capabilities, enabling them to retain user preferences and conversation history over extended sessions. The platform distinguishes itself through its advanced memory management and orchestration capabilities. It allows agents to autonomously update their own memory, perform retrieval-augmented generation, and coordinate com

    Uses a single persistent agent instance across multiple samples to test memory accumulation and multi-turn conversation consistency.

    Pythonaiai-agentsllm
    Ver en GitHub↗21,168
  • davila7/claude-code-templatesAvatar de davila7

    davila7/claude-code-templates

    20,933Ver en GitHub↗

    Claude Code Templates is a comprehensive framework for orchestrating specialized AI agents and automating development workflows within local environments. It provides a structured system for defining, configuring, and deploying AI personas that handle specific technical tasks, ranging from backend architecture and frontend implementation to security auditing and infrastructure management. The project distinguishes itself through a configuration-driven approach that allows teams to standardize development environments and share reusable agent definitions across projects. It includes a robust C

    Ensures ordered, serial execution of multiple prompts to perform complex, multi-step development tasks without manual intervention.

    Pythonanthropicanthropic-claudeclaude
    Ver en GitHub↗20,933
  • lint-staged/lint-stagedAvatar de lint-staged

    lint-staged/lint-staged

    14,460Ver en GitHub↗

    Lint-staged is a command-line utility designed to automate code quality checks and formatting tasks within a Git repository. It functions as a pre-commit hook runner that executes defined operations exclusively on files currently staged for commit, ensuring that only code meeting project standards is permanently saved. The tool distinguishes itself by providing granular control over the development workflow through file filtering and task orchestration. It uses glob-pattern matching to isolate specific file types and executes sequences of shell commands in a strict order. To maintain reposito

    Executes a defined pipeline of commands in a strict order where each step must complete successfully before the next begins.

    JavaScriptdeveloper-experienceeslintgit
    Ver en GitHub↗14,460
  • mame/quine-relayAvatar de mame

    mame/quine-relay

    14,425Ver en GitHub↗

    This project is a multi-language quine relay, a collection of source code files where each program outputs the source code for the next in a sequence until the original code is recreated. It serves as a technical demonstration of recursive program execution and polyglot code generation, verifying the integrity of multi-stage code cycles across diverse programming languages. The system distinguishes itself through automated relay orchestration, which triggers sequential compilation and execution steps to ensure the entire chain functions correctly. Each program contains the encoded logic requi

    Orchestrates multi-stage program chains to verify the integrity of generated source code across various language environments.

    Rubyquine
    Ver en GitHub↗14,425
  • mrkai77/loopAvatar de MrKai77

    MrKai77/Loop

    10,063Ver en GitHub↗

    Loop is a desktop window manager and layout automator designed to control application window positioning and resizing. It utilizes custom keyboard shortcuts and scripted sequences to organize workspace layouts and automate window movements. The tool features a radial window arranger that moves and scales windows using a directional cursor interface and radial coordinate inputs triggered by modifier keys. It also includes an edge window stashing utility that hides windows beyond display boundaries and restores them via hover events to optimize screen real estate. Additional capabilities inclu

    Executes a series of window arrangement steps in quick succession to achieve desired layouts.

    Swifthacktoberfestmacosmacos-app
    Ver en GitHub↗10,063
  • microsoft/ufoAvatar de microsoft

    microsoft/UFO

    9,017Ver en GitHub↗

    UFO is a multi-device task orchestrator and LLM agent orchestration framework designed to decompose natural language requests into executable task graphs. It functions as a cross-platform UI automation tool capable of performing interactions on Windows and mobile devices while routing tasks to distributed agents based on their hardware and software capabilities. The system is distinguished by its RAG-enhanced agent architecture, which integrates external documentation and previous execution traces to improve decision-making. It employs a hybrid UI detection approach that combines computer vis

    Ensures ordered, serial execution of tool calls with structured results and timeout propagation.

    Pythonagentautomationcopilot
    Ver en GitHub↗9,017
  • evcxr/evcxrAvatar de evcxr

    evcxr/evcxr

    6,436Ver en GitHub↗

    EvalXR is an interactive Rust compiler that compiles code into dynamically loaded libraries for iterative evaluation without restarting the process. It serves as a Rust Jupyter kernel, a notebook runtime, and a REPL environment, all with state retention across evaluations. The project provides a stateful Rust evaluation engine that runs code snippets in isolated sandboxes while keeping functions and variables alive between executions. It supports cell-based execution, compiling Rust code into a shared library and loading it into the same process to preserve state, with an error-aware compilat

    Evaluates Rust code snippets interactively while preserving state across evaluations for REPL and notebook environments.

    Rust
    Ver en GitHub↗6,436
  • amzn/style-dictionaryAvatar de amzn

    amzn/style-dictionary

    4,709Ver en GitHub↗

    Style Dictionary es un generador de estilos multiplataforma y sistema de construcción de tokens de diseño. Convierte una fuente única de variables de diseño en múltiples formatos de salida y archivos específicos de plataforma para mantener una fuente de verdad consistente en diferentes interfaces. El sistema funciona como un orquestador de estilos multiformato que fusiona fuentes de tokens modulares y los transforma según los requisitos de la plataforma de destino. Utiliza una interfaz de transformación programable para modificar valores y nombres de tokens, permitiendo la automatización de estilos de sistemas de diseño para aplicaciones web, iOS y Android. El proceso de construcción está basado en configuración, utilizando un objeto central para mapear conjuntos de tokens a reglas de transformación y salida. Emplea un mapeo de representación intermedia para mantener los tokens fuente agnósticos a la plataforma final, mientras utiliza adaptadores de formato conectables para definir cómo se escriben los tokens procesados en destinos específicos.

    Processes design tokens through a strict sequential pipeline of functions to modify values and names.

    JavaScript
    Ver en GitHub↗4,709
  • biomejs/gritqlAvatar de biomejs

    biomejs/gritql

    4,530Ver en GitHub↗

    GritQL is an AST-based code transformation engine and structural search tool. It uses a declarative query language to identify and rewrite source code patterns across multiple programming languages by matching abstract syntax tree nodes rather than literal text. The system functions as an automated refactoring framework for large-scale migrations and API updates. It distinguishes itself by utilizing sequential transformation pipelines and reusable blueprints that can be synced between local environments and remote repositories. The tool covers a broad range of capabilities including static a

    Applies multiple rewrite rules in a defined sequence, enabling complex multi-step code migrations.

    Rustastcodemodjavascript
    Ver en GitHub↗4,530
  1. Home
  2. Development Tools & Productivity
  3. Sequential Execution Engines

Explorar subetiquetas

  • Sequential Evaluation Engines1 sub-etiquetaMechanisms for running serial evaluation samples on persistent agent instances. **Distinct from Sequential Execution Engines:** Distinct from general sequential execution: focuses on maintaining persistent agent state across multiple evaluation samples.
  • Sequential Transformation PipelinesSystems that apply a series of code transformations in a strict order, where each step processes the previous output. **Distinct from Sequential Execution Engines:** Focuses on AST-based code transformation sequences rather than general automated task execution.