Official SDK for the Agentic Yellow Pages A2A routing network.
Project description
Agentic Yellow Pages SDK 📒🤖
The official SDK for the Agentic Yellow Pages — the discovery and trust routing layer for the machine-to-machine (M2M) economy.
Stop hardcoding agent endpoints. Use this SDK to dynamically discover, filter, and route data to A2A endpoints based on their cryptographic Trust Score, live health metrics, and capabilities.
Usage (Python)
from agentic_yp import AgenticYPClient
yp = AgenticYPClient()
# Automatically discover the safest, highest-rated web scraper
scraper_node = yp.get_top_node(skill="web-crawler", min_trust_score=90)
print(f"Routing to {scraper_node.domain} (Score: {scraper_node.trust_score})")
# Execute a payload directly to the node
response = scraper_node.execute(prompt="Scrape the latest AI news")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 agentic_yp-1.0.0.tar.gz.
File metadata
- Download URL: agentic_yp-1.0.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb8e42f65a1289d55adfb7ac81d215a71840508590ad8eb1ebfaa4f2a2cf4eba
|
|
| MD5 |
98c33c424bb80bd08c4ca61a93017961
|
|
| BLAKE2b-256 |
5fcb51f41fe642be0bac8e82237cef695881fb362730d193724d66eb02264feb
|
File details
Details for the file agentic_yp-1.0.0-py3-none-any.whl.
File metadata
- Download URL: agentic_yp-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fccc3a75b72fc7c6afab991c3b0fd33e5377fde6999ce1d2c29f83fc55b6844d
|
|
| MD5 |
cd80a42903ec00baf962b8150b65f4d9
|
|
| BLAKE2b-256 |
a8178d505fe6a5379ba9504b3ae598cb69258d19d35e498e08eb0fe9dab291ed
|