Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 528 Bytes

File metadata and controls

21 lines (13 loc) · 528 Bytes

Agents and Tools

Agents

  • Prompt/programmatic agents live in .agents/ (programmatic agents use handleSteps generators).
  • Generator functions execute in a sandbox; agent templates define tool access and subagents.

Shell Shims

Direct commands without savant-code prefix:

savant-code shims install savant-code/[email protected]
eval "$(savant-code shims env)"
base-lite "fix this bug"

Tools

  • Tool definitions live in common/src/tools and are executed via the SDK helpers + agent-runtime.