symbi-runtime 1.10.0

Agent Runtime System for the Symbi platform
Documentation
1
2
3
4
5
6
7
8
//! Inference provider implementations
//!
//! Wraps existing `LlmClient` and `SlmRunner` with the unified `InferenceProvider` trait.

#[cfg(feature = "cloud-llm")]
pub mod cloud;

pub mod slm;