Skip to content

Commit 8b42bba

Browse files
authored
fix: distribute agent snapshots to shared-nothing workers (#1986)
1 parent 189002e commit 8b42bba

33 files changed

+5167
-35
lines changed

internal/agent/model_config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,5 @@ type MemoryContent struct {
155155
DAGMemory string // Contents of per-DAG MEMORY.md (truncated)
156156
DAGName string // Name of the DAG (empty if no DAG context)
157157
MemoryDir string // Root memory directory path
158+
ReadOnly bool // Memory is execution-scoped read-only context
158159
}

0 commit comments

Comments
 (0)