Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CopilotKit/CopilotKit
/ core-basic-functionality.test.ts
File
core-basic-functionality.test.ts
packages/core/src/__tests__/core-basic-functionality.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, beforeEach, vi, afterEach } from
"vitest"
;
2
import
{ CopilotKitCore } from
"../core"
;
3
import
{
4
MockAgent,
Callers
nothing calls this directly
Calls
7
createMessage
Function · 0.90
createAssistantMessage
Function · 0.90
createTool
Function · 0.90
createToolCallMessage
Function · 0.90
runAgent
Method · 0.65
addAgent__unsafe_dev_only
Method · 0.45
addTool
Method · 0.45
Tested by
no test coverage detected