Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/agent0ai/agent-zero
/ get
Method
get
agent.py:108–110 ·
view source on GitHub ↗
(id: str)
Source
from the content-addressed store, hash-verified
106
107
@staticmethod
108
def
get(id: str):
109
with
AgentContext._contexts_lock:
110
return
AgentContext._contexts.get(id, None)
111
112
@staticmethod
113
def
use(id: str):
Callers
15
__init__
Method · 0.45
use
Method · 0.45
current
Method · 0.45
get_data
Method · 0.45
get_output_data
Method · 0.45
output
Method · 0.45
communicate
Method · 0.45
_process_chain
Method · 0.45
reasoning_callback
Method · 0.45
stream_callback
Method · 0.45
monologue
Method · 0.45
get_data
Method · 0.45
Calls
no outgoing calls
Tested by
2
process
Method · 0.36
process
Method · 0.36