Make memory fail open #42
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/zara!42
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/zara-009-memory-fallback"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
disabled,persistent, andlocal_fallbackhealth states with the backend errorWhy
Optional memory initialization and runtime failures could abort Zara, while recalled context accumulated as mid-history system messages. Raw transcripts were also mislabeled as summaries and grew without a configured bound.
Impact
Memory remains optional and fail-open, provider histories retain one leading persisted system prompt, and session records respect
[memory].summary_max_chars. These changes remain in memory/agent infrastructure and do not move application logic out of Prolog.Validation
nix develop -c scripts/test-memory.shnix develop -c bash -c 'pytest && for test_script in scripts/test-*.sh; do bash "$test_script"; done'Closes #10