Toolboxes
Toolboxes reference sets of tools outside the Builder's active context window. This keeps the prompt lightweight while still giving the agent access to a broad execution surface when needed.
How they work
Instead of exposing every tool directly to the Builder, you register them inside a Toolbox. When the Builder needs to act, the agent can:
- Resolve one specific referenced tool.
- Combine several referenced tools into a command-line-style execution chain.
This preserves context space while still allowing flexible execution across a large tool set.
When to use
Toolboxes are ideal when:
- You want to avoid cluttering the Builder's context window with too many tools.
- You have a family of related tools that should stay available behind one entry point.
- You want the agent to either pick one tool precisely or combine multiple tools on demand.