Expand description
Tool runtime layer with validation, timeout, and bounded parallelism.
ToolRuntime wraps a ToolRegistry and enforces RuntimePolicy
constraints during tool execution: JSON schema validation, per-tool
timeouts, bounded concurrency, and execution recording to an
ExecutionStore.
Structsยง
- Tool
Execution Outcome - Outcome of running a single tool call within the runtime.
- Tool
Runtime - Runtime layer that orchestrates tool execution with policy enforcement.