You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Deep dive into [Retrieval Pipeline](retrieval.md)
458
422
- Learn about [Agent & VLM Selection](agent.md)
423
+
424
+
## Future Improvements
425
+
426
+
The following areas are planned for future development:
427
+
428
+
### UX/UI Enhancements
429
+
430
+
The current Gradio interface is functional but has room for improvement. Planned work includes better result presentation, improved file management UX, and a more polished visual design to lower the barrier for non-expert users.
431
+
432
+
### MCP Integration by Users
433
+
434
+
Today, MCP (Model Context Protocol) tool adapters are defined by the development team. A future goal is to allow users to register and contribute their own MCP-compatible tools directly from the interface, making the catalog extensible without requiring code changes.
435
+
436
+
### SQLite Integration
437
+
438
+
Conversation history, tool usage logs, and per-session state currently live only in memory. Adding a SQLite backend would enable persistent sessions, usage analytics, and a foundation for personalised recommendations over time.
0 commit comments