run-llama / llama_deploy

Deploy your agentic worfklows to production
https://docs.llamaindex.ai/en/stable/module_guides/llama_deploy/
MIT License
1.86k stars 193 forks source link

Port existing clients to the new `Client` class #335

Closed masci closed 3 weeks ago

masci commented 1 month ago

With #290 we only introduced support for the apiserver API, but Client should also support the control plane and in general replicate all that was possible with LlamaDeployClient, SessionClient and their async counterparts.