execute_intent
Convert natural language trading requests into actionable plans with constraint solving and execution upon approval.
Instructions
Transform a natural language trading intent into a concrete plan and execute it. Example: 'Get me $10K AI exposure, max 2% per stock'. Parses intent → solves constraints → presents plan for approval → executes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intent | Yes | Natural language trading intent | |
| dry_run | No | If true, return the plan without executing (default: true for safety) |