Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:02:28 +08:00
commit 6199d55230
7 changed files with 2567 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "agent-benchmark-kit",
"description": "Automated quality assurance for Claude Code agents using LLM-as-judge evaluation",
"version": "1.0.0",
"author": {
"name": "BrandCast",
"url": "https://brandcast.app"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}