Orchestrate AI coding agents across all your machines

Run one prompt across every device you own.

AgentFleet lets Claude Code, Copilot CLI, Cursor, Aider, or any agent CLI run the same task on multiple machines in parallel — coordinated through OneDrive, no server required.

npx -y @daomar/agentfleet run

One command to start. Auto-detects OneDrive, initializes, and begins watching for tasks.

在所有设备上编排 AI 编码智能体

一条命令启动,所有设备并行处理。

AgentFleet 让 Claude Code、Copilot CLI、Cursor、Aider 或任意 agent CLI 在多台机器上并行执行同一个任务——通过 OneDrive 协调,无需服务器。

npx -y @daomar/agentfleet run

一条命令启动。自动检测 OneDrive、初始化并开始监听任务。

Any agent CLI

Works with Claude Code, Copilot CLI, Cursor, Aider, or any command that accepts a prompt. Configure per-machine or per-task.

Parallel agent output

Every node runs its own local agent and writes hostname-scoped results, so you can compare outputs side by side.

Zero infrastructure

No backend, scheduler, database, or inbound port. OneDrive handles coordination. One command to start.

How it works

Submit a task once. Each running machine sees the immutable task file, executes locally, and writes back a separate result file.

Machine A          Machine B          Machine C
agentfleet run     agentfleet run     agentfleet submit
     │                  │                   │
     └──────────┬───────┴──────────┬────────┘
                ▼                  ▼
        OneDrive / AgentFleet shared workspace
           tasks/  → immutable task JSON
           output/ → per-machine results

Try it on real agent work

Multi-agent code review

Ask every machine to inspect the same repository for security, reliability, or architecture risks.

Distributed refactor rehearsal

Let separate machines attempt the same migration on separate clones, then compare patch quality.

Prompt benchmark lab

Run one prompt across different local agents, models, branches, or hardware profiles.

支持任意 Agent CLI

兼容 Claude Code、Copilot CLI、Cursor、Aider 或任何接受提示词的命令。可按机器或按任务配置。

并行 Agent 输出

每个节点运行自己的本地 agent,写入带主机名前缀的结果,方便横向比较。

零基础设施

没有后端、调度器、数据库或入站端口。OneDrive 负责协调。一条命令启动。

工作原理

提交一次任务。每台运行中的机器读取不可变任务文件,在本机执行,并写回独立结果文件。

机器 A             机器 B             机器 C
agentfleet run     agentfleet run     agentfleet submit
     │                  │                   │
     └──────────┬───────┴──────────┬────────┘
                ▼                  ▼
        OneDrive / AgentFleet 共享工作区
           tasks/  → 不可变任务 JSON
           output/ → 每台机器独立结果

直接用于真实 Agent 工作流

多智能体代码审查

让所有机器同时审查同一个仓库的安全、可靠性或架构风险。

分布式重构预演

让不同机器在不同 clone 上尝试同一次迁移,然后比较补丁质量。

提示词基准实验室

在不同本地 agent、模型、分支或硬件配置上运行同一个提示词。