← 返回
开发者工具 Key 中文

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....
{"answer":"通过 dr.eamer.dev 编排 API 运行多智能体 Dream Cascade(三级分层合成)或 Dream Swarm(并行多域搜索)工作流。"}
lukeslp lukeslp 来源
开发者工具 clawhub v1.0.0 1 版本 99888.9 Key: 需要
★ 0
Stars
📥 899
下载
💾 9
安装
1
版本
#latest

概述

Dreamer Orchestrate

Run multi-agent workflows through https://api.dr.eamer.dev.

Authentication

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:

{
  "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)

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 10:12 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Geepers Data

lukeslp
从17个权威API(如arXiv、美国人口普查局、GitHub、NASA、维基百科、PubMed、新闻、天气、金融、FEC等)获取结构化数据——通过...
★ 0 📥 1,134
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,385 📥 320,937
ai-agent

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,232 📥 268,222