@agentic-world-model/core
v0.1.1
Published
Core world model engine for agentic-world-model
Downloads
39
Readme
@agentic-world-model/core
Core world model engine — validator, simulator, predictor, and diagram generator.
Part of agentic-world-model.
Install
npm install @agentic-world-model/coreUsage
import { loadWorld, validateWorld, simulateTransition, predictPaths, generateMermaid } from "@agentic-world-model/core";
const world = loadWorld("path/to/world.yaml");
const result = validateWorld(world);See the main README for full documentation.
License
Apache-2.0
