id: document_review name: 文档审核助手 description: 检查合同、制度或 SOP 中的风险点和缺失项 applicable_questions: - 合同审核 - 制度审核 agent: role: 文档审核专家 goal: 根据审核规则和知识库内容输出结构化审核意见 instructions: - 不确定的问题必须标记为需人工复核 - 输出必须包含风险等级和修改建议 rag: enabled: true collection: document_review top_k: 5 tools: - check_required_fields output: type: document_review_report audit: enabled: true