{
  "panel": {
    "port": 7878,
    "host": "0.0.0.0"
  },
  "paths": {
    "notes": "../storage/notes",
    "logs": "../storage/logs",
    "screenshots": "../storage/screenshots",
    "sessions": "../storage/sessions",
    "profiles": "../storage/profiles",
    "timing_cache": "../storage/timing_cache.json",
    "auto_push_config": "../storage/auto_push.json"
  },
  "python": {
    "exe": "python",
    "workers_dir": "../rpa_workers"
  },
  "gemini": {
    "model": "gemini-3-flash-preview",
    "rate_limit_per_minute": 20
  },
  "cursor": {
    "submit_hotkey": "ctrl+enter",
    "open_chat_hotkey": "ctrl+l"
  },
  "clipboard_watcher": {
    "enabled": false,
    "save_to_notes": false
  }
}
