Rust multi-agent

Open-source Rust projects categorized as multi-agent
Rust ai-agents LLM AI CLI

Top 8 Rust multi-agent Projects

multi-agent
  1. hcom

    Let AI agents message, watch, and spawn each other across terminals. Claude Code, Codex, Antigravity CLI, Cursor CLI, OpenCode, Kilo, Pi, Kimi (by aannoo)

    Project mention: CLI tool for live communication between agents in different TUIs and subagents | news.ycombinator.com | 2026-02-13
  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. box0

    Open-Source Platform for Subagents and Agent Teams. Long-running, collaborative, proactive.

    Project mention: Stream0, the messaging layer for AI agents. HTTP-native, event-driven | news.ycombinator.com | 2026-03-16
  4. cas

    Multi-agent orchestration for Claude Code. Persistent memory, tasks, rules, and skills that make AI agents actually coordinate. (by codingagentsystem)

    Project mention: CAS – I reverse-engineered Claude Code to build a better orchestrator | news.ycombinator.com | 2026-03-11

    Anthropic just shipped Agent Teams for Claude Code (https://news.ycombinator.com/item?id=46902368). I've been building the same thing independently for months, but with a different architecture that solves the two biggest problems people flagged in that thread: file conflicts and quality.

    Their approach uses file locking. Tasks have to be file-disjoint or agents overwrite each other. CAS uses git worktrees instead. Each agent gets its own full copy of the repo on its own branch. Three agents can edit the same file simultaneously and the supervisor merges everything back. No locks, no file-disjoint constraint.

    The other problem: agents that say "done" when they're not. CAS has verification gates. Workers self-verify before closing (no TODOs, code is wired up, tests pass). Tasks enter pending_verification and workers can't claim new work until it clears. This was born out of pain. Without it, agents mark tasks done while leaving half-connected code everywhere.

    GitHub: https://github.com/codingagentsystem/cas

  5. parallax

    Distributed multi-agent research engine with dynamic strategy planning, durable stream-based coordination, and controlled synthesis (by s2-streamstore)

    Project mention: Google Open Sources Experimental Agent Orchestration Testbed Scion | news.ycombinator.com | 2026-04-07

    this is very cool! i recently hacked on something similar https://github.com/s2-streamstore/parallax

    and also wrote about it https://s2.dev/blog/distributed-ai-agents

  6. CrewForge

    A virtual team in your terminal: multiple AI agents discuss and converge, so you don't have to iterate alone.

    Project mention: CrewForge: A shared terminal room where humans and agents think out loud | news.ycombinator.com | 2026-02-22

    micromanaging back-and-forth and more time on higher-leverage work.

    Built in Rust, shipped via npm (no runtime dependency beyond opencode).

    GitHub: https://github.com/Rexopia/crewforge

    Happy to answer questions about the architecture.

  7. kbtz

    Task tracker for AI agents

    Project mention: Kbtz: A task tracker and TUI workspace for coding agents | news.ycombinator.com | 2026-02-28
  8. rune

    Rust-native AI runtime — personal agent gateway with multi-project orchestration, semantic memory, and federated instance support (by ghostrider0470)

    Project mention: Rune: A Rust-Native AI Runtime — And Why It Needs Contributors | dev.to | 2026-04-10

    git clone https://github.com/ghostrider0470/rune.git cd rune cargo build --release

  9. Mutagen

    Mutagen is a Rust based harness for Claude and Codex that was developed to lead users from idea to full-stack application with greater precision and less cost than competitors. (by CHKDSKLabs)

    Project mention: Mutagen 0.4.0 Released: Service Extraction, Bug Crunches, and Fixed Persona Drift | dev.to | 2026-06-03

    Mutagen 0.4.0 addresses the friction points that plague agentic workflows: context bloat, brittle persona transitions, and the lack of a deterministic path from design document to deployed artifact. We aren't trying to make prompts smarter; we are making the harness that executes them more precise. This release introduces a Rust-based service extraction layer that decouples static dependency mapping from generative reasoning, implements an adversarial verification pipeline to gate deployment, and enforces strict stage transitions to prevent the agent personas we rely on from drifting into one another's scopes.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Rust multi-agent discussion

Log in or Post with

Rust multi-agent related posts

  • Codex Deleted Real Files. The Fix? A Flag You Didn't Set.

    2 projects | dev.to | 16 Jul 2026

Index

What are some of the best open-source multi-agent projects in Rust? This list will help you:

# Project Stars
1 hcom 392
2 box0 81
3 cas 77
4 parallax 27
5 CrewForge 4
6 kbtz 3
7 rune 0
8 Mutagen 0

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com