This repository contains the code used to operate the A-Lab GPSS platform. It includes both:
- Lab hardware control/orchestration code
- AI-assisted and analysis workflows used around experiment execution
src/alab_gpss/: Core GPSS application codesrc/daemon/: Raspberry Pi daemons for operational monitoring and trigger devicesscripts/: Analysis and agentic workflow scriptspost_analysis/: Post-analysis scripts/notebooks used for manuscript figuresdata/: Raw experiment data and dataset index files
- If you want to run the GPSS stack (backend/UI + task system), start with:
- If you want to understand/operate lab-side daemons, see:
- If you want to run analysis or agent workflows, see:
- If you want to reproduce post-analysis figures, see:
- If you are exploring raw experiment artifacts, see:
- Run the core GPSS services (
src/alab_gpss). - Submit or execute experiments.
- Run analysis/agent workflows (
scripts/). - Run manuscript post-analysis (
post_analysis/).