Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:08:21 +08:00
commit c40798a7c7
4 changed files with 82 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "advanced-ai-agents",
"description": "Advanced AI agent for complex problem solving and deep analysis with GPT-5 integration",
"version": "0.0.0-2025.11.28",
"author": {
"name": "Claude Code Dev Workflows",
"email": "contact@example.com"
},
"agents": [
"./agents"
]
}