MCPcopy Create free account
hub / github.com/agent0ai/agent-zero / get_log_object

Method get_log_object

tools/call_subordinate.py:94–100  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

92 return Response(message=result, break_loop=False, additional=additional)
93
94 def get_log_object(self):
95 return self.agent.context.log.log(
96 type="subagent",
97 heading=f"icon://communication {self.agent.agent_name}: Calling Subordinate Agent",
98 content="",
99 kvps=self.args,
100 )

Callers

nothing calls this directly

Calls 1

logMethod · 0.45

Tested by

no test coverage detected