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ยง
- Program
Tool - A tool defined by a Program, with automatic execution routing.