- Step1: Clone the Clinical Agent repository
- Step2: Install dependencies via pip install -r requirements.txt
- Step3: Configure environment variables (OpenAI API key, vector DB credentials)
- Step4: Ingest EMR documents with provided ingestion script
- Step5: Run the agent using python run_agent.py
- Step6: Interact via CLI prompts or integrate into a custom UI