Expand description
External LLM driver adapter.
This driver is the narrow in-process seam for hosts that own a local model
runtime outside UAR but still want UAR to own agent execution, tool loops,
skills, and event semantics. The host supplies an async handler that accepts
UAR’s canonical LlmRequest and returns normalized stream events.
Structs§
- External
LlmDriver - UAR
LlmDriverimplementation backed by a host-provided async handler.
Type Aliases§
- External
Driver Handler - Async host callback used by
ExternalLlmDriver. - External
Driver Stream - Normalized stream returned by an external driver handler.