This repository contains the course website for Columbia University's COMS6113-E001 Topics in Agentic Systems.
The site is intentionally reset to a course scaffold. Add the confirmed syllabus, readings, schedule, assignments, project milestones, staff details, and other course material as they become available.
index.mdis the single scrollable landing page. It contains overview, schedule, project, syllabus, and FAQ sections.- The top navigation links to sections on
index.mdinstead of separate pages. _data/action_items.ymlcontrols the pinned right-side rail for course info, action items, and important dates._layouts/,_includes/,_sass/,_plugins/,css/, andfonts/contain the retained Jekyll/Tufte site scaffold.docs/is the generated GitHub Pages output.LICENSEis retained for attribution of reused scaffold/theme code.
Build the generated site:
make buildServe the site locally:
make serveIf port 4000 is already in use:
make serve PORT=4001Remove generated output:
make cleanThe site is configured with baseurl: /agentic-systems, matching the GitHub Pages project path under the DAP Lab domain.
This repository includes a GitHub Actions workflow at .github/workflows/deploy-pages.yml.
After pushing to GitHub, enable Pages once:
- Open the repository on GitHub.
- Go to
Settings->Pages. - Under
Build and deployment, setSourcetoGitHub Actions.
After that, every push to main automatically builds and deploys the site.
Expected project URL for the current remote:
https://daplab.cs.columbia.edu/agentic-systems/
This is the normal project-site path for this repository under the DAP Lab Pages domain.