Skip to main content

Module tool_executor

Module tool_executor 

Source
Expand description

Tool execution engine.

Executes built-in tools (moves) with capability checking, timeout enforcement, and SSRF protection for network-facing tools.

Structs§

ToolExecutionContext
Context passed to every tool execution.

Functions§

execute_tool
Execute a tool by name with the given input, checking capabilities first.