Settings

Configure local service URLs and default model preferences.

Local Runtime
Values are persisted in the local SQLite database.
OpenAI not configured
Runtime Health
Runtime docker
Check local dependencies and export the SQLite-backed workspace state.
Degraded runtime: Ollama, memU, Voicebox, Skill Sandbox, OpenAI

The app can still open, save settings, manage tasks, and use local SQLite data. Start the missing host services below when you need model chat, custom voice, or memU sync.

SQLiteok
Ollamadegraded

http://host.docker.internal:11434

fetch failed

Local model chat and model downloads are unavailable. The rest of the workspace remains usable, and OpenAI can be used if configured.

  • Start Ollama on the host machine.
  • Pull the configured model, for example: ollama pull llama3.2.
  • In Docker, keep the Ollama Base URL set to http://host.docker.internal:11434.
memUdegraded

http://memu:18000

fetch failed

Remote memU sync is unavailable. Local SQLite memories still work in the Memory page and assistant context fallback.

  • Start the managed memU-compatible service with Docker Compose.
  • In Docker, keep the memU Service URL set to http://memu:18000.
Voiceboxdegraded

http://host.docker.internal:17493

No Voicebox API responded at http://host.docker.internal:17493. health endpoint: fetch failed; profiles endpoint: fetch failed

Custom voice cloning and Voicebox-backed profiles are unavailable. Whisper.cpp transcription and default system/local TTS can still work.

  • Start Voicebox on the host, or run docker compose --profile voicebox up -d voicebox.
Learning Workerok

Autonomous learning is enabled.

Skill Sandboxdegraded

http://127.0.0.1:18100

fetch failed

Learned code skills cannot run, but chat and non-code skills remain available.

  • Start the skill-sandbox Compose service.
OpenAIdegraded

OPENAI_API_KEY is not set

OpenAI-backed agents are unavailable, but local workspace features still work.

  • Set OPENAI_API_KEY before starting the container if you want cloud-backed models.