Skip to main content

Crate fastllm_core

Crate fastllm_core 

Source
Expand description

LLM routing and model loading contracts for Odyssey.

Re-exports§

pub use autoagents_llm as auto;

Structs§

AutoagentsProviderConfig
EchoProvider
LlmGateway
LlmMessage
LlmRequest
LlmResponse
LlmTool
LlmToolCall
ModelInfo
ModelLoadRequest
ModelRoute
TokenUsage

Enums§

LlmGatewayError
LlmStreamEvent

Traits§

LlmProvider
Core trait that all LLM providers must implement, combining chat, completion and embedding capabilities into a unified interface

Functions§

build_autoagents_provider