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

Kapso CLI

Prerequisites:

  • Python 3.8+ installed on your machine
  • A Kapso account (sign up at app.kapso.ai)

Create and run your agent

First, install the Kapso SDK:

Install Kapso SDK
pip install kapso

Log in to your Kapso account through the CLI:

Login to Kapso
kapso login

Initialize a new agent project:

Initialize Project
kapso init

Navigate to your project directory and run your agent:

Run Agent
cd my-agent-project
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]