orbital-agents
Persistent Endeavour and Challenger peer sessions for DeepSeek Harness that plan, execute sequential tasks, and verify reported results.
怎么安装
dsh plugin add dsh-orbital-agents 简介
Orbital Agents Two coordinated DSH agents that plan and execute as one pair. **Orbital Agents** is the project and repository identity; the published package is **dsh-orbital-agents** (the predecessor name dsh-endeavour is superseded and deprecated on npm). The **Endeavour** agent investigates, writes the plan, and verifies results. Its persistent **Challenger** peer is a second ordinary chat that executes the plan and reports back through a durable protocol. The pair is created once and reused for every later plan, so the two agents stay in the same orbit instead of being re-spawned per task.…
推荐参考
信息
- 协议
- MIT
- 语言
- TypeScript
- GitHub 星标
- 0
- 月下载
- 773
- 最近更新
- 2026-09-20
- 创建于
- 2026-09-18
基础安全检查
- 检查结果
- 无
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- ai-agents, cordis, deepseek-harness, dsh, dsh-plugin, dsh-plugins, multi-agent
同类推荐
dsh-memory
FuRongJun-1999/dsh-memory
白箱AGI架构探索:元认知(自我认知循环)、持续学习(知识飞轮)、世界模型(条件空间+语义时空图)、自我改进(自举纪律)、零LLM白箱管线与可审计信任护栏。
dsh-engram
kenz1117/dsh-engram
跨会话长期记忆插件,以「记忆宫殿」隐喻重构 agent 长期记忆:双层 SQLite 分库(用户级 + 按 git origin 隔离的项目级)、FTS5 + 本地向量 RRF 融合与新鲜度/命中排序 boost、从会话日志自动摄取(含末轮)、来源审计链、巩固蒸馏与衰减遗忘,以及设置页「记忆库」面板(走廊拓扑、导览管家、翻新清单)。
dsh-pua
MichengAI/dsh-pua
提供 /pua,在 Agent 失败后促使其换方法,并在宣称完成前核验收据;含 15 种公司风格、角色模式、全局与会话设置,以及可选验收循环(直到验收命令通过、达到迭代上限或用户取消)。
dsh-answer-reviewer
bycall/dsh-answer-reviewer
智能体回答审查器:每一轮 agent 的最终输出由独立 LLM 重新打分(1-100),低于阈值时携带具体反馈引导 agent 自我修正;评分以角标形式展示在该回答的操作行上(通过=绿、未达标=红,悬停可见重试次数与原因)。闸值配置经 127.0.0.1 本地 HTTP 服务实时修改,并支持输入框上方的折叠面板与 dsh-better-sidebar 侧栏配置页。