Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/agent0ai/agent-zero
/ set_data
Method
set_data
agent.py:711–712 ·
view source on GitHub ↗
(self, field: str, value)
Source
from the content-addressed store, hash-verified
709
return
self.data.get(field, None)
710
711
def
set_data(self, field: str, value):
712
self.data[field] = value
713
714
@extension.extensible
715
def
hist_add_message(
Callers
15
prepare_prompt
Method · 0.95
call_chat_model_turn
Method · 0.95
_remember_llm_result_state
Method · 0.95
_computer_call_output_item
Method · 0.95
_clear_responses_pending_state
Method · 0.95
execute
Method · 0.95
_deserialize_agents
Function · 0.95
test_persist_chat_roundtrip_preserves_each_agent_profile
Function · 0.95
test_agent_profile_set_preserves_subagent_profile
Function · 0.95
set_loaded_skill_names
Function · 0.45
_store_context_active_skill_entries
Function · 0.45
_store_context_hidden_skill_entries
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_persist_chat_roundtrip_preserves_each_agent_profile
Function · 0.76
test_agent_profile_set_preserves_subagent_profile
Function · 0.76