Skip to content

Commit 37fa0ad

Browse files
authored
docs: fix conversation-scoped bank claim in Omnigent post (#2748)
A conversation-scoped bank is not wiped when the conversation ends. The bank persists; a new conversation simply resolves to a new bank, so memory does not carry across conversations. Corrects an inaccurate 'wiped' claim in the bank-scoping section.
1 parent b95055b commit 37fa0ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hindsight-docs/blog/2026-07-14-omnigent-persistent-memory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Memory is isolated per bank. Omnigent resolves which bank to use in this order:
9898

9999
1. The explicit `bank_id` in your YAML config (most predictable, recommended for production).
100100
2. The agent's `agent_id`: one bank per agent, shared across all conversations that agent has.
101-
3. The `conversation_id`: one bank per conversation, wiped when the conversation ends.
101+
3. The `conversation_id`: one bank per conversation. A new conversation resolves to a new bank, so memory does not carry across conversations (the earlier bank still exists, it is just no longer referenced).
102102

103103
If you run multiple agents in Omnigent and want them to share a memory (a shared project bank, for example), point them all at the same `bank_id`.
104104

0 commit comments

Comments
 (0)