Tool-Neuron-1.1.4
·
110 commits
to re-write
since this release
Refactor: Move VaultLoggerScreen UI to VaultInspectorViewModel
This commit refactors the VaultLoggerScreen by moving its UI Composables and related logic into the VaultInspectorViewModel.kt file. This centralizes the Vault Inspector's UI and state management, improving organization and maintainability.
Specific changes include:
- Removing
VaultLoggerScreen.ktand all its associated UI Composables (LogEntryCard,LogDetailDialog, etc.). - Integrating the UI previously in
VaultLoggerScreen.ktintoVaultInspectorView.kt. - Enhancing the
VaultInspectorUI with a modernized design, including updated cards, filter/sort menus, and a scroll-to-top button. - Adding advanced model filtering (by category, parameters, quantization, size) and sorting to the Model Store.
- Introducing validation and editing capabilities for HuggingFace repositories.
- Expanding the list of default model repositories with new categories (Medical, Research, Coding, Business, Cybersecurity).
- Updating the README with comprehensive details on features like RAG, Memory Vault, and model management.
Solved Issues :
Full Changelog: Tool-Neuron-1.1.2-Download-Fix...ToolNeuron-1.1.4