Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/agent0ai/agent-zero
/ set_data
Method
set_data
tests/test_parallel_tool.py:55–56 ·
view source on GitHub ↗
(self, key: str, value, recursive: bool = True)
Source
from the content-addressed store, hash-verified
53
return
self.data.get(key)
54
55
def
set_data(self, key: str, value, recursive: bool = True):
56
self.data[key] = value
57
58
59
class
_FakeAgent:
Callers
7
execute
Method · 0.45
execute
Method · 0.45
test_parallel_jobs_extras_lists_running_and_ready_jobs
Function · 0.45
test_parallel_await_timeout_keeps_running_jobs_awaitable
Function · 0.45
test_parallel_collect_returns_running_jobs_without_waiting_or_canceling
Function · 0.45
test_parallel_cancel_still_stops_and_removes_running_jobs
Function · 0.45
test_parallel_recursion_guard_allows_subordinate_children_but_blocks_tool_workers
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected