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 * arg1 arg2 kwarg1=1 kwarg2=2 **kwargs %}
- allow more corner cases for the component syntax
-
{% Componnet arg=" * " %}
-
{% Componnet arg = " * " %}
-
{% Componnet 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.2.2.1.tar.gz
(8.0 kB
view details)
Built Distribution
File details
Details for the file promplate-0.2.2.1.tar.gz
.
File metadata
- Download URL: promplate-0.2.2.1.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.5 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c41c21a02336299ebf2156872fdf2524aead138a2cd2bdf5a5b46c71fb62e799 |
|
MD5 | a806ae7da245a5d132d4edce4e821e7a |
|
BLAKE2b-256 | 0e2f9ed9a7738171922ac29257ff8b8f4a746b62b98e21c6dae23f867a2d7d49 |
File details
Details for the file promplate-0.2.2.1-py3-none-any.whl
.
File metadata
- Download URL: promplate-0.2.2.1-py3-none-any.whl
- Upload date:
- Size: 10.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.5 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 446b4c5ccee585d37a6485900c5000aa88d04ea099b7142d538d09b39ff94965 |
|
MD5 | 914fd94fdb30bf5f6d0056d0a6005d7e |
|
BLAKE2b-256 | 033c8e2d1aae3ddc87b651ac86b236524a56293fe7b5f5390a4c271c06993b64 |