Skip to content

Tool-Neuron-1.1.4

Choose a tag to compare

@Siddhesh2377 Siddhesh2377 released this 17 Jan 19:18
· 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.kt and all its associated UI Composables (LogEntryCard, LogDetailDialog, etc.).
  • Integrating the UI previously in VaultLoggerScreen.kt into VaultInspectorView.kt.
  • Enhancing the VaultInspector UI 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