Open Issues Need Help
View All on GitHubParallel HYpergraph MEssaging Streams
AI Summary: Integrate the `lopdf` Rust library into the PHYMES project to enable PDF parsing functionality, ensuring compatibility with WebAssembly (WASM) for broader deployment. This involves adding the library as a dependency, implementing the necessary parsing logic (potentially using the provided example), and thoroughly testing the integration to ensure it functions correctly within the existing PHYMES architecture.
Parallel HYpergraph MEssaging Streams
AI Summary: Upgrade the PHYMES project's Candle models to include the Qwen 3.0 series for both text generation inference (TGI) and text embedding inference (TEI). This involves updating both the Candle models and assets within the `phymes-agents` crate.
Parallel HYpergraph MEssaging Streams
AI Summary: Implement a new 'replace' functionality in the PHYMES application's UI to allow users to replace the entire data of a subject table. This involves adding a new upload button to the UI and integrating it with the existing `ArrowTablePublish::Replace` method in the core library.
Parallel HYpergraph MEssaging Streams
AI Summary: Implement comprehensive unit tests for the `phymes-server` crate's handlers, including scenarios with multiple users, to improve test coverage. This involves writing test cases that cover various inputs, edge cases, and interactions with other parts of the system.
Parallel HYpergraph MEssaging Streams
AI Summary: Refactor the user interface (UI) of the `phymes-app` crate into reusable, testable functions and create mock data for unit testing these functions. This will improve the test coverage of the application's frontend.
Parallel HYpergraph MEssaging Streams