Replies: 4 comments 5 replies
-
|
One workflow I’d love to see is something like an automated exception/log monitor — a flow that watches for exceptions or log patterns and then suggests potential solutions inline or in context. Ideally, it wouldn’t just flag the issue, but also surface a well-thought-out recommendation or next action based on the exception type or stack trace. Using Prism + tools, this can be done. |
Beta Was this translation helpful? Give feedback.
-
|
First of all, thank you very much for creating Laravel Workflow. I've been playing around with it for about a month and we're using Prism and Workflow very closely together (so far mostly for data crawling: The next exploration I would like to do with both Prism and Workflow is to start building AI agents in a reusable way; I am particularly interested in breaking down the agent workflows described by Anthropic in their now famous blog post. I will also certainly explore "deep search" in database data. Cheers! |
Beta Was this translation helpful? Give feedback.
-
|
I have posted the first blog post here: https://medium.com/@rlmc/building-reliable-agentic-loops-with-laravel-workflow-and-prismphp-85f5738f71f6 I really wanted to illustrate what I think makes Laravel Workflow valuable to Prism users. This workflow will ask an LLM to produce structured output and validate it against business logic. If the generated output fails validation, the workflow will automatically reprompt the LLM until it generates valid output. You can also try out Laravel Workflow and Prism in a GitHub codespace where everything has already been setup for you. |
Beta Was this translation helpful? Give feedback.
-
|
I'm also using your package and have migrated from Temporal because it's simpler, and using a standard queue in my workflow is much faster. Thanks you for your work! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there! 👋 I'm the creator of Laravel Workflow, and I'm working on a blog post that dives into using Laravel Prism + Workflows together.
If you're building anything with Prism or considering it, are there any particular workflows you'd love to see modeled or broken down? Think auth flows, document parsing, moderation queues, agent coordination or anything else you're struggling with or just curious about.
Drop your ideas or use cases here and I'll try to cover them in the post (with code!).
Beta Was this translation helpful? Give feedback.
All reactions