jtoy / replicantlife

replicantlife is a framework for generative agents that can be used in a simulation engine or standalone. Agents are powered with metacognition modules that allow that to learn and adjust their strategy over time.
https://replicantlife.com
27 stars 7 forks source link

Simulation viewer - initial commit #9

Closed jmacadam closed 6 months ago

jmacadam commented 7 months ago

Created a simulation playback using the new Timeline log, currently reading only out of Redis.

Supports viewing live simulations (via polling).

To use, install dependencies then start the server:

cd web cp .env.local-example .env.local npm install npm run dev

Then browse to http://localhost:3000/