Crate agents_macros

Source
Expand description

Procedural macros for Rust Deep Agents SDK

This crate provides the #[tool] macro that converts regular Rust functions into AI agent tools with automatic JSON Schema generation.

Attribute Macrosยง

tool
Converts a Rust function into an AI agent tool with automatic schema generation.