feat: add LLM integration and enhance game engine
- Add OpenAI-compatible LLM integration for agent dialogue - Enhance survival mechanics with energy decay and feeding system - Update frontend debug client with improved UI - Add .gitignore rules for Unity and Serena 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -18,6 +18,7 @@ class EventType(str, Enum):
|
||||
# Island survival events
|
||||
AGENTS_UPDATE = "agents_update" # All agents status broadcast
|
||||
AGENT_DIED = "agent_died" # An agent has died
|
||||
AGENT_SPEAK = "agent_speak" # Agent says something (LLM response)
|
||||
FEED = "feed" # User fed an agent
|
||||
USER_UPDATE = "user_update" # User gold/status update
|
||||
WORLD_UPDATE = "world_update" # World state update
|
||||
|
||||
Reference in New Issue
Block a user