Agent Commands
kapso create agent
Create a new agent in your Kapso project
Create a new agent in your Kapso project.
Options
Flag | Description |
---|---|
-n, --name=<value> | Agent name |
-p, --project-id=<value> | Target project ID |
-s, --system-prompt=<value> | System prompt |
Description
Initializes a new agent configuration. In interactive mode, prompts for required parameters not supplied as flags.
Generated files:
agent.yaml
- Node and edge configurations for the knowledge graph
Examples
Interactive mode:
With specific name:
With name and project:
Notes
- Uses default project when project ID is omitted
- Configuration can be manually edited after generation
- Deploy with
kapso deploy