Skip to main content

Crate agentic_tools_macros

Crate agentic_tools_macros 

Source
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§

TextFormat
Derive macro for implementing the TextFormat trait.