Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 500 Bytes

File metadata and controls

12 lines (10 loc) · 500 Bytes

AGENTS.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Project Overview

An AI assistant backend that helps patients understand their health history and upcoming care.

Environment Setup

IMPORTANT: Before starting any work, activate the virtual environment:

source env/python_venv/bin/activate

This must be done at the beginning of every session before running any Python commands, tests, or other project operations.