mirror of
https://github.com/TencentCloud/TencentDB-Agent-Memory
synced 2026-07-10 12:34:27 +00:00
feat: release v0.3.3 — Hermes adapter, context offload, core refactor
This commit is contained in:
+24
@@ -10,10 +10,34 @@ workspace/
|
||||
# Test caches
|
||||
__tests__/soak/.model-cache/
|
||||
|
||||
# Python cache
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
|
||||
# Migration build output
|
||||
scripts/export-tencent-vdb/dist/
|
||||
scripts/migrate-sqlite-to-tcvdb/dist/
|
||||
scripts/read-local-memory/dist/
|
||||
|
||||
# Root-level build output (not used at runtime, not published)
|
||||
/dist/
|
||||
|
||||
node_modules/
|
||||
benchmark-runs/
|
||||
.codebuddy
|
||||
.ai_assets
|
||||
|
||||
# Dev-only scripts & lockfile (not shipped in MR)
|
||||
install-plugin.sh
|
||||
package-lock.json
|
||||
pnpm-lock.yaml
|
||||
yarn.lock
|
||||
test-offload.sh
|
||||
test-offload-mmd.sh
|
||||
test-offload-sessions.sh
|
||||
|
||||
# npm pack / release tarballs (never commit packaged outputs)
|
||||
*.tgz
|
||||
*.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user