Townrain/dsh-session-title-interval-llm--packages-session-title-llm1

@deepseek-ai/dsh-session-title-llm

Shared LLM generation policy for DeepSeek Harness session-title providers (vendored standalone copy)

AI 分析

核心用途是为会话标题生成提供统一的字数、Token 限制及超时等配置策略。适合需要自定义会话标题生成规范的开发者或高级用户。

パッケージ
@deepseek-ai/dsh-session-title-llm
バージョン
0.2.0
ライセンス
MIT
最終更新
2026/08/16

インストール

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

ドキュメント

README 全文を読む ↗

Configuration

Every field is required except the paired route override; there are no library defaults.

KeyContract
targetWordsPositive target word count for non-CJK titles.
targetCjkCharactersPositive target character count for Chinese, Japanese, or Korean titles.
maxInputBytesPositive UTF-8 byte ceiling for the final JSON-framed user prompt.
maxOutputTokensPositive auxiliary generation token cap.
timeoutMsPositive end-to-end deadline within the runtime timer limit.
provider, modelOptional explicit route; both or neither.