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.7.tar.gz
(6.2 kB
view details)
Built Distribution
File details
Details for the file promplate-0.1.7.tar.gz
.
File metadata
- Download URL: promplate-0.1.7.tar.gz
- Upload date:
- Size: 6.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 | 625fd678a7dc1dd662322c23f3cd467624276d2d6210cf59ba6d2e0a6c930496 |
|
MD5 | 134b8d480113fc6670cde0a48eaa5a38 |
|
BLAKE2b-256 | 34cd043b47708b4ef7b7202ce14f8bb1b051491c1775abe7566f175f93f80423 |
File details
Details for the file promplate-0.1.7-py3-none-any.whl
.
File metadata
- Download URL: promplate-0.1.7-py3-none-any.whl
- Upload date:
- Size: 8.5 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 | 010b019b41662ab16e153a19dbb7de4071e600daa0460dc1bec252661365abef |
|
MD5 | 665a4ec3ed3f2d156bdd5c4697818bf1 |
|
BLAKE2b-256 | 9aa6b70ec37cefc1a4284551827b648bffd8f79976eb2a82b4af635672209824 |