Vocllum/tdai-memory-dsh-plugin1

tdai-memory-dsh-plugin

Native DeepSeek Harness plugin for TencentDB Agent Memory recall, capture, and read-only search tools.

AI 分析

核心用途是原生对接腾讯云 Agent 记忆体。适合需要严格保持 Agent 隔离、实现自动记忆召回和只读搜索的任务。需在环境变量中配置凭证。

パッケージ
tdai-memory-dsh-plugin
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/18

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Vocllum/tdai-memory-dsh-plugin

ドキュメント

README 全文を読む ↗

Configuration

Configure TDAI_MEMORY_ENDPOINT, TDAI_MEMORY_API_KEY, TDAI_MEMORY_INSTANCE_ID, TDAI_MEMORY_TEAM_ID, TDAI_MEMORY_AGENT_ID, and TDAI_MEMORY_USER_ID in the DSH process environment. TDAI_MEMORY_RECALL_LIMIT controls automatic recall size. Missing identity disables memory operations without blocking DSH.

The plugin preserves v3 agent isolation and does not fabricate identity fallbacks. Cross-agent or team-wide recall is intentionally not implemented here; that belongs in a separately reviewed Gateway/API policy change.