monitor-ai-bot/ │ ├── api-server/ # 单独进程:提供 HTTP API │ └── src/main.rs │ ├── bot-host/ # 主程序:插件调度 + 写 SQLite ...