Skip to main content

Workspace Memory Node

warning

This node is in beta and may not be fully tested or documented. Use with caution.

File-based memory for Workspaces that writes messages directly to the workspace container. Files are instantly available to the agent and synced to GCS in the background. Pending writes are stored in session state for durability.

Properties

LabelPropertyTypeDescriptionDefault ValueIs Required
Memory KeymemoryKeybotdojo/types/stringworkspace_memory
Max Context Window (tokens)maxContextWindowbotdojo/types/numberMaximum tokens before pruning oldest messages128000
Max Preview CharsmaxPreviewCharsbotdojo/types/numberCharacters to show in preview (half at start, half at end)500
Tool Content Threshold (chars)toolContentThresholdbotdojo/types/numberTruncate tool outputs larger than this, with reference to full content file2000
Enable Token CountingenableTokenCountingbotdojo/types/booleanUse accurate token counting vs character-based estimationtrue
Min Messages to CompressminMessagesToCompressbotdojo/types/numberMinimum number of messages required before pruning begins5
Compress PercentagecompressPercentagebotdojo/types/numberTarget percentage of max context window (0.0-1.0)0.7

Output

LabelPropertyTypeDescriptionDefault Value
Memorymemorybotdojo/interface/memoryWorkspace memory with direct container file persistence and pending write supportnull