This repository demonstrates using Chromia to store AI Agent short-term and long-term memories on chain. It also demonstrates a simple neural interface for interacting with the AI Agent.
- Install Docker
- Fetch Groq API key
-
Install dependencies and setup
docker-compose up --build
Update
XAI_API_KEY
in.env
-
Wait for the chromia node to start. You should be able to see logs:
-
Navigate to http://host-ip-or-localhost:6060 and start chatting!