实现Agent对话,合格自动提交,不合格补充材料的能力
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
---
|
||||
last_reviewed: 2026-06-11
|
||||
---
|
||||
|
||||
# scripts — 测试脚本目录
|
||||
|
||||
存放用于测试各模块功能的独立脚本,可直接运行。
|
||||
|
||||
## 脚本清单
|
||||
|
||||
| 文件 | 说明 |
|
||||
|------|------|
|
||||
| `test_multimodal.py` | 测试 PDF 多模态提取完整链路(PDF 渲染 + LLM 提取) |
|
||||
| `test_travel_info.py` | 测试差旅信息提取函数(数据从 `data/.invoice_cache` 缓存加载) |
|
||||
|
||||
## 运行方式
|
||||
|
||||
```bash
|
||||
uv run python scripts/test_multimodal.py
|
||||
uv run python scripts/test_travel_info.py
|
||||
```
|
||||
Reference in New Issue
Block a user