run-llama / llama_deploy

Deploy your agentic worfklows to production
https://docs.llamaindex.ai/en/stable/module_guides/workflow/deployment/
MIT License
1.72k stars 173 forks source link

Add YAML definition for components #67

Open logan-markewich opened 2 months ago

logan-markewich commented 2 months ago

It would be really nice to be able to define the entire system from YAML

Each of these components would need a yaml def, and a function to load from yaml

Ideally, we can support custom code by linking to an import path/module that is dynamically loaded? (Although not sure if this is a security risk)

nickknyc commented 2 months ago

Yes, please!