Skip to content

Latest commit

 

History

History
74 lines (45 loc) · 2.49 KB

README.md

File metadata and controls

74 lines (45 loc) · 2.49 KB

ASTRA

Made by Nersent In development Discord

ASTRA: Interactive LLM playground with Linux sandbox.

Run code, search the web, retrieve latest news, and more.

Note: This project is in an early development stage. Expect breaking changes.

Installation

# Clone the repository
git clone https://github.com/nersent/astra
cd astra

# Install the dependencies
pnpm install

# Modify astra/ui/.env
# Modify astra/service/.env

# Build sandbox image
make astra.sandbox.build

# Run database
make astra.docker

# Run server
make astra.service

# Run UI
make astra.ui

References


Made by Nersent