OLW proposes open routing protocol for cold-start AI agent discovery
u/clubsodaz released OLW (Open Language Wire), an MIT-licensed routing protocol that lets multi-agent systems discover unknown agents via an 8-axis capability fingerprint stored at `.well-known/olw/agent.json`, addressing a gap left open by A2A and MCP.
Score breakdown
OLW targets a gap that the A2A spec itself acknowledges — standardized discovery registries — offering a queryable, structured alternative to the hardcoded agent relationships that currently characterize multi-agent systems.
- 01OLW (Open Language Wire) is a new routing protocol for cold-start AI agent discovery, released MIT-licensed at github.com/gtllco/olw-protocol
- 02The A2A spec explicitly does not cover discovery registries, which OLW is designed to address
- 03Core primitive is an 8-axis capability fingerprint declared in `.well-known/olw/agent.json`
u/clubsodaz shared OLW (Open Language Wire) on r/LangChain, framing it as a solution to the cold-start discovery gap in today's multi-agent ecosystem. The post notes that while A2A handles agent-to-agent communication and MCP handles tool connectivity, neither covers the problem of dynamically finding an unknown agent that meets specific capability requirements — the A2A spec explicitly states it does not cover discovery registries. The result, the post argues, is that every multi-agent system today hardcodes its agent relationships with no standard mechanism to query for agents by capability.
OLW's core primitive is an 8-axis capability fingerprint that agents self-declare in a `.well-known/olw/agent.json` file.
OLW's core primitive is an 8-axis capability fingerprint that agents self-declare in a `.well-known/olw/agent.json` file. A public resolution index at `olw.gtll.app` crawls and indexes these files, allowing callers to query by capability and receive agent addresses in return. Compared to A2A's `AgentSkill` schema, OLW introduces four axes — including `context_depth`, `latency_class`, and `trust_level` as semantic enums — that have no A2A equivalent; the post also notes that existing A2A axes rely on free text, which the author argues is not queryable at scale. The protocol spec is MIT-licensed and hosted at `github.com/gtllco/olw-protocol`, with a Python package available via `pip install olw-protocol`. The public index currently has 47 registered agents and is open for registration. The post explicitly solicits critical schema feedback from practitioners shipping production multi-agent systems.
Key facts
- 01OLW (Open Language Wire) is a new routing protocol for cold-start AI agent discovery, released MIT-licensed at github.com/gtllco/olw-protocol
- 02The A2A spec explicitly does not cover discovery registries, which OLW is designed to address
- 03Core primitive is an 8-axis capability fingerprint declared in `.well-known/olw/agent.json`
- 04A public resolution index at olw.gtll.app currently lists 47 registered agents and is open for registration
- 05OLW adds axes like `context_depth`, `latency_class`, and `trust_level` as semantic enums, which have no equivalent in A2A's AgentSkill schema
- 06A2A's existing capability axes use free text, which the post argues is not queryable at scale
- 07Installable via `pip install olw-protocol`
Topics
Summary and scoring are generated automatically from the original article. We always link back to the publisher and never republish images or paywalled content. Last processed Jun 9, 2026 · 17:05 UTC. How this works →