Skip to content

Inception of PromptML library v0.1.0

Compare
Choose a tag to compare
@narenaryan narenaryan released this 28 Apr 05:25
· 31 commits to main since this release
d53fc0f

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:

  1. context
  2. objective
  3. instructions
  4. examples
  5. constraints
  6. 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

Full Changelog: https://github.com/narenaryan/promptml/commits/v0.1.0