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

Method get_data

agent.py:708–709  ·  view source on GitHub ↗
(self, field: str)

Source from the content-addressed store, hash-verified

706 return prompt
707
708 def get_data(self, field: str):
709 return self.data.get(field, None)
710
711 def set_data(self, field: str, value):
712 self.data[field] = value

Callers 15

get_chat_active_skillsFunction · 0.45
get_chat_disabled_skillsFunction · 0.45
get_chat_visible_skillsFunction · 0.45
get_loaded_skill_namesFunction · 0.45
determine_cache_keyFunction · 0.45
_handle_statusFunction · 0.45
_handle_projectFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected