| 1 | import { test } from 'vitest'; |
| 2 | import assert from 'node:assert/strict'; |
| 3 | import { createAgentDeviceClient } from '../../../client/client.ts'; |
| 4 | import type { DaemonResponse } from '../../../kernel/contracts.ts'; |
nothing calls this directly
no test coverage detected