daimon 0.16.0

A Rust-native AI agent framework
Documentation
1
2
3
4
5
6
//! The [`Model`] trait — the plugin interface for LLM providers.
//!
//! Defined in [`daimon_core`] and re-exported here.

pub use daimon_core::{ErasedModel, Model, SharedModel};
pub use daimon_core::{EmbeddingModel, ErasedEmbeddingModel, SharedEmbeddingModel};