Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calling distributed workflow #263

Open
ravisamavedula opened this issue Sep 20, 2024 · 3 comments
Open

Calling distributed workflow #263

ravisamavedula opened this issue Sep 20, 2024 · 3 comments

Comments

@ravisamavedula
Copy link

I have 3 workflows running in 3 different containers if workflow A needs to call workflow B and workflow B calls workflow C, how should be called, take a use case of Coder as Workflow A, who generates the code and passes the code to review to Workflow B, and after review, Workflow B passes to Tester(workflow c), there is a huge transfer of data, is this use case suitable with Llama-Deploy.

@logan-markewich
Copy link
Contributor

If there is a huge transfer of data, then each workflow should be reading the data from some db or s3 storage, rather than passing over the network

@logan-markewich
Copy link
Contributor

otherwise, seems like a perfectly valid use case

@ravisamavedula
Copy link
Author

ravisamavedula commented Sep 24, 2024

@logan-markewich Can we add a docker sample for distributed agentic workflows, like different personas, Coder, reviewer, Tester, it will make users to adopt and test quickly, basic and simple one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants