Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
41
class
FakeModel:
Callers
1
run_stub
Function · 0.95
Calls
1
get
Method · 0.45
Tested by
no test coverage detected