Skip to main content
The Kapso Builder is a Python library that enables you to programmatically create sophisticated conversational AI agents using Python’s type-safe, IDE-friendly environment.

Quick example

Installation

Getting started

  1. Initialize a project: kapso init
  2. Create your agent: kapso agent init <name>, then edit agents/<name>/agent.py
  3. Test with web interface: kapso agent snapshot <name>
  4. Push to cloud: kapso agent push <name>

Learn more

For comprehensive documentation on all Builder SDK features, node types, and advanced patterns, see the Builder Reference section in the top navigation.