Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:51:51 +08:00
commit aaa5832fbf
40 changed files with 3362 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "warpio",
"description": "Scientific computing orchestration with AI experts, MCP tools, and HPC automation",
"version": "0.1.0",
"author": {
"name": "IOWarp.ai",
"email": "a.kougkas@gmail.com",
"url": "https://iowarp.ai"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}