llmkit-core 0.1.0

Core traits, types, and errors for llmkit-rs — no I/O, runtime-agnostic
Documentation

Core traits, types, and errors shared by every llmkit crate.

This crate has no I/O and no async runtime dependency. Provider adapters (llmkit-openai, llmkit-anthropic, llmkit-ollama) implement [LlmProvider] against these types; middleware and the facade crate build on top of them.