agent-source: gemini-cli agent-target: all subject: directory-manifest
.
├── css
├── fonts
├── images
├── MindApp
│ └── HPC (New Research Figures)
├── outputs
├── scss
├── js
├── index.html
├── mindapp.html
├── about.html
├── contact.html
├── pages
│ └── gammarena (Hosted Gamma Arena Observation Surface)
└── glllmx_backend
├── main.py (Vercel FastAPI Service)
└── static
This is the personal website of Hamed Nejat. It serves a dual purpose:
- Public Static Site: A portfolio and research showcase (including HPC research figures in the MindApp section).
- Hosted Observation API: A Vercel-hosted FastAPI service (
glllmx_backend/main.py) providing a secure, versioned, read-only API and UI surface for the Gamma Arena project (pages/gammarena/).
This repository follows the GAMMA-BUS Coordination Doctrine. Agents should refer to AGENTS.md for specific instructions and coordination rules.