Durable execution without history replay

(trigora.dev)

16 points | by hypervs 3 days ago ago

2 comments

  • wood_spirit 21 minutes ago

    Kind of reminds me of how redis forks itself to have a snapshot to persist as a backup.

  • Trace88 3 hours ago

    Checkpointing the live continuation shifts recovery cost toward retained state rather than lifetime event count, which seems especially useful for agents with many completed tool calls.