Include upcoming calendar events in analysis
This commit is contained in:
parent
466127cb7d
commit
9703cb473f
3 changed files with 107 additions and 0 deletions
|
|
@ -18,6 +18,8 @@ PROMPT_FILE="./llm_instructions.md"
|
|||
# Collection/history settings
|
||||
HISTORY_HOURS="24"
|
||||
MAX_HISTORY_PER_ENTITY="20"
|
||||
CALENDAR_LOOKAHEAD_DAYS="7"
|
||||
MAX_CALENDAR_EVENTS_PER_CALENDAR="8"
|
||||
KEEP_SNAPSHOT_DAYS="14"
|
||||
|
||||
# At 05:00, analyze snapshots from roughly this many hours
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue