request_approval
Submit a plan for human review and get the approved or edited version to execute. Blocks until approval, ensuring human oversight.
Instructions
Submit a task execution plan for human review in the AgentTakt editor.
Blocks until the human approves or rejects the plan in the TUI. Returns {"status": "approved" | "rejected", "plan": , "reason": <str | null>}. The returned plan may differ from the submitted one (the human can edit nodes, edges and parameters) — always execute the returned plan.
Args: plan: Plan JSON with graph_id, nodes[] and edges[] (must be a DAG). summary: One-line description shown in the editor header.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | Yes | ||
| summary | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||