MCPcopy 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
useMethod · 0.45
currentMethod · 0.45
get_dataMethod · 0.45
get_output_dataMethod · 0.45
outputMethod · 0.45
communicateMethod · 0.45
_process_chainMethod · 0.45
reasoning_callbackMethod · 0.45
stream_callbackMethod · 0.45
monologueMethod · 0.45
get_dataMethod · 0.45

Calls

no outgoing calls

Tested by 2

processMethod · 0.36
processMethod · 0.36