@superinstance/plato-mythos-glue
v0.1.1
Published
Runtime glue between PLATO Room Server and model — room loading, tile encoding, JSONL export
Maintainers
Readme
@superinstance/plato-mythos-glue
Runtime glue between PLATO Room Server and model — room loading, tile encoding, JSONL export.
Install
npm install @superinstance/plato-mythos-glueQuick Start
const { loadRooms, encodeTile, decodeOutput } = require("@superinstance/plato-mythos-glue");
const rooms = await loadRooms("http://localhost:8847");
const encoded = encodeTile({ question: "What is justice?", answer: "Harmony of the soul" });
const decoded = decodeOutput(encoded);Part of Cocapn
