marrow_agent_runtime
Get a full pre-action brief in one call: status, decision, risk gate, lessons, template, proof pack, and exact next step. Use before meaningful work to keep actions governed.
Instructions
One-call agent-native Marrow loop. Returns passive status, decision brief, risk gate, relevant lessons, template suggestion, required proof pack, before-you-act instruction, and exact next action. Use this before meaningful work when you want Marrow to guide the whole action in one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | Agent role/playbook: deploy, audit, patch, review, or general. | |
| type | No | Decision type, e.g. deploy, audit, patch, review. | |
| proof | No | Optional proof fields already collected, such as checks, rollback_target, smoke_result. | |
| action | Yes | What the agent is about to do. | |
| period | No | Lookback period in days, default 7, max 90. | |
| agentId | No | Optional agent_id filter. Defaults to MARROW_AGENT_ID. | |
| context | No | Optional non-sensitive metadata. | |
| surfaces | No | Surfaces to keep current, e.g. github, npm, docs, production, secrets. | |
| sessionId | No | Optional session id. Defaults to MARROW_SESSION_ID. |