Open-source multi-agent framework extracted from Claude Code leak

✍️ OpenClawRadar📅 Published: April 1, 2026🔗 Source
Open-source multi-agent framework extracted from Claude Code leak
Ad

Claude Code's full source code was leaked via source maps, exposing 500,000+ lines of TypeScript. A developer extracted the multi-agent orchestration layer and rebuilt it as a standalone open-source framework called Open Multi-Agent.

Key features extracted from Claude Code

  • Multi-agent teams with role-based specialization
  • Task pipelines with dependency resolution (topological scheduling)
  • Inter-agent messaging + shared memory
  • LLMAdapter interface with Anthropic/OpenAI built-in
  • In-process execution, no subprocess overhead
  • 5 built-in tools: bash, file read/write/edit, grep
Ad

Framework details

The framework is approximately 8,000 lines of TypeScript and MIT licensed. The key difference from the original Claude Code implementation is that it's model-agnostic. You can run a team where one agent uses Claude for planning and another uses GPT for implementation, with the same workflow, shared memory, and message bus between them.

Technical implementation

The LLMAdapter interface is simple to implement for any model. You need to implement chat() and stream() methods. The developer expressed interest in seeing community adapters for Ollama, llama.cpp, vLLM, and other models.

📖 Read the full source: r/LocalLLaMA

Ad

👀 See Also

Stockade: A New Orchestration Tool for Claude Code with Channel Support and Security Layers
Tools

Stockade: A New Orchestration Tool for Claude Code with Channel Support and Security Layers

Stockade is an orchestration tool built around Anthropic's Agent SDK that provides channel-based session management, RBAC, and fine-grained permissions for AI agents. It addresses limitations in OpenClaw and NanoClaw by offering more control while maintaining security through containerization and credential proxies.

OpenClawRadar
Printable Claude Code Cheat Sheet with Weekly Auto-Updates
Tools

Printable Claude Code Cheat Sheet with Weekly Auto-Updates

A developer created a one-page printable cheat sheet for Claude Code using Claude itself, covering keyboard shortcuts, slash commands, workflows, skills system, memory/CLAUDE.md, MCP setup, CLI flags, and config files. The HTML file is auto-updated weekly via cron job with new features tagged as 'NEW'.

OpenClawRadar
🦀
Tools

Claude Prototypes Real Estate Analysis App in 3 Hours Using Live Zillow Data via clawhub

A developer used Claude with the zillow-full clawhub tool to build a rental cash flow analysis app — pulling live Zillow API data, prototyping the UI around real JSON responses, and delivering a working prototype in one afternoon.

OpenClawRadar
Membase: External Memory Layer for AI Assistants Across Tools
Tools

Membase: External Memory Layer for AI Assistants Across Tools

Membase is an external memory layer that extracts and stores conversation context in a knowledge graph, then injects relevant memories into new chats across Claude, ChatGPT, Cursor, Gemini, and other AI tools. It's currently in private beta with all features free.

OpenClawRadar