Project code can be found at https://github.com/llm-workflow-engine/llm-workflow-engine
A list of available plugins can be found at https://llm-workflow-engine.readthedocs.io/en/latest/plugins.html#core-plugins
Requirements¶To use this project, you need:
Python 3.9 or later with pip installed.
A database backend (SQLite by default, any configurable in SQLAlchemy allowed).
Pandoc for document extraction other than PDFs.
Install the latest release of this software via pip:
pip install llm-workflow-engine
Install the ‘bleeding edge’ of this software directly from github with pip:
pip install git+https://github.com/llm-workflow-engine/llm-workflow-engineFrom source (recommended for development)¶
git clone https://github.com/llm-workflow-engine/llm-workflow-engine.git
cd llm-workflow-engine pip install -e .
Most other operating systems come with SQLite (the default database choice) installed, Windows may not.
If not, you can grab the 32-bit or 64-bit DLL file from https://www.sqlite.org/download.html, then place the DLL in C:\Windows\System32
directory.
You also may need to install Python, if so grab the latest stable package from https://www.python.org/downloads/windows/ – make sure to select the install option to Add Python to PATH
.
For the /editor
command to work, you’ll need a command line editor installed and in your path. You can control which editor is used by setting the EDITOR
environment variable to the name of the editor executable, e.g. nano
or vim
.
LWE provides several features that are controlled by adding correctly formatted configuration files to a specific configuration subdirectory:
Templates
Workflows
Model presets
Tool definitions
If you’d like to jump start your setup with some examples of each, you can use the examples
plugin (enabled by default).
To list the examples available, and where they will be installed:
To install all the examples:
To install examples for a specific feature (e.g. templates):
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4