MCPcopy
hub / github.com/agent0ai/agent-zero / update

Method update

tests/test_chat_compaction.py:28–29  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

26 self.streams = []
27
28 def update(self, **kwargs):
29 self.updates.append(kwargs)
30
31 def stream(self, **kwargs):
32 self.streams.append(kwargs)

Calls

no outgoing calls

Tested by

no test coverage detected