8 Repos
Mechanisms for tracking query execution progress and connection metadata to resume interrupted database operations.
Distinct from Agentic Session Persistence: Focuses on database script execution checkpoints rather than web session or agent state persistence.
Explore 8 awesome GitHub repositories matching data & databases · Execution State Persistence. Refine with filters or upvote what's useful.
mycli is a MySQL command line client, database administration tool, and SQL query editor. It functions as a terminal interface for executing queries and managing MySQL connections, incorporating an integrated assistant that uses large language models to generate and analyze SQL statements based on the current database schema. The tool provides specialized query authoring capabilities, including context-sensitive syntax suggestions, fuzzy-matching identifier completion for tables and columns, and the ability to handover query buffers to external system text editors. It distinguishes its connec
Tracks script execution checkpoints and connection metadata to resume database operations after interruptions.
Optimism ist ein Ethereum Optimistic-Rollup-Stack, der den Transaktionsdurchsatz durch die Verarbeitung auf einer Layer-2-Lösung und die anschließende Abwicklung auf dem Ethereum-Mainnet erhöht. Es fungiert als Skalierungs-Framework, das einen Rollup-Sequencer nutzt, um Transaktionen zu ordnen, Blöcke zu erstellen und gebündelte Daten an die primäre Blockchain zu übermitteln. Das System bietet ein Fraud-Proof-System, das On-Chain-Instruktionsemulation verwendet, um Streitigkeiten zu lösen und die Korrektheit von Zustandsübergängen zu verifizieren. Es enthält ein dediziertes Toolset für das Deployment und die Aktualisierung der Smart Contracts, die für den Aufbau und die Wartung des Skalierungsnetzwerks erforderlich sind. Das Projekt deckt breite Funktionsbereiche ab, darunter Blockchain-Zustandssynchronisation, Cross-Chain-Messaging und Sequencer-Administration mit Hochverfügbarkeits-Failover. Zudem bietet es Infrastruktur für Datenverfügbarkeit, Fault-Proof-Generierung und ein serviceorientiertes Framework für die Entwicklung von Blockchain-Komponenten. Das Repository enthält ein Development Kit mit Utilities für Account-Management, Netzwerksimulation und Integrationstests, um das Systemverhalten und die Stabilität von Upgrades zu validieren.
Provides a recovery process to synchronize the canonical chain by determining required data from the first layer.
RQAlpha is a Python-native quantitative trading backtesting framework and live trading execution system. It provides an event-driven engine for simulating trading strategies against historical market data, with realistic transaction costs, slippage models, and corporate action handling. The platform supports multi-asset class trading including stocks, futures, options, and REITs, with separate sub-accounts for different asset types and configurable margin requirements. The framework distinguishes itself through a plugin-based extensible architecture that allows users to swap out core componen
Saves and restores the full strategy state so execution can be paused and resumed across sessions.
Monty is a sandboxed execution environment designed primarily for running Python code generated by AI models. It provides a secure, isolated runtime that blocks host access, enforces resource limits, and supports pre-execution type checking against built-in type hints to catch signature mismatches before code runs. The sandbox can persist its interpreter state at external function calls, allowing execution sessions to be serialized, stored, and later resumed from a file or database. What distinguishes Monty is its combination of stateful, resumable execution with multi-language native embeddi
Persists parsed code and runner settings so they can be loaded and re-executed later across sessions.
ROMA ist eine agentenbasierte Workflow-Engine und ein rekursiver Aufgaben-Orchestrator zur Koordination autonomer Agenten bei der Ausführung komplexer Workflows. Es fungiert als Multi-Agenten-Framework, das übergeordnete Ziele in atomare Teilaufgaben zerlegt und deren Ausführung über einen Abhängigkeitsgraphen verwaltet. Das System zeichnet sich durch eine hierarchische Plan-Ausführungs-Schleife aus, die Ziele rekursiv zerlegt und Ergebnisse von Blattknoten-Aufgaben nach oben hin synthetisiert. Es stellt die Ausführungsreinheit durch atomare Aufgabenisolierung sicher, indem einzelnen Aufgaben dedizierte Speicherverzeichnisse zugewiesen werden, um Dateninterferenzen zu vermeiden. Die Plattform deckt breite Funktionsbereiche ab, einschließlich Agenten-Observability, die Ausführungspfade und Performance-Metriken verfolgt, sowie tool-gestützte Ausführung unter Verwendung von sandboxed Code und externen Toolkits. Zudem bietet sie eine programmatische Schnittstelle für servergesteuerte Orchestrierung und Persistenz des Zustands durch Checkpoint-basiertes Logging.
Records task checkpoints and execution logs in a database for state persistence and recovery.
This is a library of cryptocurrency trading algorithms and technical analysis strategies designed for use with the Freqtrade trading bot. The project provides a collection of pre-defined rules and mathematical indicators used to automate the buying and selling of digital assets. The repository focuses on algorithmic trading strategies and bot-driven asset management to remove manual execution from cryptocurrency trades. It enables quantitative trading analysis by allowing the development and testing of rule-based logic against historical market data. The system utilizes class-based strategy
Saves and restores the full trading strategy state including positions across sessions to ensure continuous trade management.
This project provides the formal technical specifications and reference logic for the Ethereum proof-of-stake consensus layer. It defines the standards for block production, state transition rules, and the beacon chain logic required to ensure consistent network agreement. The implementation covers specialized mechanisms for chain security and efficiency, including fork-choice algorithms for canonical chain determination, committee-based signature aggregation, and KZG-based blob commitments for data availability. It also specifies the protocols for light client synchronization using sync comm
Updates the execution engine by reorganizing the payload chain to a new head and persisting finalized state.
Erigon is an Ethereum execution client and blockchain archive node designed to maintain full or archive copies of the blockchain. It functions as a Proof-of-Stake validator, an Ethereum RPC server, and a network validator operation tool, providing the core infrastructure to validate blocks and secure the chain. The project distinguishes itself through high-performance storage and data distribution, utilizing a flat key-value state storage system instead of a Merkle Patricia Trie to increase read and write speeds. It employs BitTorrent-based data distribution for immutable historical blockchai
Implements a synchronization process that reorganizes the payload chain to verify and persist the finalized blockchain state.