Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:55:08 +08:00
commit 30e333bf4e
9 changed files with 1435 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "interview-transcript-analyzer",
"description": "Analyze interview transcripts with unlimited token limits. Extract themes, rank insights by relevance, and find representative quotes. Intelligently scales agents based on workload.",
"version": "1.0.0",
"author": {
"name": "Tim Metz @ Animalz",
"email": "contact@animalz.co",
"url": "https://animalz.co"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}