[Laravel AI] Introducing node/event workflows to Laravel AI #59338
Unanswered
giuliodelmastro
asked this question in
Ideas
Replies: 0 comments
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.
-
Hi everyone 👋
I recently had the chance to try out Neuron AI and wanted to share some thoughts that might be relevant to Laravel AI.
One aspect that particularly struck me is its workflow system, which is based on nodes and events rather than the traditional linear pipeline.
Compared to the current pipeline approach in Laravel AI, this model seems to offer several advantages:
From what I’ve seen, Laravel AI already provides a solid foundation with agents, events, and queued workloads, but adopting a more explicit workflow abstraction (potentially based on workflows, nodes, and events) could make complex orchestration more expressive and manageable.
I’d be curious to hear your thoughts:
I’d be happy to help design and implement this idea.
Thanks 🙌
Beta Was this translation helpful? Give feedback.
All reactions