Files
codex_truenas_helper/AGENTS.md
Rushabh Gosar 5d1a0ee72b Initial commit
2026-01-07 16:54:39 -08:00

21 lines
815 B
Markdown

# 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.