Shepherd
Runtime substrate that turns agent's execution into a Git-like trace
Shepherd is an early-stage Python runtime for building agents and meta-agents around reversible, inspectable execution traces. It records interactions and workspace changes as durable run histories instead of immediately applying an agent's output. Each result can be reviewed, executed separately, selected, merged, released, or discarded. Tasks are declared as Python functions whose signatures and documentation define the agent contract and required resources. Read-only and read-write...