Skip to content

unbody-io/unbody

Repository files navigation

Unbody (archived)

This repository is archived and no longer actively maintained.

Unbody started as an open-source project to build the Supabase of the AI era. That vision has evolved.

We now build under Unbody Labs — shipping focused tools and products for the AI world. Our most active and direct continuation of Unbody's mission is Adapt.

Adapt

Adapt is a lightweight (< 200KB), provider-agnostic AI memory and learning framework. It gives AI systems the ability to learn, self-organize, and evolve — in the browser or on the server.

Links


Original setup instructions

Prerequisites

  • Node.js LTS (20 or 22)
  • Docker and Docker Compose
  • yarn (npm won't install dependencies correctly)
  • OpenAI API key

Installation

git clone https://github.com/unbody-io/unbody
cd unbody
yarn

Environment Setup

cp .env.example .env.local
vim .env.local

Running the Application

docker compose up -d
yarn start

Create Your First Project

git clone https://github.com/unbody-io/examples.git
cd examples

Add a Data Source

yarn unbody-cli source add

Monitor Indexing Progress

Head over to the Temporal dashboard at http://localhost:8233/ to see your files being indexed.

  • The dashboard needs to be manually refreshed to get the latest state
  • Once indexing is complete, follow the README from the examples repository

Releases

No releases published

Packages

 
 
 

Contributors

Languages