Replies: 2 comments 10 replies
-
I think this is where Workflow should comes into play: https://docs.neuron-ai.dev/workflow/getting-started It could not be easy at the beginning, but once you start experimenting with it you will also able to follow tutorials from other ecosystems like LangGraph and implement your own multi agent system with easy in PHP. |
Beta Was this translation helpful? Give feedback.
10 replies
-
Interesting, are these RAG agents? Why is there a need to separate them into 2 agents? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I used the good tutorial Video and the Docs, but I didn't found a recommendation howto combine multiple Agents in one Chat. I need this for a case, in which a customer enter a message and the Agent should decide if it is a task for him. The Agents habe absolute different context, so one general Agent with multiple Tools should not be the right way.
I want to do somethind like this (pseudocode)
I build one hacky solution, I instruct the agents to Response with "Not my Task" if there is nothing to do for them and running each Agent with this. But maybe there is a better solution.
Do have any hints for me? Thanks
Beta Was this translation helpful? Give feedback.
All reactions