Configuration Reference
🚧 Initial skeleton.All configuration options for
soul.toml and environment variables.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
🚧 Initial skeleton.All configuration options for
soul.toml and environment variables.
[soul]
name = "Luna"
personality = "friendly"
voice = "warm"
auth_token = "${SOUL_AUTH}"
[memory]
path = "~/Library/Application Support/soul/memory.db"
mode = "persistent" # or "ephemeral"
autoupdate = true
| Variable | Description |
|---|---|
SOUL_DATA_DIR | Override default data directory |
SOUL_SYNC_ENDPOINT | Custom cloud sync URL |
RUST_LOG | Log level |
SOUL_DISABLE_SYNC | Force offline mode |