Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
PDL_0.6.1_aarch64.AppImage | 2025-04-18 | 111.7 MB | |
PDL-0.6.1-1.aarch64.rpm | 2025-04-18 | 28.7 MB | |
PDL_0.6.1_arm64.deb | 2025-04-18 | 28.7 MB | |
PDL_0.6.1_amd64.AppImage | 2025-04-18 | 113.1 MB | |
PDL-0.6.1-1.x86_64.rpm | 2025-04-18 | 28.4 MB | |
PDL_0.6.1_amd64.deb | 2025-04-18 | 28.4 MB | |
PDL_universal.app.tar.gz | 2025-04-18 | 53.7 MB | |
PDL_0.6.1_universal.dmg | 2025-04-18 | 53.7 MB | |
README.md | 2025-04-18 | 5.3 kB | |
Version 0.6.1 source code.tar.gz | 2025-04-18 | 4.3 MB | |
Version 0.6.1 source code.zip | 2025-04-18 | 4.5 MB | |
Totals: 11 Items | 455.3 MB | 0 |
What's Changed
- feat: update rust python support to pull in python stdlib by @starpit in https://github.com/IBM/prompt-declaration-language/pull/877
- feat: port rust model pull logic to use rust AST by @starpit in https://github.com/IBM/prompt-declaration-language/pull/875
- fix: avoid openssl in rust app for now by @starpit in https://github.com/IBM/prompt-declaration-language/pull/880
- gsm8k multi-plan, tree-of-thought, tree-of-thought with few shots by @vazirim in https://github.com/IBM/prompt-declaration-language/pull/881
- feat: rust interpreter support for modelResponse, ollama-rs tooling calling, and no-stream by @starpit in https://github.com/IBM/prompt-declaration-language/pull/883
- chore: minor code cleanups to rust interpreter by @starpit in https://github.com/IBM/prompt-declaration-language/pull/884
- test: update github action rust interpreter test to remove ollama pull by @starpit in https://github.com/IBM/prompt-declaration-language/pull/885
- fix: add kind tags to rust ast blocks by @starpit in https://github.com/IBM/prompt-declaration-language/pull/887
- fix: update rust interpreter to avoid global emit/scope state by @starpit in https://github.com/IBM/prompt-declaration-language/pull/888
- fix: rust pull logic may not always pull by @starpit in https://github.com/IBM/prompt-declaration-language/pull/889
- feat: remove tauri cli support for running python interpreter by @starpit in https://github.com/IBM/prompt-declaration-language/pull/890
- chore: bump rust dependencies to resolve alert by @starpit in https://github.com/IBM/prompt-declaration-language/pull/893
- test: tauri github actions test should apt install the deb by @starpit in https://github.com/IBM/prompt-declaration-language/pull/892
- feat: support for --data and --data-file in rust interpreter by @starpit in https://github.com/IBM/prompt-declaration-language/pull/894
- fix: begin phasing in Metadata (common defs, etc. attrs) into rust AST by @starpit in https://github.com/IBM/prompt-declaration-language/pull/895
- chore: update granite-io dependency by @mandel in https://github.com/IBM/prompt-declaration-language/pull/896
- refactor: move def attr into Metadata (rust interpreter) by @starpit in https://github.com/IBM/prompt-declaration-language/pull/897
- feat: introduce Expr typing and apply it to IfBlock.condition by @starpit in https://github.com/IBM/prompt-declaration-language/pull/899
- feat: update rust Call AST to use Expr for condition attr by @starpit in https://github.com/IBM/prompt-declaration-language/pull/901
- chore: bump to rust 2024 edition by @starpit in https://github.com/IBM/prompt-declaration-language/pull/902
- feat: continue to flesh out block metadata structure in rust by @starpit in https://github.com/IBM/prompt-declaration-language/pull/898
- refactor: add metadata attr to remaining rust block asts by @starpit in https://github.com/IBM/prompt-declaration-language/pull/903
- feat: update rust Repeat AST to use Expr for
for
attr by @mandel in https://github.com/IBM/prompt-declaration-language/pull/904 - refactor: introduce Advanced enum to rust AST by @starpit in https://github.com/IBM/prompt-declaration-language/pull/906
- refactor: refactor rust ast to place metadata in common struct by @starpit in https://github.com/IBM/prompt-declaration-language/pull/909
- fix: improve deserialization of python-generated model block traces by @starpit in https://github.com/IBM/prompt-declaration-language/pull/910
- fix: in rust ast, allow ModelBlock model to be an expr by @starpit in https://github.com/IBM/prompt-declaration-language/pull/911
- feat: initial pdl__id and --trace support for rust interpreter by @starpit in https://github.com/IBM/prompt-declaration-language/pull/912
- fix: update rust interpreter to create Data blocks for expr eval, and model_input trace field by @starpit in https://github.com/IBM/prompt-declaration-language/pull/914
- fix: populate trace context field in rust interpreter by @starpit in https://github.com/IBM/prompt-declaration-language/pull/915
- Update stop sequences in parameters by @jgchn in https://github.com/IBM/prompt-declaration-language/pull/861
- refactor: extract platform-generic logic from run_ollama_model() handler by @starpit in https://github.com/IBM/prompt-declaration-language/pull/916
- fix: rust interpreter was not handling pdl__context for re-runs of traces by @starpit in https://github.com/IBM/prompt-declaration-language/pull/917
- feat: improve support for importing stdlib in python code blocks by @starpit in https://github.com/IBM/prompt-declaration-language/pull/918
- skeleton-of-thought example by @vazirim in https://github.com/IBM/prompt-declaration-language/pull/919
- Bump litellm and openai versions by @vazirim in https://github.com/IBM/prompt-declaration-language/pull/920
- fix: improve support for rust interpreter python imports from venv by @starpit in https://github.com/IBM/prompt-declaration-language/pull/922
- chore: bump tauri and npm dependencies by @starpit in https://github.com/IBM/prompt-declaration-language/pull/923
- chore: bump ui to 0.6.1 by @starpit in https://github.com/IBM/prompt-declaration-language/pull/921
Full Changelog: https://github.com/IBM/prompt-declaration-language/compare/v0.6.0...v0.6.1