Agent Commands
kapso run
Interactive chat with a Kapso agent
Start an interactive chat session with a Kapso agent.
Arguments
Argument | Description | Default |
---|---|---|
AGENTID | Agent identifier | From agent.yaml |
Description
Initiates an interactive terminal session with the specified agent. Useful for local testing and debugging agent behavior.
Process flow:
- Creates a snapshot with the locally defined agent
- Establishes connection to deployed agent
- Creates interactive terminal interface
- Handles bidirectional message exchange
The created snapshot can also be tested on the web interface.
Examples
With local configuration:
With explicit agent ID:
Notes
- Requires valid authentication token
- Session history is ephemeral
- Exit with Ctrl+C
- Changes made locally will be reflected in the test session
- The snapshot is accessible through the web interface for team collaboration