We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
getNamespace
1 parent f5253f1 commit 3b3e703Copy full SHA for 3b3e703
.changeset/tough-shoes-give.md
@@ -0,0 +1,5 @@
1
+---
2
+"deepagents": patch
3
4
+
5
+fix(store): make sure `getNamespace` can be overriden
src/backends/store.ts
@@ -58,7 +58,7 @@ export class StoreBackend implements BackendProtocol {
58
* [assistant_id, "filesystem"] to provide per-assistant isolation.
59
* Otherwise return ["filesystem"].
60
*/
61
- private getNamespace(): string[] {
+ protected getNamespace(): string[] {
62
const namespace = "filesystem";
63
const assistantId = this.stateAndStore.assistantId;
64
0 commit comments