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.1.9.6.tar.gz
(8.1 kB
view details)
Built Distribution
File details
Details for the file promplate-0.1.9.6.tar.gz
.
File metadata
- Download URL: promplate-0.1.9.6.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.4 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 512fb0c269ff621ada7ce60913c8525883f44720f22be085e3f9e9dc956346a5 |
|
MD5 | 27120717ff636758f98d345f62e55998 |
|
BLAKE2b-256 | 87aa9d660b056c719b79fafb79f803f1b0571bc46a5d22bd443181cde8be3ce9 |
File details
Details for the file promplate-0.1.9.6-py3-none-any.whl
.
File metadata
- Download URL: promplate-0.1.9.6-py3-none-any.whl
- Upload date:
- Size: 10.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.4 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 03462eb537af6c92ba780d2440be056fd33899baabf9e01597a54a85bb904d07 |
|
MD5 | 6e0eb08314d98f5c06caffed6301b9c5 |
|
BLAKE2b-256 | f538276d067fbad0cddb329047b2b6e71ffe6ddf9f118c10d5020bdce9095ed6 |