Skip to content

StashConfig

Defined in: src/context-manager/types.ts:68

Experimental

Configuration for the L1 stash (offloaded content persistence).

optional storage?: Storage;

Defined in: src/context-manager/types.ts:70

Experimental

Storage backend. Defaults to InMemoryStorage when omitted.


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.