@veedubin/opencode-boomerang
v1.0.12
Published
Multi-agent orchestration plugin for OpenCode with Boomerang Protocol
Maintainers
Readme
@boomerang/opencode-plugin
Multi-agent orchestration plugin for OpenCode with built-in semantic memory.
Installation
npm install @boomerang/opencode-pluginFeatures
- 🤖 10 Specialized Agents - Coder, tester, architect, explorer, and more
- 🧠 Built-in Memory - Automatic semantic memory via bundled Python subprocess
- 📊 Performance Metrics - Track agent performance and optimize routing
- 🗂️ Multi-Project Workspaces - Work across multiple projects
- ⚡ Automatic Indexing - Project files indexed automatically on startup
- 🔧 LLM Provider Agnostic - Use OpenAI, Anthropic, Google, or local models
Quick Start
Install the plugin:
npm install -g @boomerang/opencode-pluginSet your LLM provider:
export OPENAI_API_KEY=sk-...The plugin starts automatically with OpenCode.
Configuration
See docs/LLM_PROVIDER_GUIDE.md for provider setup.
Documentation
Requirements
- Node.js ≥20.0.0
- Python 3.11+ (for built-in memory)
License
MIT
