Module builder

Module builder 

Source
Expand description

Tool Builder for Runtime Tool Construction

This module provides a builder pattern for creating tools at runtime without requiring procedural macros. This is Level 3 of the tool creation spectrum.

Structs§

DynamicTool
Dynamic tool created by ToolBuilder
ToolBuilder
Builder for creating tools at runtime

Type Aliases§

DynamicToolFn
Type alias for dynamic tool execution function