Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CopilotKit/CopilotKit
/ push
Method
push
packages/core/src/intelligence-agent.ts:65–65 ·
view source on GitHub ↗
(event: string, payload: unknown)
Source
from the content-addressed store, hash-verified
63
64
interface
Channel extends ɵPhoenixChannelLike {
65
push(event: string, payload: unknown): ɵPhoenixPushLike;
66
}
67
68
const
CLIENT_AG_UI_EVENT =
"ag_ui_event"
;
Callers
15
enqueueUserMessage
Method · 0.65
recordMessage
Method · 0.65
refreezeBoundaries
Method · 0.65
ensureStreamsAndDispatch
Method · 0.65
registerCommands
Method · 0.65
buildReplyContextParts
Function · 0.65
decodeReaction
Function · 0.65
drainToolStatuses
Function · 0.65
captureToolCall
Function · 0.65
onRunFinishedEvent
Function · 0.65
onRunErrorEvent
Function · 0.65
markInterrupted
Function · 0.65
Implementers
1
MockChannel
packages/core/src/__tests__/test-utils
Calls
no outgoing calls
Tested by
15
setup
Function · 0.52
createRunner
Function · 0.52
makeAgent
Function · 0.52
runAgent
Method · 0.52
captureIframeMessages
Function · 0.52
renderStatusWithProvider
Function · 0.52
CustomChatView
Function · 0.52
CustomAssistant
Function · 0.52
CustomUser
Function · 0.52
connectAgent
Method · 0.52
on
Method · 0.52
constructor
Method · 0.52