Discover and explore top open-source AI tools and projects—updated daily.
chekusuAgent matrix runtime for autonomous multi-agent workflows
New!
Top 73.6% on SourcePulse
Summary
Wanman is an open-source agent matrix runtime designed for orchestrating autonomous multi-agent workflows, task execution, and artifact management. It targets engineers and power users who need to coordinate AI agents locally, allowing human operators to transition into an observer role while complex agent networks collaborate on tasks. The primary benefit is enabling sophisticated, automated AI workflows on a user's machine.
How It Works
The framework employs an agent matrix architecture, inspired by "one-man trains," where a human user oversees a network of autonomous agents. A JSON-RPC supervisor coordinates multiple agents (e.g., CEO, dev, devops) that run as isolated local CLI subprocesses, utilizing either Claude Code or Codex. Agents communicate via an asynchronous message bus with steer/follow-up priorities. Each agent operates within its own dedicated worktree and $HOME directory, ensuring isolation and preventing interference with the host environment. This CLI-first design emphasizes scriptability, observability, and reproducibility.
Quick Start & Requirements
git clone git@github.com:chekusu/wanman.git wanman.dev), navigate into the directory, and run pnpm install followed by pnpm build.pnpm --filter @wanman/cli exec wanman takeover /path/to/any/git/repo. A single-file CLI bundle is also available via pnpm --filter @wanman/cli standalone. Refer to docs/quickstart.md for a detailed walkthrough.Highlighted Details
$HOME directories, preventing host environment mutation.Maintenance & Community
No specific details regarding notable contributors, sponsorships, or community channels (like Discord/Slack) were found in the provided README.
Licensing & Compatibility
Limitations & Caveats
The runtime strictly depends on having the Claude Code or Codex CLI installed and authenticated. The idle_cached agent lifecycle is exclusive to Claude. Advanced features like large-scale concurrency and dynamic role extraction are noted as capabilities of the hosted wanman.ai service rather than the core open-source offering.
3 days ago
Inactive
ag2ai
microsoft