Prompt repeatedly during quiet chat

This commit is contained in:
2026-05-12 10:01:48 -05:00
parent 0dc941a9a1
commit c65b51c61c
4 changed files with 66 additions and 4 deletions

View File

@@ -43,6 +43,7 @@ services:
LLM_API_KEY: ${LLM_API_KEY:-}
LLM_MODEL: ${LLM_MODEL:-gpt-3.5-turbo}
AGENT_LOOP_INTERVAL_SECONDS: ${AGENT_LOOP_INTERVAL_SECONDS:-60}
HEARTHKEEPER_PROMPT_INTERVAL_MINUTES: ${HEARTHKEEPER_PROMPT_INTERVAL_MINUTES:-15}
EXPORT_PATH: /app/exports
volumes:
- ./exports:/app/exports