deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
@deepseek-ai/dsh-session-messagingSame-process messaging between live DeepSeek Harness sessions.
The plugin registers session_list, session_send, and session_messages.
Delivery uses the public ctx.agents registry and Agent.followup(), so an
idle target is woken and a busy target receives ordinary queued work. A bounded
in-memory recent log (the latest 1,000 delivered messages) is kept only for
session_messages replay and diagnostics; it is not a second delivery queue.
Messages carry sender, target, UUID, and timestamp metadata.
This package intentionally does not implement cross-host transport. A future relay can replace the local backend while preserving the tool contract.
None, as session_list, session_send, and session_messages expose their
schemas directly through the tool registry.
Independent tool schemas; sending a message changes only the target session's queued input and does not alter the sender's cached prompt prefix.
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。