UNPKG

aipi-agent-x402

Version:

A I P I - agent kit x402 starter template

34 lines (22 loc) 533 B
# aipi-agent-cli A simple CLI tool to quickly set up the AiPI agent kit x402 starter template. ## Usage ```bash npx aipi-agent-cli [project-name] ``` ## What it does 1. Clones the AiPI repository 2. Navigates to the onchain-agent directory 3. Installs all dependencies 4. Provides next steps for setup ## Example ```bash npx aipi-agent-cli my-agent-project ``` This will create a new directory called `my-agent-project` with the full AiPI agent setup. ## Requirements - Node.js (v18 or higher) - Git - npm ## License MIT