execute_intent
Transform natural language trading requests into actionable plans by parsing intent, solving constraints, and executing after 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) |