Intent System
Intent System: Decision-Making with Precision
The Intent System is Aika’s cognitive layer, responsible for decision-making. Using hierarchical intent classification models, it processes and prioritizes user requests with sub-second response times.
Key Intent Types
Confirmation Intents:
ConfirmBuy
,ConfirmSell
, andConfirmTransfer
summarize requested actions for user validation.
Execution Intents:
Executes buy/sell orders, transfers, and other transactions based on previously confirmed intents.
Clarification and Error Intents:
Dynamically refine incomplete inputs or provide alternative solutions for unsupported requests.
Safety Features
Context-Aware Logic: Ensures execution intents always reference validated confirmation intents.
Chain-Integrated Validation: Verifies user balances, chain compatibility, and market data before execution.
Last updated