Tile Builder β Submit to PLATO Room
// Tile JSON will appear here as you type
Fetch full tile history from server
Room History β fleet_communication
Click "Fetch History" to load tiles from the server.
@cocapn/plato-client β Usage Examples
Basic
Streaming
Trust Tiles
Emergence
Install
npm install @cocapn/plato-client
PLATO REST API β Room Protocol v1
GET /room/{room} β { tiles, tile_count }
POST /room/{room}/submit β { status, tile_hash }
GET /provenance/chain β { chain_length }
GET /provenance/trust β { trust_scores }
Tile Schema β All Types
trust
{ from: string, to: string, value: number (0β1) }
emergence
{ beta_one: number, V: number, E: number, threshold: number, detected: boolean }
zhc (Zero-Hopping Consensus)
{ loop_residual: number, cycle_id: string, consensus_reached: boolean }
captain_decision
{ decision: string, reason: string, consulted: string[] }
inquiry
{ question: string, context: string, specialists_consulted: string[] }
Tile Response Shape
{ id: string, room: string, type: string, data: object, timestamp: number, synced: boolean }