MCPcopy Index your code
hub / github.com/agent0ai/agent-zero / get_data

Method get_data

agent.py:172–174  ·  view source on GitHub ↗
(self, key: str, recursive: bool = True)

Source from the content-addressed store, hash-verified

170 return context
171
172 def get_data(self, key: str, recursive: bool = True):
173 # recursive is not used now, prepared for context hierarchy
174 return self.data.get(key, None)
175
176 def set_data(self, key: str, value: Any, recursive: bool = True):
177 # recursive is not used now, prepared for context hierarchy

Callers 2

send_messageFunction · 0.95
processMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected