feat: LangGraph工作流核心 — Agent状态/节点/图 + 验证服务 + 知识库
agent/ state.py: AgentState TypedDict(20字段含意图/压缩/会话/撤销) nodes.py: 17个节点函数(生成/修改/验证/纠错/意图分类/压缩/撤销/重置) graph.py: 17节点状态图,8意图路由分发 验证服务 validation_service/ main.py: FastAPI服务,lxml XSD验证 + 结构化检查(字段引用/SQL/尺寸) 数据 data/ sample_templates/: 4个JRXML示例模板 corrections/: 3个错误修正案例 脚本 scripts/ init_kb.py: Chroma知识库初始化
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# Error case: field used in expression but not declared
|
||||
# Correction: add field declaration
|
||||
|
||||
ERROR: textFieldExpression uses $F{total_amount} but no <field name="total_amount"> declared.
|
||||
|
||||
FIX: Add <field name="total_amount" class="java.math.BigDecimal"/> to the field declarations section.
|
||||
Reference in New Issue
Block a user