MCPcopy Create free account
hub / github.com/YGYOOO/WorldX /

Class

server/src/simulation/simulation-engine.ts:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52};
53
54export class SimulationEngine {
55 private decisionMaker: DecisionMaker;
56 private dialogueGenerator: DialogueGenerator;
57 private memoryEvalQueue: Promise<void> = Promise.resolve();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected