[Feature Request]: Whether an agent component can have an intermediate output component?
Is there an existing issue for the same feature request?
- [X] I have checked the existing issues.
Is your feature request related to a problem?
No response
Describe the feature you'd like
Whether an agent component can have an intermediate output component?For example, there is a generation process in the middle, and I want to output the generation to the user first, and then continue to execute the process behind the agent and complete the final output
Describe implementation you've considered
No response
Documentation, adoption, use case
No response
Additional information
No response
@1006076811 👋 Thanks a lot for your suggestion, and apologies for the delayed response!
To better understand your use case, we’d love a bit more clarification: Are you hoping for the LLM to first return generated content to the user and then continue the workflow with a second LLM? Or are you looking for a setup where the LLM streams partial content to the user, and then continues generating to feed into the next stage of the flow?
Understanding this will help us pinpoint the core need and evaluate how we might support it 🔍🙂
Looking forward to your input — and thank you again for helping improve the project! 💡 Feel free to keep the ideas coming, and stay tuned for future updates 🚀
@1006076811 👋 Thanks a lot for your suggestion, and apologies for the delayed response!
To better understand your use case, we’d love a bit more clarification: Are you hoping for the LLM to first return generated content to the user and then continue the workflow with a second LLM? Or are you looking for a setup where the LLM streams partial content to the user, and then continues generating to feed into the next stage of the flow?
Understanding this will help us pinpoint the core need and evaluate how we might support it 🔍🙂
Looking forward to your input — and thank you again for helping improve the project! 💡 Feel free to keep the ideas coming, and stay tuned for future updates 🚀
The second one