telos_score
Score a proposed agent action against a Purpose Anchor to determine if it should be executed, clarified, or escalated, with a six-dimension score breakdown and an integrity receipt.
Instructions
Score a proposed agent action against the active Purpose Anchor.
Returns a verdict (EXECUTE / CLARIFY / ESCALATE) plus a 6-dimension
score breakdown across purpose, scope, boundary, tool, chain, and
codebase_fidelity. Each call also mints an unsigned integrity-hash
receipt (shared telos-receipt envelope) that telos_verify -- and the
telos-trust-surface -- can verify with no translation.
Args: action_name: Name of the action being proposed (e.g. "write_file"). action_params: Parameter dict the agent intends to pass to the action. agent_id: Stable identifier of the agent proposing the action.
Returns: Dict with keys: verdict, composite_score, scores, agent_id, action_name, receipt, stub, engine.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | ||
| action_name | Yes | ||
| action_params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||