v2.0.0 高价值 issue 贡献汇总:16 个 PR(#772–#798) #799
YOMXXX
started this conversation in
Show and tell
Replies: 1 comment
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi maintainers 👋 — 我从 TencentCloud/TencentDB-Agent-Memory 的 open issues 中挑选高价值项实现了一批 PR(全部基于 v2.0.0 /
feat/server_team),希望加快评审。以下按主题汇总。1. 数据安全与可靠性
x-tdai-service-id(每端点必传 → 400)→ 发送 header;loggerdebug/info改走 stderr 保护 stdio 协议流(9 测试)MEMORY_LLM_PROTOCOL=anthropic被静默忽略 →StandaloneLLMConfig.protocol+createAnthropic分支 + 部署脚本写透(6 测试)provider=local被 config 禁用 +startWarmup()从不调用 → 启用本地 embedding(node-llama-cpp,离线)(5 测试)2. 功能增强
tdai_read_local本地读取 +read_cos条件注册 + 工具引导动态化(13 测试)ANTHROPIC_BASE_URL代理 →examples/claude-code-hooks/(Stop + SessionStart hooks)3. 构建 / CI / 上游修复
entrypoint.sh/smoke-test.sh+build:seed-v2死引用 + MemoryCore 版本号对齐 2.0.0/health暴露stores.ftsAvailablepr-ci.yml触发分支加feat/server_team+ MemoryKnowledgemain/bin 指向.mjs+response-envelopetypecheck 修复4. 记忆资产备份迁移(#779)
export-memory:chat-memory(L0+L1)→ 校验过的 ZIP(manifest schema + sha256)import-memory --dry-run:manifest / 文件存在性 / checksum 校验import-memory --apply:写入 + 冲突策略skip/rename/replacevectors.dbskills 表 + 资源文件)验证
pr-ci.yml后是唯一触发 CI 的 PR,5 个 job 全绿(Install/Manifest/Pack/Size Guard/Skill Isolation)。其余 PR 因 head 分支的旧pr-ci.yml(只监听main)不触发 CI,均通过本地npm test+ build 验证。备注
manifest.json+assets[].type+ sha256),可支持后续跨模块统一 import。main/bin 指向、typecheck 错误)已在 fix: address upstream CI/build issues (#782 #783 #784) #785 修复。All reactions