Extending Atavism with Ai
Project
Atavism Ai Interaction
This is an Ai interaction system with ollama/chatgpt/other llm to be able to interact with chatgpt and return data about the game.
0
Completed Tasks
10
Active Tasks
1
Messages
Create the generic system to connect to LLM's
- This should be able to load a config file and then configure the Ai connection for the user. This should be LLM agnostic and be able to support Ollama and ChatGPT style flows.
Create process to store the mob database
Create process to store the dialogue database
Create process to store the items database
Create process to store the quests database
Create process to store the item purchases database
Create process to store the users location and timestamp associated.
- Let's create the TF tree for the player and the game so we can replay this and potentially use this for training data.
Create flows for the achievements
Create the flows for the faction stances
- This is so that the communication flow can be influenced by the players faction stance with mobs.
Identify hooks for Dialogues