- Prompt/programmatic agents live in
.agents/(programmatic agents usehandleStepsgenerators). - Generator functions execute in a sandbox; agent templates define tool access and subagents.
Direct commands without codebuff prefix:
codebuff shims install codebuff/base-lite@1.0.0
eval "$(codebuff shims env)"
base-lite "fix this bug"- Tool definitions live in
common/src/toolsand are executed via the SDK helpers + agent-runtime.