instrument_agent

Attribute Macro instrument_agent 

Source
#[instrument_agent]
Expand description

Instruments an agent function with tracing.

Usage:

#[instrument_agent]
async fn think(&self) { ... }