Title here
Summary here
Create a new agent interactively
Create a new agent directory with a scaffolded AGENT.md file.
If [path] is provided, the agent is created in that directory. If no path is provided, a directory named after the agent is created.
The command is interactive and will prompt for details unless they are provided via flags.
Examples:
aix agent init
aix agent init my-agent
aix agent init my-agent –name my-agent –description “Review code”
aix agent init review –name review –model claude-3-5-sonnet
aix agent init [path] [flags] -d, --description string short description
-f, --force overwrite existing file
-h, --help help for init
--model string AI model to use
--name string agent name (required) --log-file string write logs to file in JSON format
--log-format string log format: text, json (default "text")
-p, --platform strings target platform(s): claude, opencode (default: all detected)
-q, --quiet suppress non-error output
-v, --verbose count increase verbosity level (e.g., -v, -vv)