Static templates
No hosted inference and no managed-key mode. The files are guidance; enforcement begins only in the configured SDK runtime.
Law Operating Pack
Download AGENTS.md, five skills, a source-of-truth layout, and a DIY checklist. Static files do not activate enforcement or create receipts. To use the shipped controls, instantiate @agentguard-run/spend/operating-pack with signing keys and send each action through guardAction.
Paquete operativo legal
Descarga AGENTS.md, cinco skills, un diseño de fuente de verdad y un checklist. Los archivos estáticos no activan controles ni crean recibos. Para usar los controles incluidos, instancia @agentguard-run/spend/operating-pack con claves de firma y envía cada acción a guardAction.
Pacote operacional jurídico
Baixe AGENTS.md, cinco skills, um layout de fonte de verdade e um checklist. Os arquivos estáticos não ativam controles nem criam recibos. Para usar os controles incluídos, instancie @agentguard-run/spend/operating-pack com chaves de assinatura e envie cada ação para guardAction.
No hosted inference and no managed-key mode. The files are guidance; enforcement begins only in the configured SDK runtime.
The runtime defaults to READ_ONLY. It requires TRANSACT for client dispatch and ADMIN for trust-account actions, then returns an allow or block for the caller to enforce.
Each guarded call returns an Ed25519-signed metadata-only DAG node. The caller chooses where to persist it. Data-plane fields are rejected.
Files
Capability table
| Capability | Use | Blocked examples |
|---|---|---|
| READ_ONLY | Classify, summarize, reconcile, and prepare metadata-only packets. | Sending client email, trust ledger update. |
| TRANSACT | Create dispatch-ready drafts that still require human approval. | Trust transfer, policy change. |
| ADMIN | Trust-account actions, retention changes, and capability grants. | Unreviewed client dispatch. |
| ORCHESTRATE | Assign, revoke, or coordinate multiple matter agents. | Bypassing capability review. |