MCPcopy Create free account
hub / github.com/OpenManus/OpenManus-RL / fetch

Method fetch

openmanus_rl/memory/base.py:35–39  ·  view source on GitHub ↗

Fetches memory records at a specific time step across all environments.

(self, step: int)

Source from the content-addressed store, hash-verified

33
34 @abstractmethod
35 def fetch(self, step: int):
36 """
37 Fetches memory records at a specific time step across all environments.
38 """
39 pass

Callers 3

build_text_obsMethod · 0.45
build_text_obsMethod · 0.45
build_text_obsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected