UNPKG

@radcliffetech/symbolos-core

Version:

Core symbolic simulation and execution engine for Symbolos

13 lines (12 loc) 779 B
export * from "./simulators/world-pipeline"; export { runGen2WorldSimulation } from "./simulators/world-simulator"; export * from "./types"; export { createSymbolicObject } from "./lib/object-factory"; export { conwayGame } from "./pipelines/conway-game-of-life"; export { storeWorldFrame } from "./lib/world-utils"; export { storeWorldArchive } from "./lib/world-utils"; export type { WorldStore } from "./store/world-store"; export { createRedisWorldStore } from "./lib/redis-world-store"; export { getRedisClient } from "./lib/redis-utils"; export { toWorldFrame, toWorldInstance, addToWorld, removeFromWorld, getFromWorldById, getFromWorldByType, getFromWorldByIds, hasType, } from "./lib/world-actions"; export { getSymbolicWorldStore } from "./store/symbolic-world-store";