You can create and run your agent with the Kapso CLI or with our web app.

Kapso CLI

Prerequisites:

  • Node.js installed on your machine
  • A Kapso account (sign up at app.kapso.ai)

Create and run your agent

First, install the Kapso CLI globally on your system:

Install Kapso CLI
npm install -g kapso-cli

Log in to your Kapso account through the CLI:

Login to Kapso
kapso login

Create your first agent project:

Create Agent
kapso create agent

Run your agent:

Run Agent
cd your-agent
kapso run

You’ll see the chat console appear where you can interact with your agent:

Agent Chat
✔ Chat session initialized

   ╭─────────────────────────────────────╮
   │                                                           │
   │   Kapso Agent Chat                                        │
   │                                                           │
   │   Type your messages and press Enter to send.             │
   │   Type "/exit" or press Ctrl+C to end the conversation.   │
   │                                                           │
   ╰─────────────────────────────────────╯

You: hola
⠦ Waiting for response...
Assistant: 
   ¡Hola! ¿En qué puedo ayudarte hoy? 
You: 

Web app

[pending documentation]