Skip to content

llm-workflow-engine/lwe-plugin-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LLM Workflow Engine (LWE) Test plugin

Test plugin for LLM Workflow Engine

This is a bare bones example of a shell command plugin that echos back whatever is entered.

Installation

From packages

Install the latest version of this software directly from github with pip:

pip install git+https://github.com/llm-workflow-engine/lwe-plugin-test

From source (recommended for development)

Install the latest version of this software directly from git:

git clone https://github.com/llm-workflow-engine/lwe-plugin-test.git

Install the development package:

cd lwe-plugin-test
pip install -e .

Configuration

Add the following to config.yaml in your profile:

plugins:
  enabled:
    - test
    # Any other plugins you want enabled...
  # These are the default values.
  test:
    response:
      prefix: '[LWE Plugin] Test'

Usage

From a running LWE shell:

/test Hello World!
[LWE Plugin] Test: Hello World!

About

Test Plugin for LLM Workflow Engine (LWE)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages