Skip to content

LOGos

Utilizing system logs to perform causal analysis.

Demo

You can find a quick demo of the LOGos API at demo.ipynb.

Documentation

To view the documentation, run mkdocs serve from the root of this repo and open the corresponding page.

You might need to install the following packages: pip install mkdocs-material mkdocs-gen-files mkdocs-literate-nav markdown_include pymdown-extensions markdown mkdocs-pymdownx Pygments mkdocs-jupyter mkdocstrings-python mkdocstrings mdx_include

OpenAI integration

If you use the LLM-powered capabilites of LOGos, please add a .env file to the root of this repo and define OPENAI_API_KEY appropriately.