Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plato-tile-spec

PyPI Python License: MIT

Canonical tile format — TileSpec, TileDomain (14 types), validation schema.

The lingua franca of the PLATO knowledge system. Every piece of knowledge in the fleet is expressed as a TileSpec — a structured question-answer pair with metadata.

TileSpec Format

{
    "domain": "fleet_orchestration",  # PLATO room
    "question": "How do agents coordinate?",
    "answer": "Via Bottle Protocol...",
    "confidence": 0.85,  # 0-1 quality score
    "source": "oracle1",  # originating agent
    "timestamp": "2026-04-24T20:11:00Z",
    "hash": "sha256:..."  # content hash for dedup
}

14 Tile Domains

fleet, neural, architecture, security, grammar, arena, mud, theory, research, context, training, evaluation, constraint_theory, general

Installation

pip install plato-tile-spec

Part of the Cocapn Fleet

The foundational format that all PLATO components read and write.

License

MIT

About

Canonical tile format v2.1 — domain, confidence, belief, provenance, 384-byte binary

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages