Getting Started
Installation
The Kapso SDK is a Python package that includes both the Builder SDK for creating agents and the CLI tools for testing and deployment.
Prerequisites
- Python 3.8 or higher
- pip (Python package installer)
Installation
Install the Kapso SDK using pip:
This single installation provides:
- Builder SDK: Python API for creating agents programmatically
- CLI Tools: Command-line interface for testing and deployment
Verification
Verify your installation:
Expected output shows both SDK and CLI versions:
Updating
Update to the latest version:
Virtual Environment (Recommended)
It’s recommended to use a virtual environment: