run-llama / llama_deploy

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

[Question]: `llama-agents` vs Workflows? #185

Closed brycecf closed 2 months ago

brycecf commented 2 months ago

multi-agent-concierge describes itself as multi-agent but doesn't use llama-agents, instead just relying on the new workflow concept.

What is this project aiming to do that isn't redundant with workflows?

logan-markewich commented 2 months ago

@brycecf likely llama-agents will be rebranded to something like llama-deploy (see the various GitHub issues I've opened recently here for a peek at the changes coming)

Basically the idea is build stuff with llama-index, and then use the features here to deploy and scale. Want to make it as easy as possible to turn workflows into scalable services