LLM plugin to generate few-shot prompts for plugin creation
Project description
llm-plugin-generator
LLM plugin to generate plugins for LLM
Installation
Install this plugin in the same environment as LLM:
llm install llm-plugin-generator
Usage
To generate a new LLM plugin, use the generate-plugin
command:
llm generate-plugin "Description of your plugin"
Options:
PROMPT
: Description of your plugin (optional)INPUT_FILES
: Path(s) to input README or prompt file(s) (optional, multiple allowed)--output-dir
: Directory to save generated plugin files (default: current directory)--type
: Type of plugin to generate (default, model, or utility)--model
,-m
: Model to use for generation
--type
--type model will use a few-shot prompt focused on llm model plugins. --type utility focuses on utilities. leaving off --type will use a default prompt that combines all off them. I suggest picking one of the focused options which should be faster.
Examples:
- Basic usage:
llm generate-plugin "Create a plugin that translates text to emoji" --output-dir ./my-new-plugin --type utility --model gpt-4
- Using a prompt and input files - Generating plugin from a README.md
llm generate-plugin "Few-shot Prompt Generator. Call it llm-few-shot-generator" 'files/README.md' --output-dir plugins/Utilities/few-shot-generator --type utility -m claude-3.5-sonnet
This will generate a new LLM plugin based on the provided description and/or input files. The files will be saved in the specified output directory.
Features
- Generates fully functional LLM plugins based on descriptions or input files
- Supports different plugin types: default, model, and utility
- Uses few-shot learning with predefined examples for better generation
- Allows specifying custom output directory
- Compatible with various LLM models
- Generates main plugin file, README.md, and pyproject.toml
- Extracts plugin name from generated pyproject.toml for consistent naming
Development
To set up this plugin locally, first checkout the code. Then create a new virtual environment:
cd llm-plugin-generator
python -m venv venv
source venv/bin/activate
Now install the dependencies and test dependencies:
pip install -e '.[test]'
To run the tests:
pytest
Contributing
Contributions to llm-plugin-generator are welcome! Please refer to the GitHub repository for more information on how to contribute.
License
This project is licensed under the Apache License 2.0. See the LICENSE file for details.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file llm_plugin_generator-0.1.1.tar.gz
.
File metadata
- Download URL: llm_plugin_generator-0.1.1.tar.gz
- Upload date:
- Size: 32.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce9a0d92e3d85a60803215d50c503d77488ff53f58485280b2ce2bda8b355db6 |
|
MD5 | 17fcebd4a40dd2abcb862f1f8c101673 |
|
BLAKE2b-256 | 6da1fe0e456db36fd416016e422c8b8ce8bc863b821266593331ff75f15143e6 |
File details
Details for the file llm_plugin_generator-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: llm_plugin_generator-0.1.1-py3-none-any.whl
- Upload date:
- Size: 35.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74f0f8a624f3774addbdef4a34611c14dab8d4a9ec57d90de47544e4c06fbfca |
|
MD5 | 2e3fdc7ad43917a70fa32acdf03d70e4 |
|
BLAKE2b-256 | a2a359c97bacd3ea5be0f3571d19ea1ed7ce538324f27ad2479d1f46ae02632b |