McRogueFace/tests/vllm_demo
John McCardle e45760c2ac feat: Add WorldGraph for deterministic room descriptions (closes #155)
Implements Python-side room graph data structures for LLM agent environments:
- Room, Door, WorldObject dataclasses with full metadata
- WorldGraph class with spatial queries (room_at, get_exits)
- Deterministic text generation (describe_room, describe_exits)
- Available action enumeration based on room state
- Factory functions for test scenarios (two_room, button_door)

Example output:
"You are in the guard room. The air is musty. On the ground you see
a brass key. Exits: east (the armory)."

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-14 12:53:30 -05:00
..
0_basic_vllm_demo.py feat: Add VLLM integration demos for multi-agent research (#156) 2025-12-02 09:21:25 -05:00
1_multi_agent_demo.py feat: Add VLLM integration demos for multi-agent research (#156) 2025-12-02 09:21:25 -05:00
test_world_graph.py feat: Add WorldGraph for deterministic room descriptions (closes #155) 2025-12-14 12:53:30 -05:00
world_graph.py feat: Add WorldGraph for deterministic room descriptions (closes #155) 2025-12-14 12:53:30 -05:00