- 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
9 lines
251 B
YAML
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
|
|
}
|