自主操作员与思考搭档系统。 - orchestrator-v2: 多Agent编排层(协调器/Agent池/角色路由/辩论引擎) - 后台意识引擎:情绪轮/内对话/注意力漂移/元认知 - 记忆系统:SQLite持久化/FTS5检索/背景审查/压缩 - ACUI组件系统 + 语音支持(Whisper/TTS) 排除运行时二进制、缓存、状态文件、模型权重。
55 lines
604 B
Plaintext
55 lines
604 B
Plaintext
# Bailongma - Git Ignore
|
|
|
|
## Electron / Runtime binaries (catch-all)
|
|
*.exe
|
|
*.dll
|
|
*.pak
|
|
*.bin
|
|
*.dat
|
|
*.asar
|
|
snapshot_blob.bin
|
|
vk_swiftshader_icd.json
|
|
LICENSES.chromium.html
|
|
sources/
|
|
|
|
## 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/
|
|
.cache/
|
|
|
|
## Environment
|
|
.env
|
|
.env.local
|
|
|
|
## OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
## Logs
|
|
*.log
|
|
logs/
|
|
|
|
## Build output
|
|
dist/
|
|
out/
|
|
|
|
## IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
## Runtime state (regenerated dynamically)
|
|
consciousness.json
|
|
memory_bridge.json
|