SpyBara
Go Premium

Documentation 2026-03-18 12:23 UTC to 2026-03-20 00:35 UTC

1 file changed +1 −1. View all changes and history on the product overview
2026
Tue 31 06:35 Sat 28 06:26 Fri 27 18:23 Thu 26 18:27 Wed 25 18:24 Mon 23 18:22 Fri 20 00:35 Wed 18 12:23 Tue 17 18:24 Mon 16 18:25 Sat 14 00:32 Fri 13 18:15 Wed 11 00:31 Mon 9 00:34 Sun 8 18:10 Sat 7 18:10 Fri 6 00:38 Thu 5 18:41 Wed 4 18:18 Tue 3 18:20

subagents.md +1 −1

Details

105**Notes:**105**Notes:**

106 106 

107- `agents.max_threads` defaults to `6` when you leave it unset.107- `agents.max_threads` defaults to `6` when you leave it unset.

108- `agents.max_depth` defaults to `1`, which allows a direct child agent to spawn but prevents deeper nesting.108- `agents.max_depth` defaults to `1`, which allows a direct child agent to spawn but prevents deeper nesting. Keep the default unless you specifically need recursive delegation. Raising this value can turn broad delegation instructions into repeated fan-out, which increases token usage, latency, and local resource consumption. `agents.max_threads` still caps concurrent open threads, but it doesn't remove the cost and predictability risks of deeper recursion.

109- `agents.job_max_runtime_seconds` is optional. When you leave it unset, `spawn_agents_on_csv` falls back to its per-call default timeout of 1800 seconds per worker.109- `agents.job_max_runtime_seconds` is optional. When you leave it unset, `spawn_agents_on_csv` falls back to its per-call default timeout of 1800 seconds per worker.

110- If a custom agent name matches a built-in agent such as `explorer`, your custom agent takes precedence.110- If a custom agent name matches a built-in agent such as `explorer`, your custom agent takes precedence.

111 111