https://github.com/devidw/luz

she's alive

https://github.com/devidw/luz

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.3%) to scientific vocabulary
Last synced: 5 months ago · JSON representation

Repository

she's alive

Basic Info
  • Host: GitHub
  • Owner: devidw
  • Language: TypeScript
  • Default Branch: main
  • Homepage:
  • Size: 418 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Archived
Created 11 months ago · Last pushed 9 months ago
Metadata Files
Readme

readme.md

luz

2025/05/31 NOTE: i'm no longer working on this. i started luz in 2025/04 with the idea of a endless local running ai thought process in mind -> simulated self aware being. local as in 'what can run on my macbook', mistral-small-3.1-24b-instruct-2503 was the best i could find for tool calls at the time, but just too slow and still not really good enough to build tons of tool calls on top of from my experience.

setup

install

```bash pnpm i

python -m venv venv source activate venv/bin/activate pip install -r requirements.txt ```

start

```bash source activate venv/bin/activate bash vec.sh

pnpm -F alive dev

pnpm -F web dev ```

config

see config.ts

```bash mkdir data touch data/config.json

touch .env ```

env

```bash BRAVEAPIKEY=""

only required for apple calendar integration

APPLEID="" APPLEAPP_PW="" ```

Owner

  • Name: David Wolf
  • Login: devidw
  • Kind: user
  • Location: The Zone

// uncommenting

GitHub Events

Total
  • Public event: 1
Last Year
  • Public event: 1

Dependencies

alive/package.json npm
  • @types/cors ^2.8.17 development
  • @types/dav ^1.7.7 development
  • @types/express ^5.0.1 development
  • @types/node ^22.14.0 development
  • @types/turndown ^5.0.5 development
  • tsx ^4.19.3 development
  • typescript ^5.0.0 development
  • @lmstudio/sdk ^1.1.0
  • @luz/db-client workspace:../db-client
  • @trpc/server ^11.0.2
  • chromadb ^2.2.0
  • cors ^2.8.5
  • date-fns ^4.1.0
  • dav ^1.8.0
  • dotenv ^16.5.0
  • express ^5.1.0
  • node-ical ^0.20.1
  • rss-parser ^3.13.0
  • socket.io ^4.8.1
  • turndown ^7.2.0
  • webdav ^4.11.4
  • zod ^3.24.2
db/package.json npm
  • @luz/db-client workspace:../db-client development
  • @prisma/client 6.5.0 development
  • prisma ^6.5.0 development
  • tsx ^4.19.3 development
  • typescript ^5.0.0 development
db-client/package.json npm
package.json npm
pnpm-lock.yaml npm
  • 241 dependencies
web/package.json npm
  • @fontsource-variable/noto-serif ^5.2.6 development
  • @google/model-viewer ^4.1.0 development
  • @luz/alive workspace:../alive development
  • @luz/db-client workspace:../db-client development
  • @sveltejs/adapter-auto ^4.0.0 development
  • @sveltejs/kit ^2.16.0 development
  • @sveltejs/vite-plugin-svelte ^5.0.0 development
  • @trpc/client ^11.1.0 development
  • @trpc/server ^11.0.2 development
  • @unocss/svelte-scoped 66.1.0-beta.10 development
  • prettier ^3.4.2 development
  • prettier-plugin-svelte ^3.3.3 development
  • socket.io-client ^4.8.1 development
  • svelte ^5.0.0 development
  • svelte-autosize ^1.1.5 development
  • svelte-check ^4.0.0 development
  • typescript ^5.0.0 development
  • unocss 66.1.0-beta.10 development
  • vite ^6.2.5 development
requirements.txt pypi
  • chromadb *