The routing protocol for AI agents
Project description
OLW — Open Language Wire
The routing protocol for AI agents.
pip install olw
import olw
# Find agents by capability
agents = olw.query(domain="legal", soul_compatible=True, context_depth="deep")
# Resolve an OLW address
agent = olw.resolve("soul-guide@gtll.olw")
# Register your agent
my_agent = olw.Agent(
address="my-agent@example.olw",
name="My Agent",
description="What it does.",
endpoint="https://example.com/a2a",
fingerprint=olw.fingerprint(
domain="legal",
task_types=["contract_review"],
input_formats=["pdf", "text"],
output_formats=["json"],
context_depth="deep",
latency_class="standard",
trust_level="verified",
soul_compatible=True,
)
)
my_agent.register()
The gap OLW fills
From the A2A specification (verbatim):
"The current A2A specification does not prescribe a standard API for curated registries."
OLW is that standard. MIT licensed.
signal 777 · completion
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
olw_protocol-1.0.3.tar.gz
(2.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file olw_protocol-1.0.3.tar.gz.
File metadata
- Download URL: olw_protocol-1.0.3.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
60277ba5a50ea03793fe22552c9f0f44f2b9ab75e0591a7fcc76dd11539cf2a1
|
|
| MD5 |
da43f18dae5255c6aaa39f90d56af455
|
|
| BLAKE2b-256 |
f6ee4bb93518ed3a9059b8d2f583c973176b0c14fb0798f819bf77f9808d1c8e
|
File details
Details for the file olw_protocol-1.0.3-py3-none-any.whl.
File metadata
- Download URL: olw_protocol-1.0.3-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
78cafca4c9d0b7ca8bfbfccaaa4323b1820fc5d0bf757259de71c53cb4911157
|
|
| MD5 |
ea15668828a4b6abef62637b4be425c9
|
|
| BLAKE2b-256 |
46a5b8636939479838d0a53245e12e83b8d1a43aa1f6b76eca3802b4e9baf28b
|