| 52 | }; |
| 53 | |
| 54 | export class SimulationEngine { |
| 55 | private decisionMaker: DecisionMaker; |
| 56 | private dialogueGenerator: DialogueGenerator; |
| 57 | private memoryEvalQueue: Promise<void> = Promise.resolve(); |
nothing calls this directly
no outgoing calls
no test coverage detected