Inception of PromptML library v0.1.0
We are excited to announce our first minor version of promptml
library. This release has changes like:
Features
First version of PromptML grammar with support for annotations:
- context
- objective
- instructions
- examples
- constraints
- metadata
What's Changed
- feat: Replace regex parser with LARK parser for PromptML by @narenaryan in #1
- ci: add build system for packages by @narenaryan in #2
- feat: add sample calculator app that uses prompt parser by @narenaryan in #3
- feat: add working example for poem writing by @narenaryan in #4
- feat: add missing requirements.tx file by @narenaryan in #5
New Contributors
- @narenaryan made their first contribution in #1
Full Changelog: https://github.com/narenaryan/promptml/commits/v0.1.0