hs-predict 0.3.0

HS code prediction for chemical products — Akinator-style interactive classification with rule-based and LLM hybrid engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! LLM API client for HS code classification (implemented in v0.4).
//!
//! This module will provide:
//! - Async client for Claude / OpenAI-compatible APIs
//! - Context-aware prompt builder using product description + SMILES analysis
//! - Structured output parsing (HS code + confidence + rationale)
//!
//! Enabled by the **`llm`** Cargo feature.
//! A mock client for testing is available via the **`mock`** feature.

// v0.4 TODO: implement LlmClient, LlmConfig, and mock client