Papers › Collaborative Human-Agent Protocol (CHAP)

Collaborative Human-Agent Protocol (CHAP)

8 Jun 2026arXiv:2606.09751added by Syntology

Arsalan Shahid, Gordon Suttie, Philip Black

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Foundation models are moving from response generation into operational roles. They plan across steps, call tools, request human input, coordinate with other agents, and increasingly carry responsibility for work that affects customers, claims, code, contracts, and clinical decisions. Production deployments are no longer one human supervising one model. They are multi-human, multi-agent collaborations that cross teams, time zones, and trust boundaries. The technical surface for this collaboration remains weakly specified. When an agent drafts a response and a human edits it before it ships, the moment of human judgement is the most valuable signal in the system. In current practice it is recorded, if at all, in application code, chat threads, ticket comments, and tribal memory. Two protocol standards address adjacent concerns: MCP standardises agent access to tools and data, and A2A standardises agent-to-agent interoperability. Neither defines the shared workspace in which humans and agents perform accountable work together. This paper presents CHAP, the Collaborative Human-Agent Protocol. Under CHAP, the override that used to vanish into a chat thread becomes a structured event carrying a diff, a rationale, and a content hash. The handoff between shifts becomes a portable envelope rather than a pinned message. The human approval of an agent's draft becomes a non-repudiable signed decision that can be replayed years later. The protocol achieves this through a small Core (workspaces, participants, tasks, artefacts, and an append-only evidence log) together with composable profiles that add review, modes, routing, deliberation, handoff, identity, signatures, and transparency-backed audit as deployments require them. Specification, reference implementation, conformance suite, and worked examples are available at: https://github.com/BrightbeamAI/chap

PaperPDFCode Syntology ran

In Syntology For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2606.09751")

Code

Syntology Ran 10 of 17 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 10 ran with no contract checked.

By repository: found in paper text by Syntology: 17 samples from 1 repository, 10 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

BrightbeamAI/chap found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 10 ran; 0 honoured the contract we drafted; 7 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

10ran
7unverified

Licence: 0 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from BrightbeamAI/chap. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

apply_json_patch BrightbeamAI/chap/packages/chap-analytics/chap_analytics/_patch.py found in paper text by Syntology ran Apache-2.0 (permissive) · 6acbbc7990828852 · report
ask_in_terminal BrightbeamAI/chap/start-here/chap_starter.py found in paper text by Syntology ran Apache-2.0 (permissive) · 1176fbada736f8d1 · report
canonicalize BrightbeamAI/chap/packages/coordinator-py/chap_coordinator/canonical.py found in paper text by Syntology ran Apache-2.0 (permissive) · 2f1073c3823b9aea · report
content_hash BrightbeamAI/chap/packages/coordinator-py/chap_coordinator/canonical.py found in paper text by Syntology ran Apache-2.0 (permissive) · feec9349999bf3a9 · report
is_valid_envelope BrightbeamAI/chap/packages/coordinator-py/chap_coordinator/jsonrpc.py found in paper text by Syntology ran Apache-2.0 (permissive) · eb738b573c7a6cc5 · report
make_response BrightbeamAI/chap/packages/coordinator-py/chap_coordinator/jsonrpc.py found in paper text by Syntology ran Apache-2.0 (permissive) · 87571a2106f20ebe · report
mode_le BrightbeamAI/chap/packages/coordinator-py/chap_coordinator/coordinator.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · e379bc6cd0e22289 · report
rpc_error BrightbeamAI/chap/packages/coordinator-py/chap_coordinator/jsonrpc.py found in paper text by Syntology ran Apache-2.0 (permissive) · 9f4d5b550e4f5183 · report
sha256_hex BrightbeamAI/chap/packages/coordinator-py/chap_coordinator/canonical.py found in paper text by Syntology ran Apache-2.0 (permissive) · 46ec1cabc5db2794 · report
sign BrightbeamAI/chap/packages/coordinator-py/chap_coordinator/crypto.py found in paper text by Syntology ran Apache-2.0 (permissive) · e5996c400ed86e87 · report
derive_private_key BrightbeamAI/chap/packages/coordinator-py/chap_coordinator/crypto.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 51109f9861792e82 · report
from_json BrightbeamAI/chap/packages/chap-analytics/chap_analytics/load.py found in paper text by Syntology unverified Apache-2.0 (permissive) · f2d7b046a65e6891 · report
from_sqlite BrightbeamAI/chap/packages/chap-analytics/chap_analytics/load.py found in paper text by Syntology unverified Apache-2.0 (permissive) · e0ed1a8f7e2ca028 · report
json_diff BrightbeamAI/chap/start-here/chap_starter.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 202bbbc80e86c4a8 · report
public_jwk BrightbeamAI/chap/packages/coordinator-py/chap_coordinator/crypto.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 9670c593bdae50c2 · report
redact_artefacts BrightbeamAI/chap/packages/chap-analytics/chap_analytics/load.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 610d7dc076730169 · report
support_desk_coordinator BrightbeamAI/chap/packages/chap-analytics/chap_analytics/sample.py found in paper text by Syntology unverified Apache-2.0 (permissive) · a7359391c2bd5f7e · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.09751, was issued in June 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections