Agent
Exposes Synth’s agentic toolset to the Agentic Runtime 2.0 — a bounded reasoning loop that lets Synth read/write files, run shell commands, and delegate focused sub-tasks to short-lived sub-agents (Drones). Every action is sandboxed and gated by security levels.
The plugin is enabled by the AGENT_ENABLED toggle (re-read on every call);
agentic routing additionally requires AGENTIC_ROUTING_ENABLED.
Actions
Action |
Purpose |
|---|---|
|
List files inside the sandbox. |
|
Read a text file inside the sandbox. |
|
Write/append a text file (≤ 2 MB). |
|
Literal find-and-replace inside a sandboxed file. |
|
Read-only in-sandbox grep (substring or regex). |
|
Run a shell command (container-only unless |
|
Delegate a scoped sub-task to a short-lived Drone sub-agent. |
|
Continue a previously started agent task. |
|
Persist a short note for later turns. |
All filesystem actions are confined to AGENT_FS_ROOTS (default /app and the
log dir). Drones cannot spawn Drones.
Configuration
Key |
Purpose |
|---|---|
|
Master enable toggle. |
|
LLM engine used by the agent loop (falls back to |
|
Agent loop budget. |
|
Allow |
|
Drone budget. |