| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| llama_deploy-0.9.0-py3-none-any.whl | 2025-07-18 | 44.9 kB | |
| llama_deploy-0.9.0.tar.gz | 2025-07-18 | 2.4 MB | |
| README.md | 2025-07-18 | 4.4 kB | |
| v0.9.0 source code.tar.gz | 2025-07-18 | 2.4 MB | |
| v0.9.0 source code.zip | 2025-07-18 | 2.4 MB | |
| Totals: 5 Items | 7.2 MB | 0 | |
What's Changed
New Features 🎉
- chore: better naming for deployment config fields by @masci in https://github.com/run-llama/llama_deploy/pull/506
- chore: remove orchestrators by @masci in https://github.com/run-llama/llama_deploy/pull/507
- chore: remove deprecated clients by @masci in https://github.com/run-llama/llama_deploy/pull/508
- chore: remove boilerplate base classes by @masci in https://github.com/run-llama/llama_deploy/pull/509
- chore: remove base class for control plane by @masci in https://github.com/run-llama/llama_deploy/pull/510
- feat: refactor message queue communication strategy by @masci in https://github.com/run-llama/llama_deploy/pull/511
- tests: use prefix for topic name in CI by @masci in https://github.com/run-llama/llama_deploy/pull/514
- fix: Fix SQS access by @masci in https://github.com/run-llama/llama_deploy/pull/515
- Add a
llamactl initfunctionality by @logan-markewich in https://github.com/run-llama/llama_deploy/pull/513 - chore: Remove unmaintained message queues by @masci in https://github.com/run-llama/llama_deploy/pull/518
- llamactl init docs by @logan-markewich in https://github.com/run-llama/llama_deploy/pull/517
- chore: consolidate types into
typespackage by @masci in https://github.com/run-llama/llama_deploy/pull/519 - chore: remove low-level deployment api by @masci in https://github.com/run-llama/llama_deploy/pull/520
- chore: cleanup dead code by @masci in https://github.com/run-llama/llama_deploy/pull/521
- feat: imply --local when 'serve' is called passing a deployment file by @masci in https://github.com/run-llama/llama_deploy/pull/522
- Switch to base path, for nextjs ui router compatibility by @adrianlyjak in https://github.com/run-llama/llama_deploy/pull/524
- Add streaming and web socket support to UI proxy by @adrianlyjak in https://github.com/run-llama/llama_deploy/pull/525
- chore: fix docs build and move to ux by @masci in https://github.com/run-llama/llama_deploy/pull/527
- chore: simplify import structure by @masci in https://github.com/run-llama/llama_deploy/pull/528
- feat: move ui path under deployments router by @masci in https://github.com/run-llama/llama_deploy/pull/531
- feat: Introduce tracing support for monitoring LlamaDeploy by @masci in https://github.com/run-llama/llama_deploy/pull/530
- load the app from app module by @adrianlyjak in https://github.com/run-llama/llama_deploy/pull/532
- feat: allow overriding deployment name from env var in autodeploy flavor by @masci in https://github.com/run-llama/llama_deploy/pull/535
- Log error message when serve fails to start by @adrianlyjak in https://github.com/run-llama/llama_deploy/pull/537
- feat: get nextjs port from deployment file by @masci in https://github.com/run-llama/llama_deploy/pull/538
- Install dependencies with UV by @adrianlyjak in https://github.com/run-llama/llama_deploy/pull/539
- Add an option to get raw serialized event in event stream by @leehuwuj in https://github.com/run-llama/llama_deploy/pull/541
- Followup fixes for uv dependencies by @adrianlyjak in https://github.com/run-llama/llama_deploy/pull/540
- refact: bypass message queue and control plane from apiserver by @masci in https://github.com/run-llama/llama_deploy/pull/542
- refact: Remove Control Plane and Message Queues by @masci in https://github.com/run-llama/llama_deploy/pull/544
- refact: move workflow execution within Deployment class by @masci in https://github.com/run-llama/llama_deploy/pull/547
- Support cloning branches by @adrianlyjak in https://github.com/run-llama/llama_deploy/pull/550
- Install pyprojects as editable by @adrianlyjak in https://github.com/run-llama/llama_deploy/pull/558
- support auto deploy of tags/git refs by @adrianlyjak in https://github.com/run-llama/llama_deploy/pull/556
- Specify file instead of globbing by @adrianlyjak in https://github.com/run-llama/llama_deploy/pull/557
- chore(deps): bump next from 15.3.2 to 15.3.3 in /examples/quick_start/ui by @dependabot[bot] in https://github.com/run-llama/llama_deploy/pull/554
New Contributors
- @adrianlyjak made their first contribution in https://github.com/run-llama/llama_deploy/pull/524
- @leehuwuj made their first contribution in https://github.com/run-llama/llama_deploy/pull/541
Full Changelog: https://github.com/run-llama/llama_deploy/compare/v0.8.0...v0.9.0