| 1 | import { afterEach, beforeEach, describe, expect, it, vi } from "vitest"; |
| 2 | import { CopilotKitCore } from "../core"; |
| 3 | import { ProxiedCopilotRuntimeAgent } from "../agent"; |
| 4 | import { HttpAgent } from "@ag-ui/client"; |
nothing calls this directly
no test coverage detected