Agent Bridge Connect banner
roway49 roway49

Agent Bridge Connect

Productivity community

Description

Local-first task control plane for coordinating Codex, Claude Code, and Hermes.

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

Agent Bridge Connect

[中文](README_ZH.md) | English

AgentBC is a local-first task control system for running background work through agents on your machine. The current release supports Codex/ChatGPT, Claude Code, and Hermes. It gives different agent CLIs one task identity, one Runner gateway, one report contract, and one recovery model.

Public Alpha. Use AgentBC on development projects with version control and review agent output before accepting changes.

Current release: **1.0.3A** (Python package version `1.0.3a2`).

  • Repository and releases: GitHub
  • Python package: agentbc
  • CLI: agentbc

Why AgentBC

  • Dispatch work to local agents through one CLI.
  • Keep continuation work in a visible chain such as 4XMC-001 -> 4XMC-002.
  • Write deliverables directly to a user project or an isolated managed workspace.
  • Observe concurrent work through a compact, automatically managed task list.
  • Separate readable task reports from bounded runtime records.
  • Close, recover, reassign, or hand off work without relying on chat context.
  • Receive concise macOS completion and recovery notifications.
  • Send and receive tasks in natural language from any supported agent. See the examples for complete workflows.

![Continue an existing task through its ID and handoff](docs/assets/codex_handoff.gif)

Create A Task

In any supported agent conversation, invoke `/agentbc`, describe the task in natural language, and name the executor:

/agentbc Ask Codex (or any supported agent) to write a document summarizing AgentBC's features and use cases.

Requirements

  • macOS for the current desktop notification and task-list workflow;
  • Python 3.10 or newer;
  • at least one installed and authenticated executor: Codex, Claude Code, or Hermes.

Install And Verify

One command downloads, verifies, installs, and configures AgentBC:

curl -fsSL \
  http