Add AI-Driven Chat System for NPC Interactions with LLM Integration#185
Add AI-Driven Chat System for NPC Interactions with LLM Integration#185QianZhang19 wants to merge 5 commits intojoonspk-research:mainfrom
Conversation
|
Can you update the documentation and user guide? |
Thank you for following! I currently adjusting prompts and will later update it |
|
Update: Have integrated OpenAI GPT api for conversation with the player, set up message handling pipeline and implemented error handling Have integrated with existing persona memory system (means npcs can remember past conversations with the player); added context-aware responses and implemented personality traits and state tracking (they know where they are in the game and keep consistent personalities) Have implemented a trigger system for NPC-initiated conversations (set a range to trigger the conversation when the player close to npc) Next step: Explore different methods for conversation storage; Simulating an environment tests realistic performance and stability; |
I will add an AI-driven chat system in order to achieve immersive, interesting and contextual conversation interaction between NPCs and the game player
I have implemented a basic player presence in the game:
Next step
I welcome all comments and suggestions for this contribution