Skip to main content

Module liter_driver

Module liter_driver 

Source
Expand description

LLM driver implementation backed by [liter_llm::DefaultClient].

This replaces the legacy ChatCompletionsDriver and ResponsesDriver with a single unified driver that handles all 142+ providers via liter-llm’s provider abstraction, including tool-call normalization across Anthropic, Google, Mistral, and all OpenAI-compatible APIs.

Structs§

LiterLlmDriver
LLM driver powered by liter-llm’s DefaultClient.