A connection wrapper for playing Interactive Fiction games via SillyTavern (with use of the appropriate SillyTavern extension). This is currently an early work-in-progress, not intended for use by anyone other than myself at the moment, thus the incomplete instructions.
These instructions are a work-in-progress.
python -m venv venv- Linux:
source venv/bin/activate - Powershell:
.\venv\Scripts\Activate.ps1 - Windows Command Prompt:
venv\Scripts\activate
pip install llama-index-core llama-index-llms-openai-like fastapi uvicorn watchdog zstandard mistune pillowgit clone --recursive -b remglk-terps https://github.com/WalterBarrett/garglk.git remglk-terps
cd remglk-terps
makeThis repository is under the 3-Clause BSD License. We utilize libraries with licenses under a mix of the MIT License (FastAPI, LlamaIndex), the MIT-CMU License (Pillow), and the 3-Clause BSD License (Uvicorn, Mistune, Zstandard).