Expand description
Proc macros for the agentic-tools library family.
This crate provides:
#[tool]attribute macro for defining tools#[derive(TextFormat)]for implementing the TextFormat trait
Attribute Macros§
- tool
- Attribute macro to define a tool from an async function.
Derive Macros§
- Text
Format - Derive macro for implementing the TextFormat trait.