Skip to content

Releases: DeepRatAI/MedX

MedX v0.1.0 — Medical AI Intelligence System

20 Feb 01:14

Choose a tag to compare

🏥 MedX v0.1.0 — Initial Public Release

Medical AI Intelligence System — dual-mode clinical consultation engine with emergency detection, RAG knowledge base, and multi-model LLM routing.

✨ Features

  • Dual-mode consultation: Professional clinical vs Educational patient-friendly responses
  • Emergency detection: Real-time medical emergency identification with triage scoring
  • Multi-model LLM routing: 8 HuggingFace Inference Provider models (Gemma, Llama, Qwen, DeepSeek, Kimi)
  • RAG knowledge base: ICD-10 catalog (13.5K entries), medications DB (15K+), 9 specialty condition files
  • Differential diagnosis: Multi-hypothesis clinical reasoning engine
  • FastAPI backend: 8 endpoints with streaming support
  • Reflex UI: Interactive clinical consultation interface
  • Docker deployment: Multi-stage production build with PostgreSQL, Redis, Qdrant

🏗️ Architecture

  • V2 modular package (src/medex/) with 16 specialized modules
  • Agent-based architecture with planner and tool executor
  • Memory management with patient context and conversation history
  • Security module with PII detection and audit logging
  • Observability with structured logging, tracing, and health checks

🧪 CI/CD

  • 6-job CI pipeline: lint, test (3.10/3.11/3.12), Docker build, security scan
  • Bandit security linter + hardcoded secret scanning
  • All checks passing ✅

📋 Requirements

  • Python 3.10+
  • Docker & Docker Compose (for full stack)
  • HuggingFace API token

⚠️ Disclaimer

MedX is an AI research tool. It is NOT a certified medical device and should NOT be used for clinical decision-making without professional medical supervision.


Full Changelog: https://github.com/DeepRatAI/MedX/commits/v0.1.0