feat(WHE-23): add hybrid purchase parser with persisted parse metadata

This commit is contained in:
2026-03-05 04:43:57 +04:00
parent 3b1b6468db
commit ebb6ce4ce6
14 changed files with 1881 additions and 7 deletions

View File

@@ -1 +1,9 @@
export { calculateMonthlySettlement } from './settlement-engine'
export {
parsePurchaseMessage,
type ParsedPurchaseResult,
type ParsePurchaseInput,
type ParsePurchaseOptions,
type PurchaseParserLlmFallback,
type PurchaseParserMode
} from './purchase-parser'