MCPcopy
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

1import { describe, it, expect, vi } from "vitest";
2import { z } from "zod";
3import { runAgentLoop } from "./run-loop.js";
4import { makeFakeRunRenderer } from "./testing/fake-adapter.js";

Callers

nothing calls this directly

Calls 3

makeFakeRunRendererFunction · 0.85
runAgentLoopFunction · 0.85
pushMethod · 0.65

Tested by

no test coverage detected