Expand description
Engine provider — thin wrapper around oxi-sdk’s Oxi.
oxios uses oxi-sdk as the AI engine. This module re-exports the EngineProvider trait for the kernel so it can be swapped for testing.
All provider/model resolution goes through oxi_sdk::OxiBuilder.
The OxiosEngine struct wraps the SDK instance and exposes a clean API.
Structs§
- OxiEngine
Provider - Default engine provider using oxi-sdk.
- Oxios
Engine - The kernel’s engine — wraps oxi-sdk’s Oxi instance.
Traits§
- Engine
Provider - Engine provider trait — abstracts how the kernel obtains AI providers.