CoolFace
Apppublic

Roshan10000/MFDE

sourceHugging Faceupdated 6mo agoView on Hugging Face
1likes
35 commits on main
83d52706mo ago

Fix: Added missing main() function and entry point to app.py and server/app.py for multi-mode deployment compliance

Roshan
740808e6mo ago

Final synchronization: server/app.py matched to root app.py

Roshan
6ecf3e06mo ago

Final cleanup: Updated openenv.yaml and synchronized app.py for HF submission

Roshan
b817c356mo ago

Integrated HF_TOKEN across all components and switched default AI backend to Hugging Face Inference API

Roshan
d9a22f16mo ago

Revert: Remove 'safe' priority tier to comply with hackathon spec [low, medium, high]

Roshan
9f2f7946mo ago

Upgrade to 4-tier risk classification system (High, Medium, Low, Safe) for OpenEnv compliance

Roshan
84fb7926mo ago

feat: implement advanced threat detection scanner with 4 risk tiers

Roshan
55336736mo ago

feat: implement Semantic Noise Engine and Threat Matrix Analytics dashboard

Roshan
e6fa6926mo ago

style: revert decimal precision to 2 places for cleaner UI

Roshan
ac085976mo ago

feat: calibrate scoring compliance and enhance dashboard precision

Roshan
b96c27e6mo ago

fix: implement strict (0.0, 1.0) grading interval with 0.05-0.95 rewards and 0.02-0.98 overall score clamping

Roshan
f9319986mo ago

fix: restore standard 0.0-1.0 scoring range and revert task graders to deterministic in openenv.yaml while retaining explicit grader logic in grader.py

Roshan
83c49d46mo ago

fix: finalize scoring recalibration to 0.00-0.99 range and implement per-task explicit graders

Roshan
9d9e1dd6mo ago

feat: implement per-task grader mapping and heuristic grading for Gmail in openenv.yaml

Roshan
db4c4d26mo ago

fix: explicitly define deterministic graders for all simulation tasks to satisfy Phase 2 validation

Roshan
45cfa416mo ago

fix: complete inference.py rewrite following mandatory OpenEnv stdout format and proxy guidelines exactly

Roshan
6c583286mo ago

fix: critical - remove Dockerfile API_BASE_URL override that silently blocked OpenEnv proxy injection; split MFDE_SERVER_URL from LLM proxy API_BASE_URL

Roshan
8e515596mo ago

fix: fully decouple OpenEnv injected API_BASE_URL from internal server ENV_BASE_URL to prevent silent API bypass, and explicitly enforce openai client proxy

Roshan
ea447016mo ago

fix: strictly implement OpenEnv validator proxy guidelines without fallbacks

Roshan
a8ea68c6mo ago

chore: revert inference.py to use original Anthropic models and API base as requested by user

Roshan
d6c5d596mo ago

fix: ensure Anthropic fallback accurately inherits the original MODEL_NAME environment variable

Roshan
49e484c6mo ago

feat: implement dual-system AI triage to safely fallback to Anthropic if OpenEnv OpenAI proxy is not locally injected

Roshan
f41b70e6mo ago

fix: completely remove heuristic fallback and enforce LLM API usage via openai client in ai_triage

Roshan
1c5847f6mo ago

fix: rewire inference.py to route through OpenEnv liteLLM proxy using API_BASE_URL and OpenAI client

Roshan
d625d6c6mo ago

fix: add missing main() block to server/app.py for OpenEnv multi-mode deployment validation

Roshan
c7ba48c6mo ago

fix: change Yield Pos UI to display 2 decimal places to capture exact 0.99/0.01 bounds

Roshan
7426a236mo ago

fix: add missing HF Spaces YAML configuration to README

Roshan
60c82956mo ago

feat: complete TriageCenter Neural Defense Grid UI rewrite ensuring OpenEnv compliance

Roshan
518a7d66mo ago

Fix: step auto-reset, error handling, env edge cases

Roshan
701f8226mo ago

Fix: port 7860, requirements, env.py edge cases

Roshan
63f60a16mo ago

Upgrade to v2.0: Gmail integration and AI triage

Roshan
b971bb76mo ago

Fix total combined XP exact precision

Roshan
531d8a66mo ago

Fix UI yield rounding bug

Roshan
f4976d96mo ago

Supercharge HTML Dashboard UI & Analytics Leaderboard

Roshan
10b37486mo ago

Fix environment score bounds and indexing bug

Roshan