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

Enable langgraph4j to support LiteFlow for implementing workflow services #48

Open
smileyboy2019 opened this issue Nov 18, 2024 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@smileyboy2019
Copy link

Enable langgraph4j to support LiteFlow for implementing workflow services
LiteFlow supports context and enables calls between functions. If langchain4j integrates a defined process, can it implement a process like (travel guide)
image

LiteFlow: n workers surround a workbench in a certain order, producing parts in sequence. The produced parts can eventually be assembled into a machine, and each worker only needs to complete the production of their own parts without knowing what other workers are producing. Every worker takes the resources needed for production from the workbench. If there are the necessary resources for production on the workbench, production will proceed. If not, wait until the resources are available. The parts made by each worker are also placed on the workbench

@bsorrentino
Copy link
Owner

hi @smileyboy2019 do you mean dromara/liteflow ?

@bsorrentino bsorrentino added question Further information is requested wait feedback enhancement New feature or request and removed question Further information is requested labels Nov 19, 2024
@smileyboy2019
Copy link
Author

你好@smileyboy2019你是指dromara/liteflow吗?

Yes, can it be achieved?

@bsorrentino
Copy link
Owner

你好@smileyboy2019你是指dromara/liteflow吗?

Yes, can it be achieved?

@smileyboy2019 It is possible. The complexity here is that I've to create abstraction to plug whatever workflow engine, I'll think about.

@bsorrentino bsorrentino added help wanted Extra attention is needed and removed wait feedback labels Nov 21, 2024
@bsorrentino bsorrentino changed the title Enable langgraph4jto support LiteFlow for implementing workflow services Enable langgraph4j to support LiteFlow for implementing workflow services Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants