Projects
init
Scaffold a new agent project:
agentpaas init ./my-agent
agentpaas init ./my-agent --noninteractive
validate
agentpaas validate ./my-agent
Checks layout and pack readiness without building.
Typical layout
agent.yaml- name, version, runtime hintspolicy.yaml- egress and capabilities- entry module (for example
main.py) with invoke handler
Prefer the Hermes authoring flow for first projects; use these commands when automating or repairing.