Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
praisonai_derive
Rust AI Agent SDK Procedural macros for PraisonAI This crate provides the#[tool] attribute macro for defining tools.
Example
Import
Functions
tool()
The
#[tool] attribute macro for defining tools. This macro transforms a function into a tool that can be used by agents. # Attributes -…
