Skip to content

mgfrantz/autodm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autodm

An agent-based dungeon master

Development Setup

This repo was developed using LM Studio running NousResearch/Hermes-2-Pro-Llama-3-8B-GGUF (Q6_K). To run this repo, make sure you have LM Studio serving the same, comparable, or more powerful model. We plan to support other LLM and APIs but not while we're still in early development.

To complete the dev setup, create a virtual environment. I use miniconda/micromamba/etc.

Here is how to reproduce the current environment:

conda create -n autodm -c conda-forge -y python=3.11.9
git clone https://github.com/mgfrantz/autodm.git
cd autodm
pip install -e .

To execute the notebooks with the installed kernel, you may need to add it to your jupyter environment

conda install -c conda-forge -y ipykernel
python -m ipykernel install --user --name autodm

Other stuff:

Design board

About

An agent-based dungeon master

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages