root
|
0e37c30ae8
|
docs: 补充完整测试和文档
- 添加 README.md(功能说明、快速开始、API 文档)
- 修复冲突检测字段提取正则表达式
- 添加集成测试 tests/integration/test_full_flow.py
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-05-11 22:45:57 +08:00 |
|
root
|
220f6db288
|
feat(ai-rule-engine): 集成冲突检测到 API
- handle_create_rule 返回冲突警告
- 使用 ConflictDetector 检测新规则与现有规则的冲突
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-05-11 22:21:10 +08:00 |
|
root
|
e39829fc4e
|
feat(ai-rule-engine): 完成 MVP 所有批次实现
批次1: 项目结构 + SQLite 存储层 + 数据模型
批次2: REST API (http.server)
批次3: LLM 编译器 (支持 OpenAI/Anthropic)
批次4: RestrictedPython 规则执行器
批次5: 规则匹配器 + LLM Callback 兜底
批次6: 冲突检测器
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-05-11 22:19:42 +08:00 |
|