cross-language prompt engineering framework
Reason this release was yanked:
critical bug in `ChainContext`
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.0.tar.gz
(7.7 kB
view details)
Built Distribution
promplate-0.2.0-py3-none-any.whl
(10.0 kB
view details)
File details
Details for the file promplate-0.2.0.tar.gz
.
File metadata
- Download URL: promplate-0.2.0.tar.gz
- Upload date:
- Size: 7.7 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 | f7cf25b8b4b5fd120b39b9d976ec1f2a173725ce55ea0d4056b5c132aee90a21 |
|
MD5 | a7e668eb47b6434d6a9eebe261c252c0 |
|
BLAKE2b-256 | e2149e60bd4910beec5b15016c1f1b2892337222f357bc5375217e6d0123af54 |
File details
Details for the file promplate-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: promplate-0.2.0-py3-none-any.whl
- Upload date:
- Size: 10.0 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 | 9a5fa8b6284b8db48b24227c273462e438cc5a1c364693d905dc588b0a1b91a6 |
|
MD5 | ca3014ee9a92e4546b3bef2e31b20823 |
|
BLAKE2b-256 | 1cc3cdfeaedd9195451912575e1a05ebdbd6ce43caff9e63008cf69508ea595b |