pub async fn analyze(input: &str, config: &Config) -> Result<HarnessResult>Expand description
Top-level convenience function. Loads soul + backend from config, runs the full two-stage pipeline, returns a HarnessResult.
pub async fn analyze(input: &str, config: &Config) -> Result<HarnessResult>Top-level convenience function. Loads soul + backend from config, runs the full two-stage pipeline, returns a HarnessResult.