MCPcopy
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
64interface Channel extends ɵPhoenixChannelLike {
65 push(event: string, payload: unknown): ɵPhoenixPushLike;
66}
67
68const CLIENT_AG_UI_EVENT = "ag_ui_event";

Callers 15

enqueueUserMessageMethod · 0.65
recordMessageMethod · 0.65
refreezeBoundariesMethod · 0.65
registerCommandsMethod · 0.65
buildReplyContextPartsFunction · 0.65
decodeReactionFunction · 0.65
drainToolStatusesFunction · 0.65
captureToolCallFunction · 0.65
onRunFinishedEventFunction · 0.65
onRunErrorEventFunction · 0.65
markInterruptedFunction · 0.65

Implementers 1

MockChannelpackages/core/src/__tests__/test-utils

Calls

no outgoing calls

Tested by 15

setupFunction · 0.52
createRunnerFunction · 0.52
makeAgentFunction · 0.52
runAgentMethod · 0.52
captureIframeMessagesFunction · 0.52
renderStatusWithProviderFunction · 0.52
CustomChatViewFunction · 0.52
CustomAssistantFunction · 0.52
CustomUserFunction · 0.52
connectAgentMethod · 0.52
onMethod · 0.52
constructorMethod · 0.52