MCPcopy
hub / github.com/zhayujie/CowAgent / send

Method send

tests/test_evolution.py:37–38  ·  view source on GitHub ↗
(self, reply, context)

Source from the content-addressed store, hash-verified

35 self.sent = []
36
37 def send(self, reply, context):
38 self.sent.append({"content": getattr(reply, "content", str(reply)), "receiver": context.get("receiver")})
39
40
41class FakeModel:

Callers 1

run_stubFunction · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected