-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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
Support agent node in a workflow #7470
Comments
I need this too. The main purpose is to divide the process in two parts: Q&A guidance and result generation. Their prompts are the same, but the latter only outputs json_object |
It seems that it can be implemented using node |
it is more like a multi-agent requirement. I.E, in a workflow, an LLM node with ability of function calling is basically an agent. |
do you mean call another agent via HTTP request in workflow? it is smart, would be good if have this as a built-in feature. |
Yes, since dify doesn't provide an agent node at the moment, can only use this method to finish my job. Of course, I also agree that would be good if have this as a built-in feature |
+1 |
Sounds like "Agent as Tool", sounds good. |
+1 |
+1, We need "ReAct agent tool" that other agents can calling it to do something. Any agent can called by any agents. |
+1 |
1 similar comment
+1 |
@crazywoola Are there any plans to add this feature? |
. |
You can use code block to parse the output for now |
+1, just wanted to open a feature request for this as it seems logical that it should be possible to use agents in workflows. This way agents would be like an LLM + tool combination repository and workflows could be used to put these parts together, which is especially useful if someone re-uses the same sets of LLM + tool combinations (ie. "agents") within various workflows. |
+1,Additionally, I hope that the Agent nodes can support the 'Add Message' feature (customizable multi-turn USER and ASSISTANT dialogues), to achieve a few-shot effect. |
+1 |
2 similar comments
+1 |
+1 |
I really need it, it's so important for a knowledge chat workflow app |
+1 |
1 similar comment
+1 |
这是来自QQ邮箱的自动回复邮件。已收到~
|
+1 |
2 similar comments
+1 |
+1 |
+1 |
2 similar comments
+1 |
+1 |
这是来自QQ邮箱的自动回复邮件。已收到~
|
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
in current workflow design, we can add LLM or tools as nodes, but can't configure LLM node to call tools just like agents do.
2. Additional context or comments
No response
3. Can you help us with this feature?
The text was updated successfully, but these errors were encountered: