Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@saiso/cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@saiso/cli
SAISO is a developer-first CLI for building, testing, and publishing EVM and SVM blockchain agents with ElizaOS-style runtime patterns, MCP server orchestration, payment-aware tool calls, policy guardrails, and template-based feature installation.
Install
npm install -g @saiso/cli@rcThe package installs the saiso binary:
saiso --help
saiso new my-agent --env testnet
cd my-agent
bun install
saiso add gas_estimation --yes
saiso devCommon Feature Installs
saiso add privy_client_base --yes
saiso add privy_wallet_lifecycle --yes
saiso add privy_balance_and_history --yes
saiso add privy_transfer --yes
saiso add privy_signing_evm --yes
saiso add gas_estimation --yesRepository
Source, docs, release notes, and issue tracking live at: