randerous/dsh-turn-meta1

@deepseek-ai/dsh-turn-meta

DSH 插件:支持在智能体请求历史中按步骤注入单步元数据。

AI 分析

核心用途是向 Agent 的历史记录中注入调试或状态元数据。适合需要精细化追踪 Agent 执行步骤和进行行为分析的开发者。

包名
@deepseek-ai/dsh-turn-meta
版本
0.1.0-rc.5
许可证
MIT
最近更新
2026年8月13日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗

Install into a profile

The plugin is opt-in. Add it to a cordis.patch.yml overlay (or pass as --patch):

- insert:
    - id: turn-meta
      name: '@deepseek-ai/dsh-turn-meta'
      config:
        enabled: true
        minStep: 1

Or, for a self-contained checkout, symlink the dependencies from your installed dsh profile and run the smoke:

node tests/smoke.mjs

smoke.mjs drives the real TypeScript source (Node ≥ 23 type stripping) against an installed dsh distribution; it needs @deepseek-ai/{cordis,dsh-agent,dsh-llm,dsh-session,schemastery} resolvable from the package's node_modules.