sevensense-interpretation 0.1.0

LLM-powered interpretation for 7sense bioacoustics platform
Documentation
1
2
3
4
5
6
//! Infrastructure layer for the Interpretation bounded context.
//!
//! Contains implementations for evidence building and claim generation.

pub mod evidence_builder;
pub mod claim_generator;