Skip to main content

replay_index

Method
This is a method of the RunJournal class in the journal module.
Return a {(seq, kind): payload} lookup for memoised replay. The loop consults this during replay: a hit returns the recorded result instantly (no re-execution); a miss means real work restarts there.

Signature

Parameters

str
required
No description available.

Returns

Dict[tuple, Dict[str, Any]]
The result of the operation.

Uses

  • events

Source

View on GitHub

praisonaiagents/runtime/journal.py at line 362

Replay Feature