The-Overlore / lore-machine

MIT License
2 stars 0 forks source link

overlore

Release Build status codecov Commit activity License

power to the autonomous, generative agency peoples

Getting started with your project

First, create a repository on GitHub with the same name as this project, and then run the following commands:

git init -b main
git add .
git commit -m "init commit"
git remote add origin git@github.com:elonmusk/overlore.git
git push -u origin main

Finally, install the environment and the pre-commit hooks with

make install

You are now ready to start development on your project! The CI/CD pipeline will be triggered when you open a pull request, merge to main, or when you create a new release.

To finalize the set-up for publishing to PyPi or Artifactory, see here. For activating the automatic documentation with MkDocs, see here. To enable the code coverage reports, see here.

Running your project

From the root of the project, simply run poetry run lore-machine

Flags:

Running The Overlore System

The Overlore System runs as a plugin to Eternums. The current source of truth of our system design can be found in the docker compose file in our Eternums fork.

We are currently exploring possibly using litefs to sync the worlddb maintained by the torii process to our lore machine process. In practice, it means that a world_db param can be passed on startup in the loremachine that will be synced from torii, the responsibiliy of which is owned by litefs.

Releasing a new version


Repository initiated with fpgmaas/cookiecutter-poetry.