-
Notifications
You must be signed in to change notification settings - Fork 4
feat: implemented background requests #160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for mcp-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
b4f13e8
to
8aef23e
Compare
1076a13
to
07bf920
Compare
One thing I noticed with this feature @wasaga, is once the background job has streamed in, whether that's just letting it all stream in initially, or loading it from the background jobs sidebar is subsequent prompts start a new background job. I think after the initial job, we can unset the background toggle, so the conversation continues. If we do that though, you'd have the oroginal background job that finished before that new prompt, and a new conversation that just continues where the original one ended. I think this is fine for the moment since we have no real storage atm. Thoughts? |
…nse event processing
07bf920
to
e9599d4
Compare
This pull request introduces significant updates to the codebase, primarily focusing on integrating background job management functionality, and enhancing the architecture for better state management and usability.
For testing out background mode, I've been using this prompt with o3 "Research and summarize the key differences between the top three open-source vector database solutions (such as Milvus, Qdrant, and Weaviate), including their architecture, supported features, scalability, and real-world use cases. Then, recommend the most suitable option for a SaaS platform handling millions of embeddings per day, justifying your choice."
Closes #71
CleanShot.2025-07-22.at.18.04.40.mp4