Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenBMB/ChatDev
/ count_memories
Method
count_memories
runtime/node/agent/memory/memory_base.py:211–212 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
209
)
210
211
def
count_memories(self) -> int:
212
return
len(self.contents)
213
214
def
load(self) -> None:
# pragma: no cover - implemented by subclasses
215
raise
NotImplementedError
Callers
2
retrieve
Method · 0.80
retrieve
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected