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.0a3.tar.gz
(8.9 kB
view details)
Built Distribution
File details
Details for the file promplate-0.3.0a3.tar.gz
.
File metadata
- Download URL: promplate-0.3.0a3.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 | 4eb60859aa812e9364582d6fd8855d3add520c01ae261ddee0375a9ab6b5ab41 |
|
MD5 | 06b12d49beae97c7f930654379495a35 |
|
BLAKE2b-256 | 1c2a5441093626d390e4fbb6892f24c185f0a88cc88dd9e458ee5fdba1e1df62 |
File details
Details for the file promplate-0.3.0a3-py3-none-any.whl
.
File metadata
- Download URL: promplate-0.3.0a3-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 | 86ee0c564f92825c00f6053b1bb1645eaaed8f96519832b0772288cd7fce3a72 |
|
MD5 | 09781023a19275d04e9c124514985266 |
|
BLAKE2b-256 | 5e2abb0b3a9ab1364256c9638632f3c65de5d85c8b9588e5d45acab1b2f96027 |