Scenarios
End-to-end scenario walkthroughs that show Asset Core in action.
In this section
- Scenario FoundationsHow to recognize the shared structure across different domains and map them into Asset Core's deterministic memory model.
- Robotics Cell: Conveyor Sorting with Deterministic StateA single robot tracks items on a moving conveyor, reconciles sensor updates, and performs pick/place into grid bins with deterministic replay.
- Game Inventory: Deterministic Equip, Trade, Stash, and LootPlayers own deterministic inventories, equipment slots, stash grids, and wallets. Equip, trade, loot drops, pickups, and stack consolidation all resolve through a small, replayable set of primitives.
- Lab Chain-of-Custody: Reconciliation Under AuditSeed a lab rack from a declarative manifest, trigger a deterministic preflight failure, and reconcile via grid-free placement.
Conceptual foundation
- Scenario Foundations - How to map domains into the Asset Core memory algebra before choosing a concrete example.
Example scenarios
- Game Inventory: Deterministic Equip, Trade, Stash, and Loot - Inventory/equipment/stash workflows modeled as atomic commits and deterministic grids.
- Robotics Cell: Conveyor Sorting with Deterministic State - A single robot tracks items on a moving conveyor and performs deterministic pick/place.
Planned coverage
More scenarios will be added as the documentation matures, including deep dives on agent workflows and operator recovery tasks.