3 Commits

Author SHA1 Message Date
root
c022c54144 feat(ai-rule-engine): 添加 AI 规则引擎实现计划
- 批次1:基础设施(存储层 + 项目骨架)
- 批次2:REST API 基础
- 批次3:LLM 编译器
- 批次4:规则执行器
- 批次5:规则校验与兜底
- 批次6:冲突检测

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-11 21:20:47 +08:00
root
cd0ec8397f feat(ai-rule-engine): 添加 AI 规则引擎设计方案
- 确定技术选型:Python + SQLite + RestrictedPython
- 规划核心模块:RuleCompiler、RuleExecutor、RuleStore、ConflictDetector
- 设计 REST API 接口
- 定义 MVP 范围

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-11 21:19:55 +08:00
SPB Agent
0fd1ccbc00 Initial commit 2026-05-11 02:28:44 +08:00