-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Labels
enhancementNew feature or requestNew feature or request
Description
π‘ Is your feature request related to a problem?
Yes, currently streaming is only done for significant steps in the memory and agents pipeline. This can result in bad user experience
β¨ Describe the Solution
Every step of the backend process should be streamed to the frontend and displayed to the user. Essentially we have to yield the results from the FastAPI backend to the Electron application and display the changing states with NextJS
π Alternatives Considered
We are thinking of incorporating reasoning like user experience in Sentient. But need a reasoning model for that which Llama3.2:3b doesn't support. So for now, streaming every step is the way to go
π Additional Context
No breaking changes needed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request