🔗 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.1.tar.gz
(3.7 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.1.tar.gz.
File metadata
- Download URL: plato_i2i-0.1.1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ca78f04c47ca8a8148ee0e20ea41ee70ab1cf9788bda2fe4db18dbb5d79a068
|
|
| MD5 |
0f3f0931480375b517dd239b4b8e68ff
|
|
| BLAKE2b-256 |
91e00b2c10806a7216daa056285b0b4d457f8f1b868e697f511b33f2498b0a19
|
File details
Details for the file plato_i2i-0.1.1-py3-none-any.whl.
File metadata
- Download URL: plato_i2i-0.1.1-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 |
9dda940593defb3653210a0100f1032623eec142f387a2ed2320b0eb7ae85732
|
|
| MD5 |
94529880097c5619ffd1e07cf16cb5c8
|
|
| BLAKE2b-256 |
9084c68cf0fbb5a17f65797374c404aa48296572aba13c1c9690087f51038209
|