ctrlrun.Action — class, defined at src/ctrlrun/action.py:178
action_id matches (SPEC-v0.1 §2.1). Identical content shares an action_hash.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A proposed agent action: what, with which arguments, by whom, on what.
ctrlrun.Action — class, defined at src/ctrlrun/action.py:178
from ctrlrun import Action
class Action
def __init__(name: str, arguments: Mapping[str, Any], principal: Principal, resource: str | None = None, environment: str = 'production', action_id: str = _new_action_id())
action_id matches (SPEC-v0.1 §2.1). Identical content shares an action_hash.
Was this page helpful?