Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 746 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 746 Bytes

Chromia Neural Interface

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.

Chromia Demo using oyster

Run using docker compose

Prerequisites

Steps

  1. Install dependencies and setup

    docker-compose up --build

    Update XAI_API_KEY in .env

  2. Wait for the chromia node to start. You should be able to see logs: Logs

  3. Navigate to http://host-ip-or-localhost:6060 and start chatting!