daimon 0.17.0

A Rust-native AI agent framework
1
2
3
//! Types for the retriever module — re-exported from `daimon-core`.

pub use daimon_core::Document;