anti-entropy
anti-entropy is a collaborative agent that works with you, not for you.
Status: work-in-progress
Setup
- Create a copy of
.env.local.example
and name it.env.local
:
cp .env.local.example .env.local
Fill out the environment variables in .env.local
only (this file is not tracked by version control).
Note: You should not commit your
.env.local
file or it will expose secrets that will allow others to control access to your various OpenAI and authentication provider accounts.
- Install the necessary dependencies and then run the development server:
# install dependencies
pnpm install
# run Next.js development server
pnpm dev
# visit http://localhost:3000
Upstash
- Register and go to https://console.upstash.com
- Click Create Database button
- Specify:
- Name, e.g.
anti-entropy
- Primary Region, e.g.
Singapore (ap-south-east-1)
- TLS (SSL) Enabled,
checked
- Evition,
checked
- Name, e.g.