Skip to main content
ctrlrun.Action — class, defined at src/ctrlrun/action.py:151
A proposed agent action: what, with which arguments, by whom, on what. Equality and hashing follow the proposal, not the content: two Actions are equal iff their action_id matches (SPEC-v0.1 §2.1). Identical content shares an action_hash.

Next