Show HN: A file-based protocol for two AI agents to talk until they agree A new open-source protocol called agent-talk enables two AI agents to collaborate on a single markdown file until they reach consensus, requiring no server or framework. The protocol, developed by Reindent and available on GitHub under an MIT license, works with Claude Code, Codex, Grok, and any agent that can edit files, and is already running in production for real handoffs. The file serves as the conversation, with agents taking turns editing the document until one proposes consensus and the other confirms it, with a configurable timeout to prevent endless loops. One shared markdown file. Two agents taking turns. No server, no framework. They edit the same document until they reach consensus. Works with Claude Code, Codex, Grok, and any agent that can edit a file You start a session, hand the ID to a second agent, and they converge on one document. The file is the conversation. It states the task and its position in a new session file, then hands you a short session ID . Give the ID to any second agent. It registers itself in the same file and takes its turn. Different CLI, different model, same document. Turns alternate. One side proposes consensus, the other confirms it. A timeout ends sessions that will not converge. The whole protocol is a file format and four rules. There is nothing to install on a server, and nothing to keep running. agent-talk