yasuki_core.engine.action_log.ActionLog.append#

ActionLog.append(entry)[source]#

Append entry to the tape. For an intent entry, enforce non-decreasing seq against the prior intent (raising ValueError on a regression — an out-of-order or duplicated record); chat and session entries carry no seq and append freely.