Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Mental Wellness Companion Agent #69

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,18 @@ Explore our extensive list of GenAI agent implementations, sorted by categories:
#### Implementation 🛠️
• Implement a multi-step process involving question anonymization, high-level planning, task breakdown, adaptive information retrieval and question answering, continuous re-planning, and rigorous answer verification to ensure grounded and accurate responses.

44. **[Mental Wellness Companion 🔎](https://github.com/NirDiamant/GenAI_Agents/blob/main/all_agents_tutorials/mental_wellness_companion.ipynb)**

#### Overview
This AI Agent aims to create a virtual companion focused on mental wellness. The agent will interact with users through natural language, understand their emotions, and provide personalized responses or exercises.

#### Implementation 🛠️
- Utilize LangGraph's StateGraph to create a modular emotional support workflow with dynamically routed interventions based on user mood detection.
- Integrate Google Generative AI for intelligent processing of user input, generating personalized motivational quotes, stress relief exercises, and success stories.
- Implement conditional routing to provide targeted support strategies, switching between motivational guidance and stress relief interventions.
- Design a state-based system that captures user emotional state, enables contextual response generation, and provides adaptive, empathetic support.


## Getting Started

To begin exploring and building GenAI agents:
Expand Down
Loading