AgentKit (Autonomous Agents)
Action surface
Action
Purpose
The safety model
thetanutsActionProvider({
safetyLimits: {
maxNotionalUsdcPerAction: 50_000_000n, // $50 hard cap per action
maxApprovalAmount: 'exact', // never grant MAX_UINT256
allowedCollateral: ['USDC'],
// onWriteAction: (ctx) => 'allow' | 'reject' — host audit/review hook
},
})Two ways to consume it
Walkthrough skill
Requirements
Last updated

