Foundation types and mesh registry for the PLATO ecosystem.
| Document | Description |
|---|---|
| Mesh Architecture | How the mesh registry discovers and connects PLATO packages |
plato-core sits at the base of the PLATO stack. It provides:
- Shared types —
TrainingTile,LamportClock,TileLifecycle, etc. - Mesh registry — Python entry-point-based auto-discovery for all PLATO packages
Every other PLATO package depends on this one. It has zero external dependencies.