1
0

feat: add default thinking thread — Timmy always ponders (#75)

This commit is contained in:
Alexander Whitestone
2026-02-27 01:00:11 -05:00
committed by GitHub
parent a975a845c5
commit 849b5b1a8d
11 changed files with 1012 additions and 1 deletions

View File

@@ -135,6 +135,12 @@ class Settings(BaseSettings):
# Fallback to server when browser model is unavailable or too slow.
browser_model_fallback: bool = True
# ── Default Thinking ──────────────────────────────────────────────
# When enabled, Timmy starts an internal thought loop on server start.
# He ponders his existence, recent activity, scripture, and creative ideas.
thinking_enabled: bool = True
thinking_interval_seconds: int = 300 # 5 minutes between thoughts
# ── Scripture / Biblical Integration ──────────────────────────────
# Enable the sovereign biblical text module. When enabled, Timmy
# loads the local ESV text corpus and runs meditation workflows.