updated to cue memory now.

This commit is contained in:
Luna
2026-03-03 21:20:38 +01:00
parent 55b5e88acb
commit 68d7dd747f
6 changed files with 70 additions and 16 deletions

View File

@@ -15,8 +15,12 @@ DASHBOARD_PORT=3000
SHORT_TERM_LIMIT=12
# Set to false to stop continually summarizing the short-term buffer
ENABLE_SHORT_TERM_SUMMARY=true
# Number of short-term turns before an automatic summary request (default 12)
SUMMARY_TRIGGER_TURNS=12
ENABLE_WEB_SEARCH=true
OPENAI_API_KEY=your_openai_api_key
# Memory retrieval cooldown (ms) before the same long-term entry can be reused
MEMORY_COOLDOWN_MS=180000
# Soft memory recall requires the retrieved score meet this threshold
MEMORY_RECALL_SIMILARITY_THRESHOLD=0.62