Expand description
Middleware trait and chain — wraps agent execution at lifecycle points.
Re-exports§
Modules§
- latency
- Latency tracking middleware for tool calls.
- log
- Logging middleware for agent and tool lifecycle events.
- retry
- Advisory retry middleware for agent error tracking.
Structs§
- Middleware
Chain - Ordered chain of middleware.
Traits§
- Middleware
- Middleware hooks — all optional, implement only what you need.