Expand description
Tool registry, dispatch, and minimal filesystem tools.
Structs§
- Catalog
- The validated tool registry built during agent creation.
- Hook
Identity - External identity used when a tool participates in extension hooks.
- Tool
Context - Dependencies available only to terminal tool handlers.
- Tool
Result - The result returned to the model for one tool call.
- Tools
- Middleware that contributes an explicit list of tools.
Enums§
- Approval
Requirement - Whether a tool requires sandbox mutation approval.
- Execution
Mode - Whether a tool can overlap other calls in its model-produced batch.
Constants§
- MANIFEST
- Configuration and presentation metadata for workspace tools.
Traits§
- Tool
- A named tool Adapter registered by middleware.