Expand description
§LLM Provider Module
Thread-safe LLM provider abstraction for multi-agent use. Wraps genai::Client with Arc<RwLock<>> for shared state.
Structs§
- GenAI
Provider - Thread-safe LLM provider implementation using Arc<RwLock<>>.
- LlmResponse
- Response from a non-streaming LLM call, carrying text and token usage.
Constants§
- EOT_
SIGNAL - End of transmission signal