Skip to main content

Module async_middleware

Module async_middleware 

Source
Expand description

Async middleware for LLM-compatible tool execution

Proper composition pattern with async/await support. Suitable for tokio-based systems handling LLM operations.

Structs§

AsyncCachingMiddleware
Async caching middleware with UnifiedCache (migrated from LruCache)
AsyncLoggingMiddleware
Async logging middleware
AsyncMiddlewareChain
Async middleware chain executor
AsyncRetryMiddleware
Async retry middleware with exponential backoff
ToolRequest
Tool request
ToolResult
Tool result

Traits§

AsyncMiddleware
Async middleware trait