McRogueFace/tests/vllm_demo
John McCardle 335efc5514 feat: Implement enhanced action economy for LLM agent orchestration (#156)
- Add action economy system with free (LOOK, SPEAK) vs turn-ending (GO, WAIT, TAKE) actions
- Implement LOOK action with detailed descriptions for doors, objects, entities, directions
- Add SPEAK/ANNOUNCE speech system with room-wide and proximity-based message delivery
- Create multi-tile pathing with FOV interrupt detection (path cancels when new entity visible)
- Implement TAKE action with adjacency requirement and clear error messages
- Add conversation history and error feedback loop so agents learn from failed actions
- Create structured simulation logging for offline viewer replay
- Document offline viewer requirements in OFFLINE_VIEWER_SPEC.md
- Fix import path in 1_multi_agent_demo.py for standalone execution

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-28 20:50:00 -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: Implement enhanced action economy for LLM agent orchestration (#156) 2025-12-28 20:50:00 -05:00
2_integrated_demo.py feat: Add TurnOrchestrator for multi-turn LLM simulation (addresses #156) 2025-12-14 12:53:48 -05:00
3_multi_turn_demo.py feat: Add TurnOrchestrator for multi-turn LLM simulation (addresses #156) 2025-12-14 12:53:48 -05:00
4_enhanced_action_demo.py feat: Implement enhanced action economy for LLM agent orchestration (#156) 2025-12-28 20:50:00 -05:00
action_economy.py feat: Implement enhanced action economy for LLM agent orchestration (#156) 2025-12-28 20:50:00 -05:00
action_executor.py feat: Add action parser and executor for LLM agent actions 2025-12-14 12:53:39 -05:00
action_parser.py feat: Add action parser and executor for LLM agent actions 2025-12-14 12:53:39 -05:00
enhanced_executor.py feat: Implement enhanced action economy for LLM agent orchestration (#156) 2025-12-28 20:50:00 -05:00
enhanced_orchestrator.py feat: Implement enhanced action economy for LLM agent orchestration (#156) 2025-12-28 20:50:00 -05:00
OFFLINE_VIEWER_SPEC.md feat: Implement enhanced action economy for LLM agent orchestration (#156) 2025-12-28 20:50:00 -05:00
test_action_parser.py feat: Add action parser and executor for LLM agent actions 2025-12-14 12:53:39 -05:00
test_world_graph.py feat: Add WorldGraph for deterministic room descriptions (closes #155) 2025-12-14 12:53:30 -05:00
turn_orchestrator.py feat: Add TurnOrchestrator for multi-turn LLM simulation (addresses #156) 2025-12-14 12:53:48 -05:00
world_graph.py feat: Add WorldGraph for deterministic room descriptions (closes #155) 2025-12-14 12:53:30 -05:00