Runtime

Runtime

init

Scaffold a new agent.yaml locally.

Synopsis

Shell
$ phrony init [DIR]

Description

Writes a minimal agent.yaml in DIR (default: current working directory). Does not contact the runtime.

Fails if agent.yaml already exists in the target directory.

Example

Shell
$ phrony init ./weather-assistant

On success:

Text
created ./weather-assistant/agent.yaml

Up next

validate

Check the scaffolded manifest.

Agent definition

Full field reference for kind: Agent.