Expand description
Gateway traits that abstract external language models and tools.
Modules§
Structs§
- Gateway
Registry - Registry that collects available gateway implementations.
Enums§
- Gateway
Kind - Helper enum to enumerate gateway kinds without leaking provider details.
Traits§
- Language
Model - Minimal LLM contract; concrete providers live in adapter modules.
- Tool
Adapter - Tool invocation surface so executors can call arbitrary side-effecting endpoints.