McRogueFace/tests/vllm_demo
John McCardle eb4a398e09 docs: Add development plans for VLLM agent infrastructure
Implementation plans for LLM agent orchestration work:
- Hour 1: Action parser and executor design
- Hour 2: WorldGraph foundation design
- Hours 3-4: Integration and multi-turn demo design

These plans were used to parallelize development of #155 and #156.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-14 12:54:03 -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 TurnOrchestrator for multi-turn LLM simulation (addresses #156) 2025-12-14 12:53:48 -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
2025-12-14_HOUR-1-PLAN.md docs: Add development plans for VLLM agent infrastructure 2025-12-14 12:54:03 -05:00
2025-12-14_HOUR-2-PLAN.md docs: Add development plans for VLLM agent infrastructure 2025-12-14 12:54:03 -05:00
2025-12-14_HOUR-3-4-PLAN.md docs: Add development plans for VLLM agent infrastructure 2025-12-14 12:54:03 -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
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