Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_responses_state_for_model
Method · 0.95
_remember_llm_result_state
Method · 0.95
process_llm_result_tools
Method · 0.95
_handle_responses_computer_call
Method · 0.95
_clear_responses_pending_state
Method · 0.95
get_chat_active_skills
Function · 0.45
get_chat_disabled_skills
Function · 0.45
get_chat_visible_skills
Function · 0.45
get_loaded_skill_names
Function · 0.45
determine_cache_key
Function · 0.45
_handle_status
Function · 0.45
_handle_project
Function · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected