返回顶部
g

geepers-orchestrate多智能体编排

Run multi-agent Dream Cascade (hierarchical 3-tier synthesis) or Dream Swarm (parallel multi-domain search) workflows via the dr.eamer.dev orchestration API. Use when a task benefits from multiple specialized agents working in parallel or hierarchically.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
597
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

geepers-orchestrate

Dreamer Orchestrate

通过 https://api.dr.eamer.dev 运行多智能体工作流。

身份验证

bash
export DREAMERAPIKEY=yourkeyhere

端点

Dream Swarm — 并行搜索

POST https://api.dr.eamer.dev/v1/orchestrate/swarm
请求体:
{
query: 2型糖尿病最有效的治疗方法有哪些?,
sources: [pubmed, semantic_scholar, wikipedia],
num_agents: 5
}

跨数据源同时运行多个智能体并综合结果。

Dream Cascade — 层级综合

POST https://api.dr.eamer.dev/v1/orchestrate/cascade
请求体:
{
task: 分析量子计算硬件的当前状态,
num_agents: 8,
provider: anthropic
}

三层工作流:Belter 智能体收集原始数据 → Drummer 智能体综合各领域 → Camina 生成执行摘要。

响应格式

两个端点均返回:
json
{
result: 综合答案...,
sources: [...],
agent_count: 5,
duration_ms: 12450
}

适用场景

  • - 需要多角度分析的复杂研究问题
  • 需要多次顺序查询的跨领域综合
  • 并行处理可节省时间的长期分析

不适用场景

  • - 简单的单源查询(请使用 dreamer-data)
  • 需要对单个智能体行为进行精细控制
  • 对延迟敏感(编排过程需10-60秒)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 geepers-orchestrate-1776420045 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 geepers-orchestrate-1776420045 技能

通过命令行安装

skillhub install geepers-orchestrate-1776420045

下载

⬇ 下载 geepers-orchestrate v1.0.0(免费)

文件大小: 1.56 KB | 发布时间: 2026-4-17 19:02

v1.0.0 最新 2026-4-17 19:02
- Initial release of geepers-orchestrate skill for orchestrating multi-agent workflows using the dr.eamer.dev API.
- Supports hierarchical (Dream Cascade) and parallel (Dream Swarm) workflow execution.
- Enables research and synthesis tasks using multiple specialized agents across various sources.
- Provides clear guidance on authentication, endpoints, response format, and use cases.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部