小白龙 Bailongma - 初始提交

自主操作员与思考搭档系统。
包含 orchestrator-v2 多Agent编排层、后台意识引擎、记忆系统、ACUI 组件。
This commit is contained in:
chengjiaxi
2026-05-22 19:22:06 +08:00
commit 664ffb3834
64 changed files with 111533 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "bailongma-orchestrator-v2",
"version": "3.0.0",
"description": "BaiLongma Orchestrator v3.0 — 5-Layer Persistence Engine",
"main": "run-v2.js",
"scripts": {
"start": "node run-v2.js",
"test": "node run-v2.js --test"
},
"dependencies": {
"sql.js": "^1.14.1",
"uuid": "^9.0.0"
}
}