StashConfig
Defined in: src/context-manager/types.ts:68
Experimental
Configuration for the L1 stash (offloaded content persistence).
Properties
Section titled “Properties”storage?
Section titled “storage?”optional storage?: Storage;Defined in: src/context-manager/types.ts:70
Experimental
Storage backend. Defaults to InMemoryStorage when omitted.
retrievalTool?
Section titled “retrievalTool?”optional retrievalTool?: false;Defined in: src/context-manager/types.ts:77
Experimental
Whether to register the retrieve_context tool for the agent.
Set to false to keep stash persistence without exposing the retrieval tool.
Defaults to true.