Agentic Workflow with Human In The Loop #186
ilvalerione
announced in
Announcements
Replies: 1 comment 8 replies
-
I've been playing with it for a while and all I can say is its been working well so far. One thing though: it would be nice if we can add type-safety to the state or support custom data classes to use as the workflow's state.. |
Beta Was this translation helpful? Give feedback.
8 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 everyone! After a lot of effort we have finally managed to ship the beta release of our implementation for Agentic Workflow.
What makes this implementation special is the native support for Human In The Loop pattern. This means your agentic system can literally pause mid-process, ask for human input, wait for feedback, and then continue exactly where it left off – even if that's hours or days later.
https://docs.neuron-ai.dev/workflow/getting-started
We will continuing to improve the documentation also based on your feedback.
I hope it could become the solution PHP deserve to implement enterprise-grade agentic software. Feel free to send us your feedback, share this repository with other PHP developers, create experiments, open issues, PRs! We can't be more happy to help you build great things!
Beta Was this translation helpful? Give feedback.
All reactions