feat: AI Town MVP - 完整三层架构实现

- Python FastAPI 引擎:世界状态模拟、全局能量条、世界事件系统
- Node.js WebSocket 服务器:实时通信、事件队列批处理
- 前端仪表盘:世界状态可视化、行动日志、事件展示

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
empty
2025-12-30 10:29:35 +08:00
commit 8b90d55f02
20 changed files with 2729 additions and 0 deletions

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
## 验收标准(你跑通就算成功):
打开 http://localhost:3000 能看到页面
在输入框发一句话(例如:下雨了 / 支持Alice / 制造混乱)
页面实时更新:
tick 递增
weather / town_mood 改变
actions 出现两名 NPC 的“行动 + 台词”
Node 服务和 Python 服务都能一键启动(两个终端)