Create a new agent in your Kapso project.

kapso create agent [-n <value>] [-p <value>] [-s <value>]

Options

FlagDescription
-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:

kapso create agent

With specific name:

kapso create agent --name "My Agent"

With name and project:

kapso create agent --name "My Agent" --project-id "proj_123456"

Notes

  • Uses default project when project ID is omitted
  • Configuration can be manually edited after generation
  • Deploy with kapso deploy