MCPcopy Create free account
hub / github.com/agent0ai/agent-zero / set_data

Method set_data

agent.py:176–178  ·  view source on GitHub ↗
(self, key: str, value: Any, recursive: bool = True)

Source from the content-addressed store, hash-verified

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
178 self.data[key] = value
179
180 def get_output_data(self, key: str, recursive: bool = True):
181 # recursive is not used now, prepared for context hierarchy

Callers 5

_run_direct_tool_jobFunction · 0.95
processMethod · 0.95
create_contextFunction · 0.95

Calls

no outgoing calls