--- title: LRPG app_file: demo_hf_space.py sdk: gradio sdk_version: 4.37.2 --- # lRPG (LLM RPG) This project is working in process. ### Introduction You can enjoy your own rpg on your own world. You can make any decision, then llm game master will handle them. It will support other world and custom world features asap. This demo version can be played in shell, and we will adopt UI as soon as possible. Demo version is playing on harry potter fictional universe. ## 1. Structure Consist of 1. World Preparation 2. Character Preparation 3. Game Play ## 2. Stack 1. Solar 2. Graph db (WIP) ### 3. How to play clone this repository and execute main file. ``` python main.py ```