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.0a4.tar.gz
(8.9 kB
view details)
Built Distribution
File details
Details for the file promplate-0.3.0a4.tar.gz
.
File metadata
- Download URL: promplate-0.3.0a4.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 | 1ee195533139e4d030d84cc58a17feaf127ba02047290f30d227c3661de09015 |
|
MD5 | 463f944be2433749015431861b1eb059 |
|
BLAKE2b-256 | b42032b28b723501a503d2d757c4fd06c721223f7fed758117337221b7e4ea9d |
File details
Details for the file promplate-0.3.0a4-py3-none-any.whl
.
File metadata
- Download URL: promplate-0.3.0a4-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 | 32ecbfab03e512da1953a43244ecff311ee8b065403400d20975918018343bf7 |
|
MD5 | 00767836e2bef04c5d1d3fec0b77a594 |
|
BLAKE2b-256 | 76c35680cf435fdc76cbf13f0076c55fee29d76537368ac7a0afe782f778a68c |