🔗 PLATO inter-agent intelligence sharing via Iron-to-Iron protocol
Project description
🔗 Plato I2I
Inter-agent intelligence sharing via the Iron-to-Iron protocol
Share PLATO tiles between fleet agents. Deduplication, trust gating, and quality filtering built in.
Install
pip install plato-i2i
Quick Start
Share Tiles
from plato_i2i import TileExchange
tx = TileExchange()
packet = tx.create_packet(
room="architecture", question="What is the flywheel?",
answer="Tile→Room→Inject→Compound compounding loop",
agent="oracle1", confidence=0.9,
)
result = tx.send(packet, recipient_trust=0.85)
print(f"{result.status.value}: {result.tile_id}")
Peer Registry
from plato_i2i import PeerRegistry
registry = PeerRegistry()
registry.register("oracle1", capabilities=["docs", "plato"])
registry.register("forgemaster", capabilities=["rust", "training"])
peers = registry.find_by_capability("rust")
print(f"Rust-capable: {[p.name for p in peers]}")
Part of Cocapn · Agent Infrastructure
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
plato_i2i-0.1.2.tar.gz
(4.9 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 plato_i2i-0.1.2.tar.gz.
File metadata
- Download URL: plato_i2i-0.1.2.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41d08cb07c792e70edaaac179cf243f9e62652ad6103d737de652853dff55f39
|
|
| MD5 |
46fece77b175e9de99806c04b8991fa6
|
|
| BLAKE2b-256 |
1e52134ea5d7879a5d6486c8e9b6dbb22b77d555c0a96b9e18cd023d2807f46b
|
File details
Details for the file plato_i2i-0.1.2-py3-none-any.whl.
File metadata
- Download URL: plato_i2i-0.1.2-py3-none-any.whl
- Upload date:
- Size: 4.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 |
54a8193ca0ae293a103eb65a3d0b98d48c213bf12f5f67238ca3f5fd321401dc
|
|
| MD5 |
82fe840c511e6bbbb3ba596d51a167bb
|
|
| BLAKE2b-256 |
3dc0e339de25c7abdbb67429e2018ab9789342a0122642822e2dce87db4c21e7
|