Advocate_Life_Style / lifestyle_app.py

Commit History

Added the ability to configure custom prompts for the main lifestyle assistant. Implemented methods for setting, resetting to default, and getting the current prompt. Updated the Gradio interface for editing prompts, including a new “Edit Prompts” tab with the ability to preview changes. Added instructions for using prompt customization in the documentation. Made changes to the lifestyle profile to synchronize custom prompts with the session.
2f80714
Running

DocUA commited on

Added support for conversation history in soft medical triage. The conduct_triage method now accepts a chat_history parameter to take into account the context of previous messages. Updated relevant prompts to improve patient interaction. Changes have also been made to lifestyle_app.py to pass conversation history. All tests passed successfully.
d98ec9a

DocUA commited on

Fix backward compatibility issues with AIClientManager
7605012

DocUA commited on

Add multi-provider AI support with Anthropic Claude integration
5933c22

DocUA commited on

Convert all prompts and code to English
d213aa7

DocUA commited on

Fix Entry Classifier prompt for better lifestyle mode detection
67a1743

DocUA commited on

Implement intelligent LLM-based lifestyle profile updates with disk persistence
7e4728d

DocUA commited on

Remove deprecated LifestyleExitClassifier and SYSTEM_PROMPT_LIFESTYLE_EXIT_CLASSIFIER
dd68b66

DocUA commited on

Translate entire app interface to English
f55199b

DocUA commited on

Refactor: K/V/T format + cleanup deprecated code
1e4d3d5

DocUA commited on

refactor: replace lifestyle dual-prompt with single MainLifestyleAssistant
4bfdd56

DocUA commited on

feat: implement new message processing logic with 3-stage classifiers
42c568d

DocUA commited on

Return "none" response
969e1c4

DocUA commited on

Refactoring app.py - New project structure
43398e6

DocUA commited on