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