- The Builder SDK for creating agents in Python
- The CLI tools for deployment
Quickstart
- Pull a remote project and set up local directory:
- Authenticate with cloud:
- Create and test an agent:
- Or create and test a flow:
- Push all changes:
Commands
Core project:kapso pull [--project-id]- Pull remote project and set up local directory with agents/, flows/, functions/kapso login- Authenticate with Kapso Cloudkapso push [--yes] [--dry-run]- Push all local changes to cloud
kapso agent init <name>- Create new agent in agents/ directorykapso agent pull <name>- Pull specific agent from cloudkapso agent push <name>- Push agent to cloud (create or update)kapso agent snapshot <name>- Create test snapshot with web URLkapso agent list [--remote]- List local and/or remote agents
kapso flow init <name>- Create new flow in flows/ directorykapso flow pull <name>- Pull specific flow from cloudkapso flow push <name>- Push flow to cloud (create or update)kapso flow list [--remote]- List local and/or remote flows
kapso functions list- List JavaScript serverless functionskapso functions push <file>- Upload/update functionkapso functions pull <name>- Download function
--verbose, -v- Enable detailed output

