cross-language prompt engineering framework
Project description
Promplate
Promplate is for prompt + template
I want to build a cross-language prompt engineering framework.
IDE Support 🌹
I try to make the syntax compatible with Jinja2
.
Future Features (or TODOs?)
- (lazy) template compiling
- support any evaluatable expression inside template like
{{ [ i for i in range(n) ] }}
- support chains and agents
- error handling
- template rich printing
- implement component syntax
- maybe like
{% Component arg1 arg2 kwarg1=1 kwarg2=2 %}
- maybe like
- support something like
named slot
syntax- or maybe not named slot, it can be a special nullable parameter
- a slot may be like
{% slot ~ Name %}
and it will generatename = context.get("name")
- the used component only renders once, after the end tag (a buffer seems to be unavoidable)
- an elevation of slot statements may be the necessary and sufficient condition
- support while loop and isolated variable declaration
-
else
andelif
tag - directory based routing
- caching (and cache-controls maybe?)
- implement more loaders
- multi-file chat template
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
promplate-0.1.1.2.tar.gz
(5.2 kB
view details)
Built Distribution
File details
Details for the file promplate-0.1.1.2.tar.gz
.
File metadata
- Download URL: promplate-0.1.1.2.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.4 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2678951504f21c64ec9a038c814b1a92209e825485e3953e8eb08a91f8a090e |
|
MD5 | f987f7bdf4681358c4d02de8d2fd6b40 |
|
BLAKE2b-256 | 945c4dd7bc5a31be934e6b32c26105962610f4f4b3cd449f17ee7d7504a18a2c |
File details
Details for the file promplate-0.1.1.2-py3-none-any.whl
.
File metadata
- Download URL: promplate-0.1.1.2-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.4 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 91945ea8b12d4cefd2d33bfdcfdd6aecf0fa6e5e2b2ae7d5fe63c0088a2778a2 |
|
MD5 | 45572000edb1ef8ed06ad80e5e9cc8a6 |
|
BLAKE2b-256 | a0eec214ee3c42949e8435e4b2426c5adde1f414147a3eaf9aa85c8f819dc019 |