Initial commit

This commit is contained in:
Rushabh Gosar
2026-01-07 16:54:39 -08:00
commit 5d1a0ee72b
53 changed files with 9885 additions and 0 deletions

20
AGENTS.md Normal file
View File

@@ -0,0 +1,20 @@
# 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.