Commit History

Fix Phase 2 Task Validation: iterate all 3 tasks in inference.py
37f78b6

Arun-Sanjay commited on

Update CLAUDE.md to reflect pre-submission upgrade sprint state
5093221

Arun-Sanjay commited on

Clean pyproject.toml package configuration and remove fastmcp dead dep
d8137c5

Arun-Sanjay commited on

Trim task_definitions.py to match minimal passing pattern
82713c7

Arun-Sanjay commited on

Switch server/app.py to create_fastapi_app and simplify /tasks response
0ef0e49

Arun-Sanjay commited on

Simplify openenv.yaml to match passing submission schema
d0bfa46

Arun-Sanjay commited on

Fix Phase 2 'Not enough tasks with graders' β€” add canonical TASKS registry
431e294

Arun-Sanjay commited on

Add Claude context files: CLAUDE.md + skill + slash commands
302aef5

Arun-Sanjay commited on

Fix Phase 2: add GET /tasks and POST /grader endpoints
82ce364

Arun-Sanjay commited on

Add uv.lock for reproducible dependency resolution
7c367b4

Arun-Sanjay commited on

Re-enable Gradio web UI at / for friendly browser-facing Space page
c47ce11

Arun-Sanjay commited on

Update README for canonical OpenEnv structure and submission spec
538acd4

Arun-Sanjay commited on

Update tests to use inline heuristic helper after inference.py rewrite
37d5c95

Arun-Sanjay commited on

Add scripts/validate-submission.sh β€” runs the 3 grader checks locally
ec27586

Arun-Sanjay commited on

Rewrite inference.py to match hackathon submission spec exactly
0c42a38

Arun-Sanjay commited on

Rewrite client.py as EnvClient subclass with WebSocket protocol
240b29f

Arun-Sanjay commited on

Replace MCPEnvironment with canonical Environment base class
64d56f9

Arun-Sanjay commited on

Refactor models.py: inherit from openenv Action/Observation/State
1091ce2

Arun-Sanjay commited on

Add EXPOSE 8000 so HF Spaces port detection works
bc2df98

Arun-Sanjay commited on

Set app_port=8000 so HF Spaces routes to FastAPI
fa0944a

Arun-Sanjay commited on

Add README with environment description, action/observation spaces, and baseline scores
f65d331

Arun-Sanjay commited on

Add inference.py with heuristic and LLM agent modes, calibration tests, and baseline results
8d2dc33

Arun-Sanjay commited on

Add easy/medium/hard task scenarios and programmatic grader
64a5cd1

Arun-Sanjay commited on

Add MCPEnvironment subclass with 5 dispatcher tools and FastAPI server
4fc9bec

Arun-Sanjay commited on

Add DispatchSimulation engine, geometry helpers, caller text templates, and observation renderer
07473e9

Arun-Sanjay commited on

Add Pydantic models and clinical survival curves (cardiac, trauma, stroke, fire)
50e3063

Arun-Sanjay commited on

Initial scaffold: pyproject, Dockerfile, openenv.yaml
6939da2

Arun-Sanjay commited on