Skip to content

Releases: run-llama/llama_deploy

v0.0.9

13 Jul 23:23
Compare
Choose a tag to compare
v0.0.9

v0.0.8

12 Jul 22:08
de7ae00
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • Custom InputFn to HumanService and ServiceAsTool by @nerdai in #130

New Contributors

Full Changelog: v0.0.7...v0.0.8

v0.0.7

09 Jul 20:58
598574a
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • [Feature] Add RabbitMQMessageQueue (RabbitMQ Integration) by @nerdai in #85
  • feat: add redis as message broker by @0xthierry in #113

Bug Fixes 🐛

Documentation 📚

New Contributors

Full Changelog: v0.0.4...v0.0.7

v0.0.6

09 Jul 10:08
Compare
Choose a tag to compare
v0.0.6

v0.0.5

04 Jul 22:31
Compare
Choose a tag to compare
  • Added RabbitMQ Message Queue Support
  • Refactored the base message queue to account for returning a callable to "start consuming" (a common pattern for most queues)