Skip to main content

Crate daimon_macros

Crate daimon_macros 

Source
Expand description

Proc macros for the Daimon AI agent framework.

Provides #[tool_fn] to derive Tool implementations from plain async functions.

Attribute Macrosยง

tool_fn
Derives a [Tool] implementation from an async function.