返回顶部
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
安全检测
已通过
536
下载量
0
收藏
概述
安装方式
版本历史

geepers-orchestrate

# Dreamer Orchestrate Run multi-agent workflows through `https://api.dr.eamer.dev`. ## Authentication ```bash export DREAMER_API_KEY=your_key_here ``` ## Endpoints ### Dream Swarm — Parallel Search ``` POST https://api.dr.eamer.dev/v1/orchestrate/swarm Body: { "query": "What are the most effective treatments for Type 2 diabetes?", "sources": ["pubmed", "semantic_scholar", "wikipedia"], "num_agents": 5 } ``` Runs multiple agents simultaneously across data sources and synthesizes results. ### Dream Cascade — Hierarchical Synthesis ``` POST https://api.dr.eamer.dev/v1/orchestrate/cascade Body: { "task": "Analyze the current state of quantum computing hardware", "num_agents": 8, "provider": "anthropic" } ``` Three-tier workflow: Belter agents gather raw data → Drummer agents synthesize domains → Camina produces executive summary. ## Response Format Both endpoints return: ```json { "result": "Synthesized answer...", "sources": [...], "agent_count": 5, "duration_ms": 12450 } ``` ## When to Use - Complex research questions requiring multiple perspectives - Cross-domain synthesis that would take multiple sequential queries - Long-horizon analysis where parallelism saves time ## Don't Use When - Simple single-source queries (use dreamer-data instead) - You need fine-grained control over individual agent behavior - Latency is critical (orchestration takes 10-60 seconds)

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

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

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

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

通过命令行安装

skillhub install geepers-orchestrate-1776420045

下载 Zip 包

⬇ 下载 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
返回顶部