Lab website¶
The lab website is a separate repo:
- Repo: agentic-learning-ai-lab/agentic-learning-ai-lab.github.io (public)
- Live: agenticlearning.ai
- Contributing guide:
CONTRIBUTING.md
Quick reference¶
- Edit
devbranch, nevermain(CF Pages auto-deploys both). - A new paper = one entry in
data/papers.yaml+ a hero image atassets/images/papers/<slug>.png+npm run build. - A new person = one entry in
data/people.yamlwithcurrent: true. - Run the build locally before pushing. See
CONTRIBUTING.md.
Common tasks¶
- Add yourself as a new member:
data/people.yaml, drop your headshot inassets/images/people/<slug>.png, run build. - Add a paper: see
CONTRIBUTING.md. - Add a project page: see Project page.
- Move yourself to alumni when leaving: set
current: falseindata/people.yaml.
Git vs. R2¶
- Git: source only. Don't commit large PNGs or PDFs.
- R2: paper PDFs, hero images, LaTeX tarballs.
npm run buildsyncs binaries to R2.- See
CONTRIBUTING.md.