Skip to content

llm-workflow-engine/lwe-plugin-zap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LLM Workflow Engine (LWE) Zap plugin

NOTE: DUE TO ZAPIER'S DECISION TO DISCONTINUE ITS NLA API, THIS PLUGIN NO LONGER WORKS.

Per Zapier: "As of Friday, November 17, 2023, the NLA API will no longer be available for use."

Summary

Zap plugin for LLM Workflow Engine

Send natural language commands to Zapier actions: https://nla.zapier.com/get-started/

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-zap

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-zap.git

Install the development package:

cd lwe-plugin-zap
pip install -e .

Configuration

Add the following to config.yaml in your profile:

plugins:
  enabled:
    - zap
    # Any other plugins you want enabled...
  # These are the default values.
  zap:
    agent:
      verbose: true

Usage

From a running LWE shell:

/zap send an email to [email protected] with a random top 10 list

About

LLM Workflow Engine (LWE) Zap plugin -- NO LONGER SUPPORTED

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages