Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
startGoal
Method · 0.95
loop
Method · 0.95
sendGoalMessage
Method · 0.95
sendLoopMessage
Method · 0.95
sendManualShutdownMessage
Method · 0.95
sendCompletedMessage
Method · 0.95
sendAnalysisMessage
Method · 0.95
sendThinkingMessage
Method · 0.95
sendErrorMessage
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected