Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:20:14 +08:00
commit 2874e208c0
4 changed files with 115 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "performance-auditor",
"description": "A collection of agents and tools to make performance auditories",
"version": "0.0.2",
"author": {
"name": "Joel Humberto Gomez Paredes"
},
"agents": [
"./agents"
]
}