Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CopilotKit/CopilotKit
/ run-loop.test.ts
File
run-loop.test.ts
packages/bot/src/run-loop.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, vi } from
"vitest"
;
2
import
{ z } from
"zod"
;
3
import
{ runAgentLoop } from
"./run-loop.js"
;
4
import
{ makeFakeRunRenderer } from
"./testing/fake-adapter.js"
;
Callers
nothing calls this directly
Calls
3
makeFakeRunRenderer
Function · 0.85
runAgentLoop
Function · 0.85
push
Method · 0.65
Tested by
no test coverage detected