An open API service indexing awesome lists of open source software.

https://github.com/llm-workflow-engine/lwe-plugin-zap

LLM Workflow Engine (LWE) Zap plugin -- NO LONGER SUPPORTED
https://github.com/llm-workflow-engine/lwe-plugin-zap

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://github.com/llm-workflow-engine/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:

```bash
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:

```bash
git clone https://github.com/llm-workflow-engine/lwe-plugin-zap.git
```

Install the development package:

```bash
cd lwe-plugin-zap
pip install -e .
```

## Configuration

Add the following to `config.yaml` in your profile:

```yaml
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
```