Files
tzt ce0f6170d3 chore: T-P-1 工作区收敛——并行会话成果与历史未入库文件整理入库
- 入库历史遗漏源码/测试:router_system 9 模块(agent/executors/inference/knowledge/
  memory/planner/skills/trace)、tests 11 个测试文件、config/knowledge 领域知识
- 入库根目录方案文档(v2/v3/可行性×2)、references 文献(arxiv 14-18/cnki_open/
  参考文献清单)、research 论文素材(routerarena/paper/中文文献 PDF)
- 前端构建产物刷新(新 hash);webapp 误写文档删除
- gitignore 增补:deepseek-harness、research/_refs、.mimosa/.zcode、网关日志/pid、
  临时调试脚本、tests/e2e/node_modules、AI代理功能开发/prefix
- 基线确认:318 passed
2026-09-05 08:28:25 +08:00

69 lines
2.3 KiB
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 数学领域知识规则(subdomainalgebra/calculus/geometry/probability/...
domain: math
rules:
# ---- 任务拆解类规则(template----
- id: math-equation
priority: 90
subdomain: algebra
patterns: ["方程", "求解", "求根", "solve", "equation", "解方程", "一元二次", "一元一次",
"等于多少", "x 等于", "求 x"]
template: math-solve
- id: math-calculus
priority: 88
subdomain: calculus
patterns: ["积分", "导数", "微积分", "求导", "定积分", "不定积分", "integral", "derivative", "∫", "lim", "极限"]
template: math-solve
- id: math-algebra
priority: 84
subdomain: algebra
patterns: ["代数", "矩阵", "向量", "多项式", "代数式", "因式分解", "algebra", "matrix",
"polynomial", "行列式", "线性方程组"]
template: math-solve
- id: math-geometry
priority: 82
subdomain: geometry
patterns: ["几何", "三角形", "圆", "面积", "体积", "周长", "勾股", "相似", "全等",
"geometry", "angle", "直角"]
template: math-solve
- id: math-proof
priority: 80
subdomain: proof
patterns: ["证明", "定理", "推导", "反证", "归纳", "proof", "theorem", "推论"]
template: math-proof
- id: math-probability
priority: 78
subdomain: probability
patterns: ["概率", "统计", "期望", "方差", "分布", "组合", "排列", "probability",
"statistics", "排列组合"]
template: math-solve
- id: math-number-theory
priority: 76
subdomain: number-theory
patterns: ["素数", "质数", "整除", "最大公约数", "最小公倍数", "同余", "数论", "gcd", "mod"]
template: math-solve
- id: math-trigonometry
priority: 74
subdomain: trigonometry
patterns: ["三角", "正弦", "余弦", "正切", "sin", "cos", "tan", "弧度", "角度"]
template: math-solve
- id: math-optimization
priority: 72
subdomain: optimization
patterns: ["最优化", "极值", "最大值", "最小值", "最大化", "最小化", "最优解", "optimize",
"最大值最小值", "约束优化"]
template: math-optimize
- id: math-general
priority: 50
subdomain: general
patterns: ["数学", "计算", "等于", "math", "求值", "求和"]
template: math-solve