MCPcopy
hub / github.com/ElricLiu/AutoGPT-Next-Web / sendMessage

Method sendMessage

src/components/AutonomousAgent.ts:387–391  ·  view source on GitHub ↗
(message: Message)

Source from the content-addressed store, hash-verified

385 }
386
387 sendMessage(message: Message) {
388 if (this.isRunning) {
389 this.renderMessage(message);
390 }
391 }
392
393 sendGoalMessage(taskId?: string) {
394 this.sendMessage({

Callers 9

startGoalMethod · 0.95
loopMethod · 0.95
sendGoalMessageMethod · 0.95
sendLoopMessageMethod · 0.95
sendCompletedMessageMethod · 0.95
sendAnalysisMessageMethod · 0.95
sendThinkingMessageMethod · 0.95
sendErrorMessageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected