nexil 0.8.0

Provider-agnostic LLM toolkit — streaming, tool calls, tape storage, OAuth
docs.rs failed to build nexil-0.8.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: nexil-0.6.2

Provider-agnostic LLM toolkit — streaming, tool calls, tape storage, OAuth.

Key types

Type Purpose
[LLM] High-level facade for chat completions and tool-calling loops.
[LLMBuilder] Fluent builder for configuring an [LLM] instance.
[ChatRequest] Parameters for a single chat completion or tool-calling request.
[StreamEvent] A single event emitted by a streaming LLM response.
[Tool] A callable unit the model can invoke, with optional handler.
[ToolSet] A validated collection of tools ready to send as the tools parameter.
[TapeContext] Configuration for building a prompt context window from tape entries.
[TapeManager] Persistent tape storage and retrieval.
[ConduitError] Unified error type across all nexil operations.