utkarsh-goel-21/misinfo-containment-env
Align docs and inference config with hackathon submission spec
Fix OpenEnv inference proxy calls and improve baseline agent
feat: update version to 2.0.0 and enhance scoring system
feat: add new environment model configuration and update openenv schema
Fix step and error reward bounds to satisfy OpenEnv (0, 1) check
Clamp grader scores strictly within 0.01 and 0.99 for OpenEnv validation
Fix POST /reset to allow empty body for OpenEnv validation
fix: handle list-type LLM outputs in parse_action by extracting the first element
refactor: upgrade to SENTINEL-9 benchmark with POMDP mechanics, expanded action space, and updated grading logic
fix(nlp): dynamically generate endless semantic payloads and async stream benchmark visualizer
feat(architecture): 1000x overhaul with dynamic topology, adversarial macroeconomics, and War Room GUI
refactor: replace OPENAI_API_KEY with HF_TOKEN in configuration and update output format examples
feat: implement live visualizer, benchmark endpoint, and v2 document specs
fix: add networkx dependency for graph operations
refactor: update network data structures, node properties, and environment simulation parameters
Upgrade landing page to premium high-tech dashboard
Add professional landing page to root URL
Add Hugging Face Space metadata
feat: add dotenv support to inference script and track process IDs for inference instances
chore: align repository with OpenEnv validation requirements
feat: complete OpenEnv environment - server, inference, tests, data files
step 8: openenv.yaml spec, Dockerfile, requirements
step 7: main environment - full openenv interface wired up
step 6: deterministic graders for all 3 tasks with partial credit scoring
step 5: three tasks defined - detection, tracing, containment
step 4: spread engine - probabilistic spread, metrics, history tracking
step 3: graph engine - construction, node operations, metrics, snapshots
step 2: pydantic models defined - observation, action, reward, state
step 1: project structure initialized
