ArjunMadhava/meta-hackathon-2026
0
OpenEnv Warehouse Agent
This repository contains a warehouse logistics agent built for the Meta PyTorch Hackathon 2026.
The Hugging Face Space runs as a Docker Space and starts the FastAPI server from warehouse_env.server.app.
Local run
Install dependencies:
pip install -r warehouse_env/requirements.txtStart the server:
python -m uvicorn warehouse_env.server.app:app --host 127.0.0.1 --port 7860Run the agent:
python inference.py