Add Fusion to the multi-agent orchestrators directory#14
Open
gsxdsm wants to merge 1 commit into
Open
Conversation
Fusion is an open-source, multi-node agent orchestrator: a planning agent turns a plain-language task into a PROMPT.md plan, then runs plan, review, execute, and review gates for each task in an isolated git worktree, controllable from desktop, web, mobile, or the fn CLI. Adds the directory entry, GitHub-stars record, logo, and platform-context screenshot. Sources verified: - https://github.com/Runfusion/Fusion - https://runfusion.ai/
✅ Deploy Preview for open-orchestrators ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this adds
A directory entry for Fusion (
Runfusion/Fusion), an open-source, MIT-licensed multi-agent orchestrator, in the open-orchestrators track.A planning agent turns a plain-language task into a
PROMPT.mdplan, then Fusion runs plan → review → execute → review gates for each task inside an isolated git worktree (fusion/{task-id}). It is controllable from a desktop app (Electron), mobile app (Capacitor), web dashboard, or thefnCLI, with task/board state synced across a mesh of peer nodes. Supports hierarchical missions (Mission → Milestone → Slice → Feature → Task), inter-agent messaging, and any local or cloud model (Anthropic, OpenAI, Ollama, Google, custom providers).Why it fits the scope
Orchestration is central to the product: multi-agent coordination, parallel coding-agent execution with worktree isolation, workflow/approval gates, and shared board state across nodes — not a thin model wrapper.
Files changed
src/data/orchestrators.ts— newfusionentry (+fusionScreenshots),visibility: open, slugfusion, repoRunfusion/Fusion.src/data/github-stars.json— initial stars record (homepage sorts by stars; refreshed by the existing workflow).public/logos/fusion.png— local logo asset (no third-party hotlinking).public/images/players/fusion/fusion-platform-context.png— platform-context screenshot.Copy is kept factual and concise, one short paragraph for the summary and one sentence for the directory note, per CONTRIBUTING.
Verification
npm testpasses;npm run buildsucceeds and emits/players/fusion/.🤖 Generated with Claude Code