jacksonfio/clinical-trial-protocol-screener
Update README.md
Update README.md
Update README.md
Update README.md
Update README.md
Update README.md
fix: include protocol rules in Observation for automated agent evaluation (Phase 2)
docs: complete README rewrite with expert tier highlights, baseline scores, architecture, and unique feature showcase
feat: major upgrade - expert tier, drug-drug interactions, implicit lab inference, 5 patients per task, enriched LLM prompt
fix: change early return grader score from exactly 0.0 to 0.001 to satisfy openenv bounds
fix: clamp grader scores to strictly (0, 1) to pass Phase 2 Validator bounds
fix: add strict [START]/[STEP]/[END] stdout parsing format for OpenEnv Phase 2 validation
feat: added -0.5 severe penalty logic for incorrect approvals (safety violation)
fix: explicit setuptools packages to fix editable install build error
feat: complete UI overhaul - Emerald/Obsidian theme, patient validation, live dashboard
Compliance fix: Add LICENSE, update uv.lock for 3.12, and polish README
Full OpenEnv spec compliance: typed reset, float reward, task_ids in metadata, and entry point fix
Full OpenEnv compliance: added server/app.py, fixed entry points, updated dependencies
Optimize server startup: remove blocking baseline call from API
Add required OpenEnv validate endpoints: /health /metadata /schema /mcp
Pass OpenEnv Validate check: Simplified server and metadata
One final absolute URL fix for Swagger iframe
Directly serve Swagger UI at / to fix HF iframe hang
Fix CORS for Swagger UI
Fix requirements.txt encoding
Fix server crash by using simple redirect
Trigger sync final
Add python-multipart to requirements
Fix HF Metadata and Sync
Verification: Updated project title (Docs mode)
Serve Swagger UI directly at root /
Revert UI to standard FastAPI /docs interface
Ultra-Detailed README overhaul: research-grade documentation for competition submission
README.md
UI Overhaul & Protocol Compliance: Added HUD dashboard, inference.py, and detailed README
Add root endpoint redirecting to API docs
Fix HF Space build stuck issue by adding dockerignore and user 1000
Fix HF Spaces configuration error
Initialize project and add HF sync trigger
