append
Method
This is a method of the RunJournal class in the journal module.Append
ev to the journal (idempotent on run_id/seq/kind).
Re-appending the same (run_id, seq, kind) — which happens if a
replayed step is (harmlessly) re-journalled — updates the payload
rather than raising, keeping the journal the single source of truth.
Signature
Parameters
JournalEvent
required
No description available.
Uses
ValueErrorexecute
Source
View on GitHub
praisonaiagents/runtime/journal.py at line 309
