OCOpenCowork
Get startedInstallChannelsAgentsCapabilitiesSkillsModelsPlatformsOpsReferenceHelp

Ops

Configuration, scheduled work, persistence, and local runtime operations.

Ops

Ops 页面面向“运行起来以后”的问题:配置怎么生效、Cron 如何调度、SQLite 数据放在哪里、什么时候需要检查本地状态。

Operator checklist

  1. Check config
    确认 provider、channel、MCP、agent 和 workspace 设置。
  2. Check runtime
    确认 Electron main process、IPC handlers 和 renderer stores 状态一致。
  3. Check persistence
    确认 ~/.open-cowork/data.db 和本地资源目录存在。

Useful commands

npm run typecheck
npm run lint
npm run build

On this page