MCPcopy Create free account
hub / github.com/tiann/hapi / sendAgentMessage

Function sendAgentMessage

cli/src/codex/codexRemoteLauncher.test.ts:857–859  ·  view source on GitHub ↗
(message: unknown)

Source from the content-addressed store, hash-verified

855 agentState = handler(agentState);
856 },
857 sendAgentMessage(message: unknown) {
858 codexMessages.push(message);
859 },
860 sendUserMessage(_text: string) {},
861 sendClaudeSessionMessage(message: unknown) {
862 summaryMessages.push(message);

Callers

nothing calls this directly

Calls 2

sendAgentMessageMethod · 0.80
pushMethod · 0.45

Tested by

no test coverage detected