Skip to content

merge#134

Merged
S-Shahla merged 38 commits intoInboxSearchBar-BatchFetchfrom
NEUDemo
Jun 17, 2025
Merged

merge#134
S-Shahla merged 38 commits intoInboxSearchBar-BatchFetchfrom
NEUDemo

Conversation

@S-Shahla
Copy link
Contributor

No description provided.

S-Shahla and others added 30 commits May 19, 2025 23:18
This reverts commit 3fb0ad2, reversing
changes made to 113ed45.
…agement.

- Moved API route handlers to be defined before router inclusions for better organization.
- Updated logging to use a consistent logger across various modules, replacing print statements with logger.debug and logger.error.
- Removed redundant logging configurations from individual service files, centralizing it in main.py.
- Cleaned up imports and improved code readability across multiple router files.
…rvices.

- Introduced a new `dependencies.py` module for common auth dependencies
- Introduced a new `helpers.py` module for shared utilities, including standardized logging and error handling functions.
- Updated all service and router files to utilize the new logging and error handling methods, improving consistency and readability.
- Cleaned up imports and organized code structure for better maintainability.
- Enhanced error responses to provide more context and standardized messages across the application.
Change userId to hold google ID
Added deletion of emails from database when deleting account
Adding deletion of summaries when deleting users. Currently commented out to avoid extra cost of re-summarizing.
better error handling for deletion
Added min and max pooling added retry on spotty connections
Fixed error in connection options
- Introduced new OpenRouter models: LLAMA_4_SCOUT, LLAMA_4_MAVERICK, and GEMMA_3_27B_IT.
- Updated the summarizer provider mapping to use LLAMA_4_SCOUT for OpenRouter.
- Added openrouter_api_key to the Settings class for API key management.
- .env updates
- Integrated OpenRouterEmailSummarizer into the summarization service.
- Updated get_summarizer function to handle OpenRouter provider.
- Enhanced OpenRouterBackend for improved error handling and logging.
- Added OpenRouter-specific prompt templates and response formats.
- Implemented unit tests for OpenRouter summarization functionality.
- Updated MockSettings class in test_config.py to include openrouter_api_key environment variable.
- Default value set for testing purposes.
- Included OPENROUTER_API_KEY in the test settings with a default value for testing.
- Ensured consistency with existing environment variable handling.
mads-jm and others added 8 commits June 14, 2025 00:12
- Changed openrouter_api_key to be optional, reflecting that it is no longer required.
- Updated other API keys to be optional as well.
- Added a model validator to ensure required API keys are present based on the selected summarizer provider.
- Included TEST_OPENROUTER_API_KEY in the GitHub Actions workflow for testing.
- Ensured the new API key is sourced from the repository secrets for secure handling.
…riables

- Changed environment variable names in the GitHub Actions workflow to align with the new naming convention for repository secrets.
- Ensured consistency in the handling of API keys and other sensitive information for testing.
- Updated environment variable names in the GitHub Actions workflow to match the new naming convention for testing secrets.
- Ensured that all API keys and sensitive information are correctly referenced for secure handling during tests.
env example updates
* settings JSDOC comments

* contact comments

* comments for loading

* comments for privacy and terms

* error and home comments

* settings and home css sectioning

* main comments and sectioning

* router

* client JSDoc

* reducer JSDOC

* Dashboard JSDOCS

* miniview JSDOCS

* auth JSDOCs

* email.jsx JSDOCs

* emailDisplay JSDOCs

* inbox JSDOCs
@S-Shahla S-Shahla merged commit 0928c94 into InboxSearchBar-BatchFetch Jun 17, 2025
6 checks passed
@S-Shahla S-Shahla mentioned this pull request Jun 17, 2025
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.

5 participants