# AGENTS (compressed) This is the compact working context. For the full historical inventory and detailed snapshots, see `AGENTS.full.md` and `inventory_raw/`. ## Access + basics - SSH: `ssh -p 55555 rushabh@192.168.1.2` - Sudo: `sudo -n true` - TrueNAS UI: `http://192.168.1.2` ## Full context pointers - Full inventory snapshot and extra system details: `AGENTS.full.md` - Raw captured data: `inventory_raw/` - Documentation notes: `docs/*` Projects - n8n Thesis Builder checkpoint (2026-01-04): `docs/n8n-thesis-builder-checkpoint-20260104.md` - llamaCpp wrapper: A Python-based OpenAI-compatible API wrapper and model manager for the TrueNAS llama.cpp app. - Location: `llamaCpp.Wrapper.app/` - API Port: `9093` - UI Port: `9094` - See the `README.md` inside the folder for full details.