cross-language prompt engineering framework
Project description
Promplate
</Promplate/> = /prompt/ + <template>
Promplate is a prompting framework focusing on developing experience. However, it can also be a super-convenient SDK for simple LLM calls. Promplate progressively enhance your prompting workflow. And it values flexibility as well as perfect conventions. Learn more
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) ] }}
- create documentation
- javascript implementation
- support chains and agents
- error handling
- template rich printing
- implement component syntax
{% Component kwarg1=1, kwarg2=2, **kwargs %}
- allow more corner cases for the component syntax
-
{% Component arg=" * " %}
-
{% Component arg = " * " %}
-
{% Component arg = await f() %}
-
- if the outer context is a
defaultdict
, the context passing to component should be?- or maybe this should be determined by the component itself
- because a component could be a
Node
and aNode
can have preprocesses
- support while loop and isolated variable declaration
-
else
andelif
tag - directory based routing
- caching (and cache-controls maybe?)
- implement more loaders
- for now you can load template from local filesystem or web urls
- but component syntax only support variables from the context
- multi-file chat template
- using components
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.3.0a2.tar.gz
(8.9 kB
view details)
Built Distribution
File details
Details for the file promplate-0.3.0a2.tar.gz
.
File metadata
- Download URL: promplate-0.3.0a2.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.12.0 Windows/11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9377aff18396146600b9b4593c475c5b57688a1fa428f5d84828dcd699a2b613 |
|
MD5 | df128c18bf48b12021553498604e2eea |
|
BLAKE2b-256 | 98c8702441f41c3438951a97dc34b6c615f26c7ec94bf9a0c1bc253d8ec53ff6 |
File details
Details for the file promplate-0.3.0a2-py3-none-any.whl
.
File metadata
- Download URL: promplate-0.3.0a2-py3-none-any.whl
- Upload date:
- Size: 12.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.12.0 Windows/11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 720baaa0085844afb6e083a6552603f3f2bae0f4a06d971fc98ada06934e0fcf |
|
MD5 | 22140e00ba1332b76c1443afa4c99594 |
|
BLAKE2b-256 | 6442244ff52ab184ffe714dc1ecc53e683e967884ef2b0dc696edc64a5beb663 |