小白龙 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

37
.gitignore vendored Normal file
View File

@@ -0,0 +1,37 @@
# Bailongma - Git Ignore
## Electron / Runtime
Bailongma.exe
*.dll
*.pak
*.bin
icudtl.dat
LICENSES.chromium.html
sources/
*.pak
*.dat
## Node
node_modules/
.cache/
## Environment
.env
.env.local
## OS
.DS_Store
Thumbs.db
## Logs
*.log
logs/
## Build output
dist/
out/
## IDE
.vscode/
.idea/
*.swp