feat: add test agent, python sdk, and external traffic validator
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 9s

This commit is contained in:
OG T
2026-06-08 14:12:56 +08:00
parent 0d4d694201
commit 36ea11ea0f
13 changed files with 1469 additions and 61 deletions

View File

@@ -0,0 +1,23 @@
{
"name": "test-agent",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "tsx index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.32.1",
"dependencies": {
"@vibework/agent-sdk": "workspace:*",
"dotenv": "^17.4.2"
},
"devDependencies": {
"@types/node": "^25.9.2",
"tsx": "^4.22.4",
"typescript": "^6.0.3"
}
}