blake-r/dsh-plugins--packages-dsh-tool-trajectory-recall ↗★ 0
@blake-r/dsh-tool-trajectory-recall
Model-facing same-session recall/search tools over the durable session log.
AI 분석
核心用途是让 Agent 能够主动检索和召回当前会话的历史轨迹。适合长对话、复杂任务中需要 Agent 具备自我记忆检索能力的场景。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:blake-r/dsh-plugins#585c40b34c69d84da20592d9b396bd78b4fafb30&path:packages/dsh-tool-trajectory-recall@blake-r/dsh-tool-trajectory-recall
Model-facing same-session recall/search tools over the durable session log.
Install
From npm (published):
dsh plugin --profile web add @blake-r/dsh-tool-trajectory-recall
From the GitHub repo (selective, subdirectory):
dsh plugin --profile web add github:blake-r/dsh-plugins#path:packages/dsh-tool-trajectory-recall
What it does
A bundle package in the dsh-plugins monorepo. See the header comment in
src/dsh-tool-trajectory-recall.mjs for full behavior.
The recall/search cores and compiler helpers are vendored from an upstream compaction engine whose algorithm this plugin adapts for model-facing same-session recall/search tools.