✓ Verified 💻 Development ✓ Enhanced Data

Geepers Orchestrate

Run multi-agent Dream Cascade (hierarchical 3-tier synthesis) or Dream Swarm (parallel multi-domain

Rating
4.5 (26 reviews)
Downloads
992 downloads
Version
1.0.0

Overview

Run multi-agent Dream Cascade (hierarchical 3-tier synthesis) or Dream Swarm (parallel multi-domain search)

Complete Documentation

View Source →

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

text
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

text
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)

Installation

Terminal bash

openclaw install geepers-orchestrate
    
Copied!

💻Code Examples

export DREAMER_API_KEY=your_key_here

export-dreamerapikeyyourkeyhere.txt
## Endpoints

### Dream Swarm — Parallel Search

}

.txt
Runs multiple agents simultaneously across data sources and synthesizes results.

### Dream Cascade — Hierarchical Synthesis

}

.txt
Three-tier workflow: Belter agents gather raw data → Drummer agents synthesize domains → Camina produces executive summary.

## Response Format

Both endpoints return:
example.txt
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
}
example.txt
POST https://api.dr.eamer.dev/v1/orchestrate/cascade
Body:
{
  "task": "Analyze the current state of quantum computing hardware",
  "num_agents": 8,
  "provider": "anthropic"
}
example.json
{
  "result": "Synthesized answer...",
  "sources": [...],
  "agent_count": 5,
  "duration_ms": 12450
}

Tags

#web_and-frontend-development

Quick Info

Category Development
Model Claude 3.5
Complexity Advanced
Author lukeslp
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install geepers-orchestrate