@lit-protocol/fss-cli
v0.1.1-10
Published
A command-line interface for interacting with Lit Protocol agents.
Keywords
Readme
@lit-protocol/fss-cli
A command-line interface for interacting with Lit Protocol agents.
Installation
npm install -g @lit-protocol/fss-cliUsage
Once installed, you can start the CLI by running:
lit-agentThe CLI will guide you through:
- Setting up your agent wallet
- Configuring your OpenAI API key
- Interacting with your agent using natural language
First Time Setup
On first run, you'll need to:
- Either generate a new wallet or provide an existing private key
- Fund your wallet with Lit test tokens from the faucet
- Provide your OpenAI API key
Example Commands
You can interact with your agent using natural language. For example:
> What would you like to do?
send 10 USDC to 0x1234...
> What would you like to do?
transfer 5 ETH from my wallet to 0x5678...Policy Configuration
When executing sensitive operations, you can configure policies to restrict:
- Maximum transaction amounts
- Allowed tokens
- Allowed recipients
License
MIT
