Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/OpenBMB/ChatDev
/ MemoryWritePayload
Class
MemoryWritePayload
runtime/node/agent/memory/memory_base.py:167–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
165
166
@dataclass
167
class
MemoryWritePayload:
168
agent_role: str
169
inputs_text: str
170
input_snapshot: MemoryContentSnapshot | None
171
output_snapshot: MemoryContentSnapshot | None
172
173
174
@dataclass
Callers
1
_update_memory
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected