0.85.0
(2025-02-17)
[🐚] Server queue and tasks
- Publishing Promptbook into Docker Hub
- Remote server run in both
REST
and Socket.io
mode - Remote server can run entire books not just single prompt tasks (for now just in REST mode)
- In future remote server will support callbacks / pingbacks
- Remote server has internal task queue
- Remote server can be started via
ptbk start-server
- Hide
$randomSeed
- Remove
TaskProgress
- Remove
assertsExecutionSuccessful
PipelineExecutor
: Change onProgress
-> ExecutionTask
- Remote server allows to set
rootPath
- Remote server can run in
Docker
- In future remote server persists its queue in
SQLite
/ .promptbook
/ Neo4j
- Do not generate stats for pre-releases to speed up the build process
- Allow pipeline URLs on private and unsecured networks