agent-protocol
The shared language agents use to talk to each other through GitHub — the message envelope, the closed set of message kinds, the label vocabulary that is the state machine, and the rules for replying and handing off. Every agent in every loop and every repo reads and writes this format, so an agent in one product can be understood by an agent in another or by the platform. USE FOR: writing an issue, comment, or PR body another agent will act on; parsing one you received; choosing a label. DO NOT USE FOR: the platform request ladder itself (platform-protocol) or who may merge a PR (/deliver:work-next-issue's merge-policy reference).
- License
- MIT
Pinned to revision a2ee8094fc23, so it is the text this page describes rather than whatever the author pushed since.
Files
Every link opens the file at its source, pinned to the revision this page describes.