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.5.tar.gz
(5.5 kB
view details)
Built Distribution
File details
Details for the file promplate-0.1.5.tar.gz
.
File metadata
- Download URL: promplate-0.1.5.tar.gz
- Upload date:
- Size: 5.5 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 | 70d853aa9628f8e8e406b9e25bea4b7dfab10534d4f5cfb8ae4b9e36ec4d4156 |
|
MD5 | bcdb39b3937a31f5d5d97c409f2c4ced |
|
BLAKE2b-256 | 20ac33306b996c6a6060b4a9acb211ba5d46086b9c92d06350f418b4c2a923b3 |
File details
Details for the file promplate-0.1.5-py3-none-any.whl
.
File metadata
- Download URL: promplate-0.1.5-py3-none-any.whl
- Upload date:
- Size: 7.8 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 | 2429770afbb988d3c1e04246a6b011fd2842b763cbfa03d367b13bb2af9cfa30 |
|
MD5 | cd81278f82c4196afc14f2f8fe0ea4ba |
|
BLAKE2b-256 | 8b1137385f2a3169d542c1d7719e19215917b8c19e292e6bbfb03bd0711217e6 |