小白龙 Bailongma - 初始发布
自主操作员与思考搭档系统。 - orchestrator-v2: 多Agent编排层(协调器/Agent池/角色路由/辩论引擎) - 后台意识引擎:情绪轮/内对话/注意力漂移/元认知 - 记忆系统:SQLite持久化/FTS5检索/背景审查/压缩 - ACUI组件系统 + 语音支持(Whisper/TTS) 排除运行时二进制、缓存、状态文件、模型权重。
This commit is contained in:
27
.gitignore
vendored
27
.gitignore
vendored
@@ -1,15 +1,29 @@
|
||||
# Bailongma - Git Ignore
|
||||
|
||||
## Electron / Runtime
|
||||
Bailongma.exe
|
||||
## Electron / Runtime binaries (catch-all)
|
||||
*.exe
|
||||
*.dll
|
||||
*.pak
|
||||
*.bin
|
||||
icudtl.dat
|
||||
*.dat
|
||||
*.asar
|
||||
snapshot_blob.bin
|
||||
vk_swiftshader_icd.json
|
||||
LICENSES.chromium.html
|
||||
sources/
|
||||
*.pak
|
||||
*.dat
|
||||
|
||||
## Runtime generated files
|
||||
engine.pid
|
||||
*.sqlite
|
||||
*.sqlite-wal
|
||||
*.sqlite-shm
|
||||
|
||||
## Data / Reviews
|
||||
reviews/*.jsonl
|
||||
|
||||
## Voice model assets (pre-trained weights)
|
||||
*.tiktoken
|
||||
*.npz
|
||||
|
||||
## Node
|
||||
node_modules/
|
||||
@@ -35,3 +49,6 @@ out/
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
## Runtime state (regenerated dynamically)
|
||||
consciousness.json
|
||||
memory_bridge.json
|
||||
|
||||
Reference in New Issue
Block a user