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

@@ -55,6 +55,7 @@ class Settings(BaseSettings):
# Agent loop
AGENT_LOOP_INTERVAL_SECONDS: float = 60.0
HEARTHKEEPER_PROMPT_INTERVAL_MINUTES: int = 15
# Export
EXPORT_PATH: str = "exports"