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