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
- Host: GitHub
- URL: https://github.com/llm-workflow-engine/lwe-plugin-zap
- Owner: llm-workflow-engine
- Created: 2023-07-13T01:12:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-20T12:54:19.000Z (over 1 year ago)
- Last Synced: 2024-12-31T22:41:56.646Z (4 months ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```