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

Method log

tests/test_parallel_tool.py:40–43  ·  view source on GitHub ↗
(self, type, heading="", content="", kvps=None, id=None, **kwargs)

Source from the content-addressed store, hash-verified

38 self.items = []
39
40 def log(self, type, heading="", content="", kvps=None, id=None, **kwargs):
41 item = _FakeLogItem(type, heading, content, kvps, id, **kwargs)
42 self.items.append(item)
43 return item
44
45
46class _FakeContext:

Calls 1

_FakeLogItemClass · 0.85

Tested by

no test coverage detected