Module gateway

Module gateway 

Source
Expand description

Gateway traits that abstract external language models and tools.

Modules§

anthropic
openai
speech
Speech adapter traits for voice and transcription integrations.

Structs§

GatewayRegistry
Registry that collects available gateway implementations.

Enums§

GatewayKind
Helper enum to enumerate gateway kinds without leaking provider details.

Traits§

LanguageModel
Minimal LLM contract; concrete providers live in adapter modules.
ToolAdapter
Tool invocation surface so executors can call arbitrary side-effecting endpoints.