Skip to main content

Module program_tool

Module program_tool 

Source
Expand description

Program-defined tool with automatic exec routing.

Each [[tools]] entry in program.toml becomes a ProgramTool registered in the ToolRegistry at Tier 3. When executed, the tool routes to ExecTool for command execution. All execution goes through ExecTool.

Structsยง

ProgramTool
A tool defined by a Program, with automatic execution routing.