@usefloat/cli
v0.3.6
Published
Float CLI for AI agents. One command to provision a wallet, fund it, and manage guardrails.
Downloads
205
Maintainers
Readme
@usefloat/cli
Terminal-first onboarding and wallet control for Float.
Commands
float init
float fund
float treasury
float status
float logs
float set-budget 50
float kill
float resume
float allocate --agent default --amount 25Funding Model
Hosted Float mode now separates:
- treasury allocation: owner treasury wallet -> agent wallet
- agent spending: agent wallet -> vendor/API
That means users should fund the treasury wallet first, then allocate into agents.
Required Environment Variables
Hosted mode:
FLOAT_API_URLTRITON_ONE_RPC_URL
Local Dynamic mode:
DYNAMIC_ENVIRONMENT_IDDYNAMIC_API_KEYTRITON_ONE_RPC_URL
Example
npx @usefloat/cli init
float treasury
float allocate --agent default --amount 50