An open-source prompt engineering framework.
Project description
Lilypad
[!WARNING] Project is in alpha phase
This means that things like the user interface, database schemas, etc. are still subject to change. We do not yet recommend fully relying on this project in production, but we've found it works quite well for local development in its current stage.
An open-source prompt engineering framework built on these principles:
- Prompt engineering is an optimization process, which requires...
- Automatic versioning and tracing
- Developer-centric prompt template editor
- Proper syncing between prompts and code
[!IMPORTANT] We're looking for early design partners!
We are also working on tooling for improved collaboration between technical and non-technical team members. This is particularly important for involving domain experts who may not have the technical chops to contribute to a code base.
If you're interested, join our community and DM William Bakst :)
There are limited spots.
30 Second Quickstart
Install Lilypad, specifying the provider(s) you intend to use, and set your API key:
pip install "python-lilypad[openai]"
export OPENAI_API_KEY=XXXXX
Create your first synced prompt to recommend a book.
For example, you could use the prompt Recommend a fantasy book:
lilypad start # initialize local project
lilypad create recommend_book # creates a synced LLM function
lilypad run recommend_book # runs the function (and opens editor)
Once you hit "Submit" you'll see the function run in your shell. Follow the link to see the version and trace in an interactive UI.
Next, try editing the function signature to take a genre: str argument. When you run the function again it will open the editor and give you access to the {genre} template variable (with autocomplete).
Usage
We are actively working on this library and it's documentation, which you can find here
Versioning
Lilypad uses Semantic Versioning
License
This project uses a dual-license model:
Open-Source License (MIT)
Except for the contents and code contained in any /ee directory, which is covered by a commercial license (see below), all code in this repository is licensed under the terms of the MIT License.
Enterprise Edition License
The contents of any /ee directory are licensed under the Enterprise Edition License. This code is only available to users with a valid enterprise license. See lilypad/ee/LICENSE for the full terms.
Enterprise Features:
Stay tuned...
Obtaining An Enterprise License:
To purchase an enterprise license, please contact william@mirascope.io
License Validation:
Enterprise features require a valid license key for activation. Self-hosted installations will validate licenses against using offline activation.
Project details
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file python_lilypad-0.0.7.tar.gz.
File metadata
- Download URL: python_lilypad-0.0.7.tar.gz
- Upload date:
- Size: 536.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.5.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
20c60e2232281aeb73fc6bd74e314e9b362b5ac212c88af0b3282f952e210f2c
|
|
| MD5 |
0abaf3d2654bb6fa45a79ba7e6c76417
|
|
| BLAKE2b-256 |
676c54e99c0f58ddc39050ba27a1258969599c946750a6f041bd935bc1da5c30
|
File details
Details for the file python_lilypad-0.0.7-py3-none-any.whl.
File metadata
- Download URL: python_lilypad-0.0.7-py3-none-any.whl
- Upload date:
- Size: 1.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.5.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f2e1b061685211d3ef5a2afe45383bea7ab2f7e9dd1ff47299d299c102a596e
|
|
| MD5 |
64e0c6eff9b736909f387ddb4e1043b1
|
|
| BLAKE2b-256 |
ba566315032b4a26924fe40264206cd568be4cbcb263a171542b37f9afc0ea54
|