awesome-repositories.com
Blog
MCP
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
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

12 repository-uri

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

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

    atuinsh/atuin

    30,266Vezi pe 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
    Vezi pe GitHub↗30,266
  • vercel/aiAvatar vercel

    vercel/ai

    21,885Vezi pe 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
    Vezi pe GitHub↗21,885
  • nocobase/nocobaseAvatar nocobase

    nocobase/nocobase

    21,542Vezi pe 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
    Vezi pe GitHub↗21,542
  • letta-ai/lettaAvatar letta-ai

    letta-ai/letta

    21,168Vezi pe 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
    Vezi pe GitHub↗21,168
  • davila7/claude-code-templatesAvatar davila7

    davila7/claude-code-templates

    20,933Vezi pe 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
    Vezi pe GitHub↗20,933
  • lint-staged/lint-stagedAvatar lint-staged

    lint-staged/lint-staged

    14,460Vezi pe 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
    Vezi pe GitHub↗14,460
  • mame/quine-relayAvatar mame

    mame/quine-relay

    14,425Vezi pe 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
    Vezi pe GitHub↗14,425
  • mrkai77/loopAvatar MrKai77

    MrKai77/Loop

    10,063Vezi pe 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
    Vezi pe GitHub↗10,063
  • microsoft/ufoAvatar microsoft

    microsoft/UFO

    9,017Vezi pe 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
    Vezi pe GitHub↗9,017
  • evcxr/evcxrAvatar evcxr

    evcxr/evcxr

    6,436Vezi pe 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
    Vezi pe GitHub↗6,436
  • amzn/style-dictionaryAvatar amzn

    amzn/style-dictionary

    4,709Vezi pe GitHub↗

    Style Dictionary este un generator de stiluri cross-platform și un sistem de build pentru design tokens. Convertește o singură sursă de variabile de design în mai multe formate de output și fișiere specifice platformei pentru a menține o sursă unică de adevăr (source of truth) în diferite interfețe. Sistemul funcționează ca un orchestrator de stiluri multi-format care îmbină surse modulare de token-uri și le transformă pe baza cerințelor platformei țintă. Utilizează o interfață de transformare scriptabilă pentru a modifica valorile și numele token-urilor, permițând automatizarea stilurilor sistemului de design pentru aplicații web, iOS și Android. Procesul de build este bazat pe configurare, utilizând un obiect central pentru a mapa seturile de token-uri la regulile de transformare și output. Utilizează o mapare de reprezentare intermediară pentru a menține token-urile sursă agnostice față de platforma finală, folosind în același timp adaptoare de format pluggable pentru a defini modul în care token-urile procesate sunt scrise în destinații specifice.

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

    JavaScript
    Vezi pe GitHub↗4,709
  • biomejs/gritqlAvatar biomejs

    biomejs/gritql

    4,530Vezi pe 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
    Vezi pe GitHub↗4,530
  1. Home
  2. Development Tools & Productivity
  3. Sequential Execution Engines

Explorează sub-etichetele

  • Sequential Evaluation Engines1 sub-tagMechanisms 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.