Skip to main content

Module tools

Module tools 

Source
Expand description

Tool registry, dispatch, and minimal filesystem tools.

Structs§

Catalog
The validated tool registry built during agent creation.
HookIdentity
External identity used when a tool participates in extension hooks.
ToolContext
Dependencies available only to terminal tool handlers.
ToolResult
The result returned to the model for one tool call.
Tools
Middleware that contributes an explicit list of tools.

Enums§

ApprovalRequirement
Whether a tool requires sandbox mutation approval.
ExecutionMode
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.