Render TD Brain Cockpit
td_cockpit_renderRender a local cockpit UI to visualize BrainPlan or transaction data from prior td_brain_plan or td_brain_execute calls. Use this read-only presentation after retrieving authoritative data.
Instructions
Use this when you already have BrainPlan or transaction data and want to render the optional local cockpit UI. This is read-only presentation; call td_brain_plan or td_brain_execute first for authoritative data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | No | BrainPlan dict or td_brain_plan result to summarize. | |
| title | No | Human-readable cockpit title. | TDPilot Brain Cockpit |
| trace | No | Optional BrainTrace or trace summary. | |
| transaction_result | No | TransactionResult dict or td_brain_execute result to summarize. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||