| 135 | `; |
| 136 | } |
| 137 | |
| 138 | export class CodeRunTool extends Tool<z.infer<typeof CodeRunArgs>> { |
| 139 | name = 'code_run'; |
| 140 | description = 'Execute a code snippet in an isolated temp dir. Auto-picks the right interpreter for the language. Returns stdout, stderr, exit code. Each call uses a fresh sandbox; nothing persists between calls. Use to verify code behavior, do quick math, test regex, generate data.'; |
nothing calls this directly
no outgoing calls
no test coverage detected