Skip to content

Conversation

@csmangum
Copy link
Contributor

This pull request removes the entire TASM Visualizer project, including its documentation, configuration, and source code. The changes span multiple files and involve the deletion of all components, scripts, and assets associated with the Electron-based TASM Visualizer application.

Removed Project Documentation and Configuration:

  • ElectronTASM/README.md: Deleted the README file, which included an overview, features, development setup, architecture, and project structure of the TASM Visualizer.
  • ElectronTASM/package.json: Removed the package.json file, which contained metadata, scripts, dependencies, and build configurations for the project.

Removed Main Process Code:

  • ElectronTASM/src/main/main.ts: Deleted the Electron main process file, which handled window creation, app lifecycle events, and IPC communication for memory system operations.
  • ElectronTASM/src/main/preload.ts: Removed the preload script that exposed IPC methods to the renderer process via the contextBridge API.

Removed Renderer Process Code:

csmangum added 4 commits May 20, 2025 19:42
…onfiguration

This commit updates the `MemoryAgent` class to streamline the initialization of the embedding engine based on the new configuration option in `MemoryConfig`. The `text_model_name` is now directly set in the configuration, enhancing flexibility. Additionally, a new `history.json` file is added to track search history.
This commit modifies the `test_memory_agent.py` file to incorporate the new `text_model_name` configuration in the `MemoryConfig`. The tests are updated to reflect changes in the embedding engine initialization, ensuring proper assertions for the new configuration options. Additionally, the mock patches are adjusted to use the correct embedding engine class.
…k.json, README.md, TypeScript configuration, and source code. This cleanup eliminates the entire project structure for the TASM Visualizer application, streamlining the repository.
@csmangum csmangum merged commit e53d423 into main May 22, 2025
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants