run-llama / llama_deploy

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

Add `url` field to `BaseMessageQueue` #151

Open nerdai opened 3 months ago

nerdai commented 3 months ago

Description:

BaseMessageQueue is a Pydantic BaseModel that has no fields. Though, all of its subclasses so far have an url attribute. It's probably fair to assume at this point that all subclasses of this base class will contain url and so we should just include it in the base.

srikary12 commented 3 months ago

@logan-markewich @nerdai Can I work on this?

nerdai commented 3 months ago

That would be great @srikary12!