Scavengers Assemble orchestrates your favorite LLMs (Gemini, Claude, GPT, Ollama) in an asynchronous Directed Acyclic Graph (DAG) with full interactive simulation, JARVIS voice comms, and direct disk code synthesis.
Everything you need to configure your superhero harness, understand our DAG architecture, and see why we outperform single-agent chatbots.
Clone the repository, build TypeScript, and launch the autonomous coding war room in under 60 seconds.
Installs all dependencies, compiles TypeScript, and boots the local Mission Control server.
💡 Next Step: Open your local browser at http://localhost:3000/ to enter Mission Control, enter your directive, or speak via JARVIS voice comms!
Most AI tools force you into a single text chatbox or charge \$20-\$500/mo for a sequential single-agent loop. Scavengers turns your models into an asynchronous strike team with zero vendor lock-in.
Tools like Devin or Copilot run single-threaded loops that stall on errors. Tony Stark deconstructs your goal into an asynchronous DAG where Spider-Man (UI), Hulk (Logic), and Thor (DevOps) build concurrently in parallel.
Watch your agents execute tasks with real-time thought logs, multi-lingual audio synthesis, and interactive visual feedback instead of watching a blank spinner.
No sandboxed ephemeral VMs. Scavengers creates full, runnable projects directly on your local disk at ./workspace/<slug>/ complete with package manifests and copyable terminal run scripts.
Zero subscription fees. Bring your own keys (Gemini, Claude, OpenAI) or use 100% free offline local models with Ollama (DeepSeek-R1, Llama 3.3). You own all generated code.
| Feature / Dimension | 🦾 Scavengers Assemble | Cursor / Copilot | Devin / AutoGPT | ChatGPT / Claude Web |
|---|---|---|---|---|
| Agent Architecture | ✓ 5-Hero Parallel DAG + 5 Reserve | ✗ Single-turn Autocomplete | ✗ Sequential Single Agent | ✗ Single Chat Turn |
| Visual Interface | ✓ 3D Isometric Simulation Engine | ✗ Code Editor Sidebar | ✗ Web Terminal Log | ✗ Plain Text Markdown |
| Multilingual Voice Comms | ✓ JARVIS Mic Translation (Hindi/Eng/Esp) | ✗ None | ✗ None | Voice chat only (no code DAG) |
| Local Disk Code Emission | ✓ Full runnable repos (./workspace/) |
Inline file edits only | Remote Cloud VM Sandbox | ✗ Copy-paste code blocks |
| Vibranium QA & AST Verifier | ✓ Captain America & Dr. Strange | Basic Linter check | CLI error loop retry | ✗ None |
| LLM Provider Freedom | ✓ Gemini, Claude, OpenAI, Ollama (Zero Lock) | Proprietary Proxy | Fixed Model | Provider Specific |
| Pricing & License | ✓ 100% Free & MIT Open Source | $20 / month | $500 / month / Waitlist | $20 / month |
How Scavengers Assemble deconstructs high-level human directives into production-grade multi-file repositories with zero hallucination.
./workspace/ with run scripts.
Heroes do not operate in silos. If The Hulk exposes an exported TypeScript interface (e.g., interface UserSession), the Stark Comms Bus broadcasts that contract in real-time to Spider-Man for frontend state binding and to Thor for container environment variables, preventing schema drift before code is even written.
Each superhero agent is backed by specialized system prompts, tailored tools, and distinct cognitive tasks.
CORE LEAD
CORE HERO
CORE HERO
package.json), build pipelines, and terminal run scripts.
CORE HERO
CORE HERO
MULTIVERSE
MULTIVERSE
MULTIVERSE
MULTIVERSE
MULTIVERSE
Route tasks to the best model for the job with live health check ping latency and instant fallback support.
Gemini 2.0 Flash / Pro & Gemini 1.5. Massive 1M-2M context window with near-instant sub-second token generation.
gemini-2.0-flashClaude 3.5 / 3.7 Sonnet & Opus. Outstanding precision for complex architectural design, AST logic, and code refactoring.
claude-3-5-sonnet-latestGPT-4o, GPT-4o-mini & o3-mini. Reliable code structure, OpenAPI schema generators, and unit test compliance.
gpt-4oDeepSeek-R1, Llama 3.3, Qwen 2.5 Coder, Mistral. Zero cloud requests, full privacy, and zero token costs.
deepseek-r1:latestPick your stack and desired project to generate the customized execution command for your terminal.
Built with modern web standards, HTML5 canvas, and rigorous type safety.
Answers to common questions about setup, safety, and agent orchestration.
./workspace/<project-slug>/ directory. Each workspace includes full source files, package manifests, and copyable terminal execution scripts (e.g. npm install && npm start).
http://localhost:11434. All multi-agent orchestration will run entirely locally on your machine.
src/heroes/ extending BaseHero or drop prompt skill files into the registered skills directory. The orchestrator automatically discovers registered agents and delegates tasks matched to their declared competencies.