Files
oniagent/mod/mod_info.yaml
root 0e17e8a6ac feat: complete ONI Agent project with full Mod API, Python toolchain, and development guide
- Implement all Mod API endpoints (buildings, research, geysers, alerts, critters, deconstruct, prioritize, research, schedule, wardrobe)
- Enhance Python tools with comprehensive CLI, analysis (O2/food/power/temp/water), and 7 blueprints (SPOM, toilet, ranch, farm, cooling, bedroom)
- Add utility scripts: auto_repair, auto_analyze, watch mode, setup
- Write Agent-Mod integration constraints and development guide
- Create skills directory with ONI agent skill definition
2026-05-22 08:44:56 +08:00

9 lines
251 B
YAML

{
"title": "ONI Agent Bridge",
"description": "暴露 HTTP API 供外部 agent 读取游戏状态和执行操作",
"staticID": "oni_agent_bridge",
"version": 1,
"supportedContent": "base_game,expanded",
"minimumSupportedVersion": 612000
}