ctrlrun.ApprovalRequest — class, defined at src/ctrlrun/approval.py:394
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A pending question for a human: may this exact action run? (SPEC-v0.1 §4.1)
ctrlrun.ApprovalRequest — class, defined at src/ctrlrun/approval.py:394
from ctrlrun import ApprovalRequest
class ApprovalRequest
def __init__(request_id: str, action_hash: str, action: Action, created_at: datetime, expires_at: datetime, policy_hash: str | None = None, precondition_fingerprint: str | None = None, required_roles: tuple[RequiredRole, ...] = (), approvals_required: int = 1)
Was this page helpful?