Coding
PromptBeginner5 minmarkdown
Nano Banana Pro
Agent skill for nano-banana-pro
6
- `frontend/` houses the web demo. `index.html`, `styles.css`, and `main.js` implement the donor UI; `./frontend/data` stores static datasets.
Sign in to like and favorite skills
frontend/ houses the web demo. index.html, styles.css, and main.js implement the donor UI; ./frontend/data stores static datasets.indexing/ contains scripts and data for the Glean indexing agent. index_transcripts.py loads JSON call transcripts from ./frontend/data.python3 -m http.server 8000 --directory frontend. This mirrors production’s static hosting.python3 indexing/index_transcripts.py --datasource <id> --data-dir ./frontend/data --view-url-base <url> --dry-run.--dry-run only after verifying environment variables (GLEAN_INSTANCE, GLEAN_API_TOKEN) are set.firstName, donationHistory).--dry-run against sample data and capture console output to confirm payloads.frontend/__tests__/) and note the runner in this guide.Add donor recommendations panel).