Skip to main content

Crate resonai_macros

Crate resonai_macros 

Source
Expand description

Reson procedural macros

Provides ergonomic decorators for agentic functions and tool definitions.

Attribute Macros§

agentic
#[agentic] attribute macro for async functions
agentic_generator
#[agentic_generator] attribute macro for async generator functions

Derive Macros§

Deserializable
#[derive(Deserializable)] for streaming-parseable types
Tool
#[derive(Tool)] for tool structs