Skip to content

Commit 1f7d08b

Browse files
authored
Merge pull request #37 from Kastalien-Research/feat/agentic-tests
feat: add agentic test infrastructure using Claude Agent SDK
2 parents 5802b7c + 60c19d9 commit 1f7d08b

File tree

3 files changed

+678
-1
lines changed

3 files changed

+678
-1
lines changed

package-lock.json

Lines changed: 324 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@
5151
"watch": "tsc --watch",
5252
"check:cycles": "./scripts/check-cycles.sh",
5353
"check:cycles:strict": "./scripts/check-cycles.sh --strict",
54-
"prepare": "husky"
54+
"prepare": "husky",
55+
"test": "npm run build:local && tsx scripts/agentic-test.ts --all",
56+
"test:tool": "npm run build:local && tsx scripts/agentic-test.ts --tool",
57+
"test:quick": "tsx scripts/agentic-test.ts --tool"
5558
},
5659
"engines": {
5760
"node": ">=22.0.0"
@@ -67,6 +70,7 @@
6770
"zod-to-json-schema": "^3.24.5"
6871
},
6972
"devDependencies": {
73+
"@anthropic-ai/claude-agent-sdk": "^0.1.76",
7074
"@smithery/cli": "^1.6.2",
7175
"@types/cors": "^2.8.19",
7276
"@types/express": "^5.0.5",

0 commit comments

Comments
 (0)