2 مستودعات
Tools for capturing and restoring process states to enable workflow resumption or branching.
Distinguishing note: Focuses on state persistence for workflow control rather than general logging or debugging.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Execution Checkpointing. Refine with filters or upvote what's useful.
CrewAI is a multi-agent orchestration framework designed for building autonomous systems that execute complex, multi-step workflows. It provides a development platform where specialized agents are defined with specific roles, goals, and tool sets to perform tasks collaboratively. By leveraging a declarative workflow engine, the system manages task dependencies, state transitions, and execution logic, allowing for the creation of structured, stateful sequences of operations. The framework distinguishes itself through its hierarchical management capabilities, which utilize manager agents to coo
CrewAI captures the state of a process to allow for mid-flight resumption or branching from specific saved points in a workflow.
This project is a secure container runtime that provides strong isolation for application workloads by implementing a userspace kernel. By intercepting system calls and executing them within a memory-safe, restricted environment, it minimizes the attack surface exposed to the host kernel. It functions as a drop-in engine for standard container orchestration platforms, ensuring compatibility with industry-standard runtime specifications while maintaining a hardened execution boundary. The runtime distinguishes itself through its ability to virtualize core system resources, including an indepen
Saves and restores container states to disk to enable service migration and persistence across host machines.