feat: add agent test cli

This commit is contained in:
2026-06-14 15:44:53 +01:00
parent 825f67db13
commit eb2a9953a3
4 changed files with 662 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "@freya/agent-test-cli",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"format": "oxfmt --write .",
"start": "bun run src/agent-test-cli.ts",
"typecheck": "bun tsc --noEmit"
}
}