blake-r/dsh-plugins--packages-dsh-tool-trajectory-recall0

@blake-r/dsh-tool-trajectory-recall

Model-facing same-session recall/search tools over the durable session log.

AI 分析

核心用途是让 Agent 能够主动检索和召回当前会话的历史轨迹。适合长对话、复杂任务中需要 Agent 具备自我记忆检索能力的场景。

パッケージ
@blake-r/dsh-tool-trajectory-recall
バージョン
0.1.0
最終更新
2026/08/29

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:blake-r/dsh-plugins#585c40b34c69d84da20592d9b396bd78b4fafb30&path:packages/dsh-tool-trajectory-recall

ドキュメント

README 全文を読む ↗

@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.