| Name | Type | Description |
|---|---|---|
assistant_id* | str | The agent identifier for path references |
sandbox_type | str | None | Default: NoneType of sandbox provider
( If |
interactive | bool | Default: TrueWhen |
cwd | str | Path | None | Default: None |
Get the base system prompt for the agent.
Loads the base system prompt template from system_prompt.md and
interpolates dynamic sections (model identity, working directory,
skills path, execution mode, and todo-list guidance for
interactive vs headless).
Example:
You are running as model {MODEL} (provider: {PROVIDER}).
Your context window is {CONTEXT_WINDOW} tokens.
... {CONDITIONAL SECTIONS} ...Override the working directory shown in the prompt.