## Feature Description `draft-intent` returns hardcoded amount `'10'` (#932). Implement real parsing (rules or LLM behind flag) producing typed intents with risk scores (#837 done). ## Problem Statement AI agent MVP cannot draft correct payments; misleading for integrators. ## Proposed Solution 1. Deterministic parser for amount/asset/destination patterns. 2. Optional LLM provider behind env key (never auto-execute). 3. Property tests for amount extraction. 4. Close #932. ## Impact Area - [x] Infrastructure - [x] SDK ## Priority - [x] Medium ## Implementation Complexity - [x] Complex ## Related #932, roadmap 5.9
Feature Description
draft-intentreturns hardcoded amount'10'(#932). Implement real parsing (rules or LLM behind flag) producing typed intents with risk scores (#837 done).Problem Statement
AI agent MVP cannot draft correct payments; misleading for integrators.
Proposed Solution
Impact Area
Priority
Implementation Complexity
Related
#932, roadmap 5.9