pragyamandal/novamart-customer-service
clamp score strictly between 0.01 and 0.99
fix scores to be strictly between 0 and 1
fix pyproject and add main entry point
add pyproject.toml
make reset body optional
add metadata, schema, mcp endpoints and fix health status
Merge branch 'main' of https://github.com/pragyamandal/nova_mart
Update README.md
Update README with OpenEnv metadata
Merge branch 'main' of https://github.com/pragyamandal/nova_mart
final review fixes - ready for deployment
space fixing in inference
resolve merge conflicts - keep teammate changes
inference fix
remove pycache permanently
remove pycache permanently
improve score calculation for better baseline
improve score calculation for better baseline
remove pycache files
remove pycache files
remove env and pycache from tracking
remove env and pycache from tracking
lookup added
lookup added
fix reward function and remove negative scores
fix reward function and remove negative scores
fixed env.py
fixed env.py
fix openenv.yaml task name
fix openenv.yaml task name
add server init
add server init
remove .env from tracking
fixed openenv.yml
fixed openenv.yml
add README.md
Merge branch 'main' of https://github.com/pragyamandal/nova_mart
add env example and gitignore
Merge branch 'main' of https://github.com/pragyamandal/nova_mart
fix step() return tuple to include info dict
add Dockerfile and requirements.txt
add openenv.yaml
add env.py
Merge branch 'main' of https://github.com/pragyamandal/nova_mart
add server/app.py - FastAPI wrapper
add tasks.py with graders
add tools.py - all 8 tool functions
add data.py
add models.py
initial structure
