MCPcopy
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
735def run_send_message(to: str, content: str) -> str:
736 BUS.send("lead", to, content)
737 return f"Sent to {to}"
738
739
740def run_check_inbox() -> str:

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected