🧬AI Oncologist Agent
A research agent template implemented as an AI oncologist. Read papers, isolate important information, and produce actionable reports.
Last updated
Was this helpful?
Was this helpful?
git clone https://github.com/mavericb/ai-oncologist.git
cd ai-oncologistpip install -r requirements.txt# OpenAI-Like API configuration
BASE_URL="https://api.deepseek.com"
OPENAI_API_KEY=your_deepseek_api_key
MODEL="deepseek-chat"
ANURA_BASE_URL=https://anura-testnet.lilypad.tech
ANURA_API_KEY=your_anura_api_key
ANURA_MODEL=phi4:14b
# Search configuration
MAX_RESULTS=3
SIMILARITY_THRESHOLD=0.3python AIOncologist.py