Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 601 Bytes

File metadata and controls

18 lines (11 loc) · 601 Bytes

plato-core Documentation

Foundation types and mesh registry for the PLATO ecosystem.

Index

Document Description
Mesh Architecture How the mesh registry discovers and connects PLATO packages

Architecture Overview

plato-core sits at the base of the PLATO stack. It provides:

  1. Shared typesTrainingTile, LamportClock, TileLifecycle, etc.
  2. 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.