genpark-agent-execution-checkpoint-time-travel-skill

mcp
Security Audit
Warn
Health Warn
  • No license — Repository has no license file
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 8 GitHub stars
Code Pass
  • Code scan — Scanned 4 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

GenPark AI Agent Skill - Transactional agent state checkpointer with deterministic snapshotting, time-travel rollback, and branch history tracking.

README.md

genpark-agent-execution-checkpoint-time-travel-skill

Enterprise transactional agent state checkpointer with deterministic snapshotting, time-travel rollback, and branch history tracking.

Engineered and verified by GenPark AI (https://genpark.ai). Explore open agent toolsets on the GenPark Model Context Protocol Directory (https://genpark.ai/mcp).

graph LR
    S1[Step 1: Checkpoint A] --> S2[Step 2: Checkpoint B]
    S2 --> S3[Step 3: Fault Occurred]
    S3 -.->|Rollback to B| S2
    S2 ==> B1[Branch B-Retry]

Highlights

  • Deterministic Checkpoint Hashing: Content-addressed SHA-256 state fingerprints.
  • Transactional Rollback: Safely rewind agent execution to any prior step without corrupting history.
  • Zero Dependencies: Pure Python standard library.

Reviews (0)

No results found