samsung-health-mcp: Samsung Health MCP is an unofficial, local-first server designed to parse and expose personal wellness data from Samsung Health CSV/ZIP exports to AI agents. It ensures data privacy by keeping tokens local and never sending health data to the cloud, supporting various health metrics like steps, sleep, and heart rate.; ai-agents-from-scratch: This repository teaches you to build AI agents from first principles using local LLMs and node-llama-cpp, emphasizing a deep understanding of agent fundamentals before using production frameworks. It guides learners through building agent components like tools, memory, and reasoning patterns, culminating in rebuilding core LangChain and LangGraph concepts.
AI agents (e.g., Claude, Cursor, ChatGPT Desktop, Hermes) analyzing personal health data for daily/weekly summaries.
Educational resource for AI agent development fundamentals.