| 1 | import assert from 'node:assert/strict'; |
| 2 | import { test } from 'vitest'; |
| 3 | import type { AgentDeviceClient } from '../../client/client-types.ts'; |
| 4 | import { createCommandToolExecutor, listCommandTools } from '../command-tools.ts'; |
nothing calls this directly
no test coverage detected