Coder Social home page Coder Social logo

kylene-nicole / universelm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ameerarsala/universelm

0.0 0.0 0.0 369 KB

UniverseLM is All You Need

Home Page: https://universelm.vercel.app/

License: GNU General Public License v3.0

JavaScript 2.74% Python 64.98% TypeScript 0.24% CSS 0.06% HTML 0.38% Jupyter Notebook 30.82% Dockerfile 0.62% Svelte 0.16%

universelm's Introduction

UniverseLM

UniverseLM is All You Need

Description

UniverseLM is a multi-agent system simulator / text adventure that allows users to create societies of agents and be able to chat with them. Through this process, lore may be created (of a society), of which agents will know about and users will be able to speak to them about. As the lore increases, so too will the worldbuilding of the society. Have fun!

Setup (locally)

  1. (Optional; for dev) Create & Activate the Conda/Mamba/Micromamba environment if not already
micromamba create -f environment.yml
micromamba activate universe-lm

WARNING FOR DEV: due to a bug between conda envs mixed with poetry, you will also need to run this command after installing the poetry dependencies in the next step:

micromamba install -c conda-forge packaging=23.2
  1. Install extra dependencies
poetry install
  1. Run the app (you can remove/change the host)
uvicorn app.main:app --host 0.0.0.0 --port 8080 --reload
  1. (Optional) Run the front end (make sure you have pnpm installed)
cd frontend && pnpm install
pnpm run dev

Roadmap

  • Finish the technology
  • Finish the application (the backend + database)
  • Finish the front end
  • CLI Tool
  • User Authentication

universelm's People

Contributors

ameerarsala avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.