()
| 17 | |
| 18 | // Helper to dynamically import docker module (server-side only) |
| 19 | async function getDockerModule() { |
| 20 | return import("@/lib/docker"); |
| 21 | } |
| 22 | |
| 23 | // Wrapper to parse stringified JSON arguments from Anthropic SDK |
| 24 | function createToolWithParsedArgs(tool: any) { |
no outgoing calls
no test coverage detected