We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7155e1a commit b3f41a6Copy full SHA for b3f41a6
packages/tiny-agents/src/cli.ts
@@ -1,5 +1,5 @@
1
#!/usr/bin/env node
2
-import { dirname, join } from "node:path";
+import { join } from "node:path";
3
import { parseArgs } from "node:util";
4
import { lstat, readFile } from "node:fs/promises";
5
import { z } from "zod";
0 commit comments