Reusable by config
Replace world data, items, locks, and a goal without changing the linked-list or updater engine.
Text World Agent is a hackathon-ready, reusable framework: a swappable world config feeds a continuously updated room graph, while Ollama receives only the current-room facts needed to act.
Uses local Ollama at 127.0.0.1:11434; a deterministic route planner keeps the session responsive if it is offline.
Judges' view
The insertion-order next chain never replaces navigable north/south/east/west exits.
Unvisited neighboring rooms are marked in every compact decision slice.
Wrong moves and lock conflicts fire correction events that shape the next prompt.
Replace world data, items, locks, and a goal without changing the linked-list or updater engine.
No history replay: only goal, room, objects, inventory, exits, visited names, and a useful hint are sent.
Movement, items, unlocks, corrections, and victory propagate to the reasoning log and UI immediately.