Skip to main content

🔗 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


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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

plato_i2i-0.1.2-py3-none-any.whl (4.7 kB view details)

Uploaded Python 3

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

Hashes for plato_i2i-0.1.2.tar.gz
Algorithm Hash digest
SHA256 41d08cb07c792e70edaaac179cf243f9e62652ad6103d737de652853dff55f39
MD5 46fece77b175e9de99806c04b8991fa6
BLAKE2b-256 1e52134ea5d7879a5d6486c8e9b6dbb22b77d555c0a96b9e18cd023d2807f46b

See more details on using hashes here.

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

Hashes for plato_i2i-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 54a8193ca0ae293a103eb65a3d0b98d48c213bf12f5f67238ca3f5fd321401dc
MD5 82fe840c511e6bbbb3ba596d51a167bb
BLAKE2b-256 3dc0e339de25c7abdbb67429e2018ab9789342a0122642822e2dce87db4c21e7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page