Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/shareAI-lab/learn-claude-code
/ run_send_message
Function
run_send_message
s15_agent_teams/code.py:735–737 ·
view source on GitHub ↗
(to: str, content: str)
Source
from the content-addressed store, hash-verified
733
734
735
def
run_send_message(to: str, content: str) -> str:
736
BUS.send(
"lead"
, to, content)
737
return
f
"Sent to {to}"
738
739
740
def
run_check_inbox() -> str:
Callers
nothing calls this directly
Calls
1
send
Method · 0.45
Tested by
no test coverage detected