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
This commit is contained in:
8
mod/mod_info.yaml
Normal file
8
mod/mod_info.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"title": "ONI Agent Bridge",
|
||||
"description": "暴露 HTTP API 供外部 agent 读取游戏状态和执行操作",
|
||||
"staticID": "oni_agent_bridge",
|
||||
"version": 1,
|
||||
"supportedContent": "base_game,expanded",
|
||||
"minimumSupportedVersion": 612000
|
||||
}
|
||||
Reference in New Issue
Block a user