forked from mcncarl/agent-memory-vault
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
26 lines (23 loc) · 1.15 KB
/
Copy path.env.example
File metadata and controls
26 lines (23 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copy this file to .env for local use.
# Keep .env local and private.
CODEX_MEMORY_ROOT=/path/to/your/codex-memory-vault
CODEX_MEMORY_GIT_ROOT=/path/to/git-root-containing-the-vault
CODEX_MEMORY_CONFIG_ROOT=$HOME/.config/codex-memory
CODEX_MEMORY_STATE_DB=$HOME/.config/codex-memory/state.sqlite
CODEX_MEMORY_USER_ID=demo-user
CODEX_MEMORY_AGENT_ID=shared
CODEX_MEMORY_APP_ID=agent-memory
MEMORY_ACTOR=codex
CODEX_MEMORY_AUDIT_DB=$HOME/.config/codex-memory/audit_decisions.sqlite
CODEX_MEMORY_CLOSEOUT_LOG=$HOME/.config/codex-memory/logs/closeout.jsonl
CODEX_MEMORY_AUDIT_RUN_LOG=$HOME/.config/codex-memory/logs/audit_runs.jsonl
CODEX_MEMORY_AUDIT_REPORT=$HOME/.config/codex-memory/reports/latest-audit.json
CODEX_MEMORY_PYTHON=python3
# Optional semantic retrieval layer. Keep generated vector data local.
CODEX_MEMORY_ZVEC_PYTHON=python3
CODEX_MEMORY_VECTOR_DIR=$HOME/.config/codex-memory/zvec/memory_chunks_embeddinggemma_768
CODEX_MEMORY_EMBEDDING_MODEL=google/embeddinggemma-300m
CODEX_MEMORY_EMBEDDING_DIM=768
CODEX_MEMORY_EMBEDDING_DEVICE=cpu
# Optional, only if you later add an LLM-based closeout/reflection step.
# DEEPSEEK_API_KEY=replace_with_your_private_key