实现Agent对话,合格自动提交,不合格补充材料的能力

This commit is contained in:
wandering
2026-06-14 12:56:33 +08:00
parent 8dd91df3b9
commit 46305fdebb
68 changed files with 8914 additions and 1908 deletions

View File

@@ -6,9 +6,7 @@
from src.doc.invoice import (
INVOICE_LEVEL_COLUMNS,
PAYMENT_RECORD_COLUMNS,
)
from src.doc.invoice import (
_classify_invoice_batch as classify_invoice_batch,
classify_invoice_batch,
)
# 字段键名与发票类型(与源码中的字符串字面量保持一致)