New Features
The main new feature is:
sequenceblock that corresponds the a general version oftext,lastOfm andarray.
The sequence block expect a list a PDL blocks that and executed in sequence and whose results are combine following the provided join specification. For example, an array can be created as follow:
sequence:
- Hello
- model: ollama/granite4
join:
as: array
What's Changed
- chore: fix typos by @afuetterer in #1363
- feat: add stdlib.bool_confidence function by @mandel in #1368
- Stdlib llm_as_judge changes to accept parameters by @vazirim in #1370
- tests: CI do not test with Python 3.13 to reduce load by @mandel in #1385
- feat: new
sequenceblock by @mandel in #1383 - Fix for eventloop in AutoPDL optimizer by @vazirim in #1390
New Contributors
- @afuetterer made their first contribution in #1363
Full Changelog: v0.9.1...v0.9.2