- Agent Building - help us build and refine current agents being used
- Agent Testing - help us do thorough testing of agents and workflow
- Evals - Improved accuracy and efficiency of the evaluation pipeline.
- Contribute in curating datasets and/or LLM Prompt Finetuning
- UI/UX improvements
Project Sukoon aims to build open-source solutions and standards for using AI to address mental health challenges. Our goal is to apply Digital Public Infrastructure (DPI) knowledge and practices to help professionals explore and understand the latest advancements in AI and their applications to mental health use-cases specific to India.
- Prototyped with Crew AI agent framework
- Developed backend and frontend using LangGraph framework
- Shifted to AutoGen framework based on expert consultation
- Currently addressing web UI issues and agent loop problems with AutoGen
- Planning to create API endpoints for LangGraph and integrate with WhatsApp API
- Iterated and added more agents to the pipeline
This is Langgraph code. Code from AutoGen is in different branch.
- Go to langgraph branch
- install all dependencies in your environment (pip install -r requirements.txt)
- run 'python sukoon_api.py'
- go to sukoon-frontend(cd sukoon-frontend), run 'npm start' to access it in your browser.
- alternatively use this vercel deployment to access it - https://sukoon-1.vercel.app
Create a .env file with:
OPENAI_API_KEY = '<YOUR_OPENAI_API_KEY>'
LANGCHAIN_API_KEY = '<YOUR_LANGCHAIN_API_KEY>'
- Alternatively , try this:
On Mac/Linux -
export OPENAI_API_KEY=your_api_key_here
On Windows -
setx OPENAI_API_KEY "your_api_key_here"
There are few ways you can contribute to Sukoon
- By providing feedback on the POC
- By raising issues in the issues section
- By contributing to the codebase based on the issues
- Join the Sukoon team by filling the p+ai volunteer form (https://peopleplus.ai/volunteer) and select the Sukoon project.
- Submit PRs to the respective branches (e.g. 'autogen' or 'langgraph')
For detailed guidelines, please read the guidelines outlined in CONTRIBUTING.md
The docs folder contains overall project documentation and related documents. To access or contribute to the documentation, please refer to docs/README.md. e.g Please read the main doc here and feel free to add comments here - https://docs.google.com/document/d/1H8-oJmMy0r28kYup9vqt8VGDlY_cCFW_2M07XJxWpFU/edit?usp=sharing
If you encounter any issues with the project, please create a new issue using the issue template. Provide as much detail as possible to help us understand and resolve the issue.
We have two active discussions:
Develop a PII Removal Module for a Mental Health Care WhatsApp Chatbot
Improving Central Orchestrator Agent Classification in AutoGen System
Mental health support in India faces several challenges:
- Stigma and discrimination
- Lack of awareness
- Shortage of trained mental healthcare personnel
- Affordability issues
- Low budget allocation for mental healthcare
- Very personal approach with focus on listening and emphasising
- Available in 22 Indic regional languages, especially on mobile devices
- Stores the user conversation locally, not on cloud -> ensuring complete privacy
- Will provide helpful resources for most common mental health problems. However, it'll not prescribe any medicines
- For training the bot , we can use federated learning
- Will be available as an API, so interested people can try this and build on top of it, based on their use case
- Aim is to get national-level adoption
- If serious, there’ll option to reach out to a psychiatrist or support community groups e.g. peer to peer network
- Have L1/L2/L3 level of support
- Can we gamify the whole conversation? If yes, then how?
- Can we nudge users to adopt healthier behaviour?
- In particular, we can warn users about what not to do - relying on superstitions, isolation, labelling, and other unhelpful tactics
- Give positive self-affirmation, create safety plan, etc
- Can we develop Emotional Intelligence that understands not just emotions, but context behind it
- Can we detect emotional status ike stress level using voice(like hume) and then support him
- Can we create a timeline tracker let’s say six month plan for meditation and track streak
- Can we give them a phone number they can call to? The bot will mainly listen , empathize and offer safe advice
“Made for 🇮🇳 with ❤️ by People+AI”