Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:47:30 +08:00
commit c4a2d901ae
5 changed files with 468 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "panel-system",
"description": "Dynamic multi-perspective analysis with 3 core roles + recruited specialists. Recruiter analyzes topic and assigns 2-5 specialist agents from 239-agent library with evocative session-specific names.",
"version": "4.1.2",
"author": {
"name": "pknull",
"email": "noreply@example.com"
},
"agents": [
"./agents/recruiter.md"
],
"commands": [
"./commands"
]
}