MCPcopy Create free account
hub / github.com/DVampire/FinAgent / get_memory

Method get_memory

finagent/memory/interface.py:77–78  ·  view source on GitHub ↗
(self, type: str, symbol: str)

Source from the content-addressed store, hash-verified

75 self.high_level_reflection_recent_histories[symbol] = deque(maxlen=self.max_recent_steps)
76
77 def get_memory(self, type: str, symbol: str):
78 return self._get_memory(type, symbol)
79
80 def _get_memory(self, type: str, symbol: str):
81

Callers

nothing calls this directly

Calls 1

_get_memoryMethod · 0.95

Tested by

no test coverage detected