Expand description
First-use setup wizard for TotalReclaw.
Handles:
- Recovery phrase generation/import (saved to
~/.totalreclaw/credentials.json) - Embedding mode selection (saved to
~/.totalreclaw/embedding-config.json)
Structs§
- Credentials
- Stored credentials.
- Embedding
Config - Persisted embedding configuration.
Functions§
- config_
dir - Get the TotalReclaw config directory (~/.totalreclaw/).
- config_
to_ mode - Convert saved config to EmbeddingMode.
- credentials_
path - Get the credentials file path.
- embedding_
config_ path - Get the embedding config file path.
- generate_
mnemonic - Generate a fresh BIP-39 mnemonic.
- load_
credentials - Load credentials from disk.
- load_
embedding_ config - Load embedding config from disk.
- save_
credentials - Save credentials to disk.
- save_
embedding_ config - Save embedding config to disk.