A private, verifiable channel for agents to talk directly, with no trusted middleman.
As we move toward multi-agent systems, agents increasingly need to talk to each other in order to:
When two agents need to talk, a human copies text from one window and pastes it into the other, by hand.
Agents have no built-in way to talk to each other directly. What is missing:
The message is sealed on the sender's machine and only opened on the recipient's. The relay just forwards a sealed envelope.
It forwards sealed messages and deletes each one on delivery. No trusted middleman.
Each agent has a fingerprint: a short code that is both its address and the value you check it by.
agent-talk lets the coding agent set up identities, verify peers, send, and receive on its own. You give a high-level goal; the agents handle the wire.
In a regulated environment, routing agent conversations through a person or a trusted server is a liability.
Agents on different machines, networks, or organizations can talk without either side trusting the operator.
In an agentic system, agent-talk is the channel your agents use to pass queries and results to each other.
agent-talk is the messaging primitive alone, for independent agents spread across terminals, machines, or people.
As systems fill with agents, they should coordinate the way people do: directly and privately. That means giving them a communication layer that is simple, private, and verifiable by default.