This directory stores the packaged SpatialGT runtime environment for users who prefer not to rebuild the Python stack manually.
Expected archive:
spatialgt_env.tar.gz
To restore it from the repository root:
mkdir -p environment
tar -xzf environment/spatialgt_env.tar.gz -C environment
After extraction, the UI launcher will automatically find
environment/spatialgt/bin/python:
bash spatialgt_agent_ui/run.sh
You can also point the launcher to any compatible environment:
bash spatialgt_agent_ui/run.sh --spatialgt /path/to/environment/spatialgt