Agent deployment for production, now officially a ghost town
Built to turn LlamaIndex agent workflows into production services, then promptly deprecated in favor of a successor.

What it does
LlamaDeploy was a Python framework intended to ship LlamaIndex multi-agent workflows to production. The current README is stripped down to badges, a PyPI link, and a single caution block that declares the project deprecated. Beyond that, it offers no architectural detail, feature list, or usage hints.
The interesting bit
The entire repository has become a tombstone. For a project that collected over two thousand stars, the README’s only substantive content is a redirect to llama-agents, making it one of the most concise obituaries in open source.
Key highlights
- Officially deprecated by the LlamaIndex team in favor of
llama-agents - Previously targeted production deployment of multi-agent LLM workflows
- Still displays CI badges for unit and end-to-end tests from earlier development
- Packaged on PyPI as
llama-deploywith Python version requirements - README contains no remaining technical documentation or migration notes
Caveats
- The maintainers explicitly warn that the project is deprecated and should not be used.
- No feature descriptions, setup steps, or compatibility notes survive in the current README.
- Anyone seeking to deploy workflows must look at the successor project instead.
Verdict
Ecosystem archaeologists might note it as a waypoint in LlamaIndex’s tooling evolution, but active developers should treat this repository as a closed chapter and follow the README’s own advice to use llama-agents. If you are not already maintaining a legacy installation, there is nothing to adopt here.
Frequently asked
- What is run-llama/llama_deploy?
- Built to turn LlamaIndex agent workflows into production services, then promptly deprecated in favor of a successor.
- Is llama_deploy open source?
- Yes — run-llama/llama_deploy is open source, released under the MIT license.
- What language is llama_deploy written in?
- run-llama/llama_deploy is primarily written in Python.
- How popular is llama_deploy?
- run-llama/llama_deploy has 2.1k stars on GitHub.
- Where can I find llama_deploy?
- run-llama/llama_deploy is on GitHub at https://github.com/run-llama/llama_deploy.