Agents Crew banner
the-long-ride the-long-ride

Agents Crew

AI community

Description

Agent-loop orchestration CLI and local control plane for coordinating Codex, Claude Code, OpenCode, and Antigravity as one configurable AI development crew.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Agents Crew

Agents Crew is a dependency-free TypeScript control plane for durable multi-agent work across Codex, Claude Code, OpenCode, and Antigravity. The normal interface is one prompt: Agents Crew bootstraps its runtime state, creates the smallest useful task graph, coordinates capable agents, enforces policy, recovers durable work, and verifies completion. Registered AI agents can also coordinate directly through task leases, durable mailboxes, and optional A2A delivery without routing every interaction through the engine.

![Agents Crew Web UI Builder](https://raw.githubusercontent.com/the-long-ride/agents-crew/master/media/demo/Builder-Tab.png)

Only the manager host needs the plugin files. Workers can be native host agents, installed CLI tools, read-only API models, or peer agents participating through the agent mesh.

One-prompt orchestration

From a connected Codex, Claude Code, OpenCode, or Antigravity host, the normal workflow is:

@agents-crew fix OAuth reconnect and add tests

The equivalent CLI entry point is:

agents-crew orchestrate --host opencode --goal "fix OAuth reconnect and add tests"

No explicit `crew init`, crew name, or manual manager loop is required. If `.agents-crew/config.toml` is missing, orchestration creates the minimum starter configuration automatically and records durable run state under `.agents-crew/` inside the current repository. That directory is coordination state, not another copy of the source tree. Equivalent active requests resume by normalized request hash instead of creating duplicate runs.

Low-level lifecycle, manager, and agent commands remain supported for integrations, debugging, and explicit manual control.

Installation & Development Guide

For requirements, installation instructions, first setup, development guidelines, and release procedures, see [GUIDELINE.md](GUIDELINE.md).

Core commands

agents-crew orchestrate --host  --goal "..." [--plan-only]
crew init