GitHubスター
0
ユーザー評価
未評価
お気に入り
0
閲覧数
6
フォーク
0
イシュー
0
README
🤖 CALA: Context-Aware Life Assistant (Powered by MCP)
CALA is an intelligent, context-aware AI life assistant built using OpenAI models and the Model Context Protocol (MCP) pattern. It provides personalized, human-like advice based on structured context — such as your mood, calendar events, environment, and life goals.
This project showcases real-world MCP usage — modular context construction, multi-source reasoning, and adaptive LLM response — ideal for portfolio or production reference.
Features
- Modular Context Design — loads user profile, mood logs, schedule, and weather as structured MCP context files.
- Personalized Prompting — dynamically adapts advice based on who you are and how you feel.
- LLM-Powered Agent — uses OpenAI's GPT-4 to generate wellness recommendations, plans, and reflections.
⚙️ Setup Instructions
1. Clone the repo
git clone https://github.com/kpbrahmkstri/CALA.git
2. Create and activate virtual environment
python -m venv venv
source venv/bin/activate # Windows: venv\Scripts\activate
3. Install dependencies
pip install -r requirements.txt
4. Set up your OpenAI key
Create a .env file in the root directory:
OPENAI_API_KEY=your-openai-api-key-here
5. Run the App
streamlit run streamlit_app.py
作者情報
0
フォロワー
0
リポジトリ
0
Gist
0
貢献数