Settings
Runtime controls for Gmail, Gemma, and local workspace data. Full setup lives in the README.
Run locally
pnpm install && pnpm devConfigure env
.env.localGmailReadonly OAuth only
GemmaOllama Cloud API key
No desktop Ollama server and no local model download are required for this public demo.
Workspace storage
Export, import, and delete only affect this local workspace.
Data directory.careeros-data/state.jsonShown as a repo-relative path; JSON file storage is the default public demo persistence.
Workspace stateEmpty workspaceNew users connect Gmail first; sanitized judge data stays on `/judge-demo`.
Last importNo importsManual imports will appear here.
Export returns the current normalized state as JSON. Import accepts only validated CareerOS workspace exports, replaces state after full validation, and rejects private paths, secret-looking values, OAuth fields, raw provider output, and raw inbox bodies. Delete is only enabled for the default `.careeros-data` directory and recreates an empty workspace on next read.