randerous/dsh-turn-meta1

@deepseek-ai/dsh-turn-meta

Opt-in per-step turn metadata injection into the agent request history

AI 分析

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

パッケージ
@deepseek-ai/dsh-turn-meta
バージョン
0.1.0-rc.5
ライセンス
MIT
最終更新
2026/08/13

インストール

検証済み bundle がないか、互換性チェックに失敗しています。先にリポジトリの説明を読んでください。 README 全文を読む ↗

ドキュメント

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.