About compent wait status
Self Checks
- [X] I have searched for existing issues search for existing issues, including closed ones.
- [X] I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
- [X] Please do not modify this template :) and fill in all the required fields.
1. Is this request related to a challenge you're experiencing?
Hello, I have a specific requirement where, after the AI has responded, it waits for the user to decide whether to proceed with the next step. This scenario primarily involves generating editable forms for the user to review. If the generated content is acceptable, the process moves forward; if there are issues, the user can make corrections before proceeding or halting the process altogether. My current implementation strategy involves incorporating a waiting component. This component is typically appended following the direct response. Upon reaching this component in the flow, the coroutine is paused. The coroutine resumes when the user approves the content within the waiting component by clicking through.
2. Describe the feature you'd like to see
While examining the source code of DIFY, I noticed that each component has a 'wait' state, albeit currently unimplemented. I'm unsure whether the approach I proposed earlier conflicts with DIFY's overall architecture. If there is a conflict, I'm curious when the DIFY team is planning to implement the 'wait' state for components. Conversely, if no conflict exists, can I proceed with the implementation as outlined in my previous suggestion?
3. How will this feature improve your workflow or experience?
While examining the source code of DIFY, I noticed that each component has a 'wait' state, albeit currently unimplemented. I'm unsure whether the approach I proposed earlier conflicts with DIFY's overall architecture. If there is a conflict, I'm curious when the DIFY team is planning to implement the 'wait' state for components. Conversely, if no conflict exists, can I proceed with the implementation as outlined in my previous suggestion?
4. Additional context or comments
No response
5. Can you help us with this feature?
- [ ] I am interested in contributing to this feature.
Consider this is a traditional workflow scenario, eg, you need to wait an approve from your boss or someone. But as far as I know, we won't support this feature in the Q2 or Q3.
@crazywoola i mean that i want to support this feature 。but i dont sure the path is right。