Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:29:36 +08:00
commit 89a64b631e
129 changed files with 49131 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "mycelium-core",
"description": "Distributed intelligence system with 130+ expert agents across 11 domains, dual-mode coordination (Redis/TaskQueue/Markdown), real-time pub/sub messaging, and durable Temporal workflows. Like nature's mycelial networks.",
"version": "1.0.0",
"author": {
"name": "Gerald Sornsen",
"email": "gsornsen@gmail.com",
"url": "https://github.com/gsornsen/mycelium"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}