Expand description
Universal Tool Framework (UTF) Procedural Macros
This crate provides the procedural macros that power UTF’s code generation.
Users should depend on universal-tool-core, not this crate directly.
See parser.rs for detailed documentation on the feature propagation system.
Attribute Macros§
- universal_
tool - Attribute macro for individual tool methods within a universal_tool_router impl block.
- universal_
tool_ router - The main attribute macro for defining universal tools.