LOVE20 协议

docs of LOVE20

View on GitHub

LOVE20 AI

这个目录集中放 LOVE20 面向 AI Agent 的 skills、evals 和辅助脚本。

结构

真值层级

分析 LOVE20 真实链上行为时:

  1. docs/whitepaper/* 设计意图和术语
  2. coreextensionextension-lpextension-groupgroup 已部署且不可篡改的合约行为真值
  3. peripheryscriptinterface adapter、read model、execution layer

入口

常用命令

bash ai/scripts/refresh_love20_skills.sh
python3 ai/scripts/sync_codex_skills.py --dry-run
python3 ai/scripts/generate_skill_run_skeleton.py <run-name>
python3 ai/scripts/generate_skill_run_report.py ai/evals/runs/<run>.json
python3 ai/scripts/generate_skill_run_todo.py ai/evals/runs/<run>.json
python3 ai/scripts/generate_skill_run_summary.py
python3 ai/scripts/run_skill_benchmarks.py <run-name>

约定