markelayan/agents-in-the-loop ↗★ 0
agents-in-the-loop
DeepSeek Harness 跨会话 Agent 呼叫中心插件
AI 分析
核心用途是实现 DSH 会话之间的消息传递,并提供基于会话 ID 的联系人名录管理工具。适合需要让不同的 Agent 会话之间进行直接通信和协同工作的复杂任务。
安裝
此插件尚未提供可驗證的 bundle,或相容性檢查未通過。請先閱讀倉庫說明。 閱讀完整 README ↗
說明文件
閱讀完整 README ↗Configuration
One row (see cordis.patch.yml.example):
- insert:
- id: agents-in-the-loop
name: agents-in-the-loop
config:
enabled: true
sessionMessage:
enabled: true # kill-switch for the session_message tool
contacts:
enabled: true # kill-switch for the contacts tool
# file: '~/.dsh/taskboard-flow-contacts.json' # default store
The contacts store defaults to ~/.dsh/taskboard-flow-contacts.json — the
historical taskboard-flow path, so contacts created before the rename keep
working. Atomic tmp+rename writes; personal state, never shipped.