a16z-infra / ai-town

A MIT-licensed, deployable starter kit for building and customizing your own version of AI town - a virtual town where AI characters live, chat and socialize.

Home Page:https://convex.dev/ai-town

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can't see any of saved convos

alexdobrenko opened this issue · comments

i can't tell if my ppl are talking to each other. I have the AI-town running on the local machine but can't read any past convos.
image

image

I tried using npx convex run init:reset but then I get this

image

I am sure I'm doing something very silly wrong -- any idea what that might be?

yes but I can't find any info on the conversations themselves it feels like they're just not happening
image

Any resolution? Getting the exact same thing. Running locally.

The messages from that version were stored in the journal table - there are some queries in testing.ts if you want to fetch messages for a specific conversation - with something like npx convex run testing:someFunction