# Your Jetson — At a Glance

Here's everything running on your device and what it does.

---

## What's Running

```
┌──────────────────────────────────────────────────┐
│                  Your Jetson                      │
│                                                   │
│  ┌─────────────┐    ┌──────────────┐             │
│  │  Rook Agent  │───▶│  Auth Proxy   │──▶ Internet│
│  │  (your AI)   │    │ (injects keys)│             │
│  └──────┬──────┘    └──────────────┘             │
│         │                                         │
│  ┌──────▼──────┐    ┌──────────────┐             │
│  │  Telegram    │    │  Vaultwarden  │             │
│  │  Bot         │    │  (password    │             │
│  │  (@kneeosbot)│    │   vault)      │             │
│  └─────────────┘    └──────────────┘             │
│                                                   │
│  ┌─────────────┐    ┌──────────────┐             │
│  │  Sentinel    │    │  Doctor       │             │
│  │  (security)  │    │  (watchdog)   │             │
│  └─────────────┘    └──────────────┘             │
│                                                   │
│  ┌─────────────────────────────────────┐         │
│  │  Engram Memory (saves to desktop)   │         │
│  └─────────────────────────────────────┘         │
│                                                   │
│  Tailscale VPN ──── encrypted tunnel ──── You    │
└──────────────────────────────────────────────────┘
```

---

## The Components

### Rook Agent
**What it is:** Your personal AI assistant.
**What it does:** Answers questions, runs tasks, manages your email, handles automation.
**How you talk to it:** Via Telegram (@kneeosbot) or the web dashboard.

### Auth Proxy
**What it is:** A security middleman.
**What it does:** Handles all API keys and passwords so the AI never sees them directly.
**Why it matters:** Even if the AI made a mistake, your passwords stay safe.

### Vaultwarden
**What it is:** Your personal password vault (like 1Password or LastPass, but self-hosted).
**What it does:** Stores all API keys, passwords, and tokens encrypted on your device.
**Why it matters:** Your secrets never leave your device. Not stored in the cloud.

### Sentinel
**What it is:** A security guard.
**What it does:** Scans everything the AI says before it goes out. Blocks anything that looks like a leaked password or key.

### Doctor (Watchdog)
**What it is:** A health monitor.
**What it does:** Checks every 2 minutes that the AI is running. If it crashes, Doctor restarts it and sends you a Telegram message.

### Engram Memory
**What it is:** Long-term memory shared across all your AI agents.
**What it does:** Saves important conversations and decisions to a searchable vault on your desktop. All your agents (Rook, Goose, Claude, Gemini) share the same memory.

### Tailscale VPN
**What it is:** An encrypted tunnel to your device.
**What it does:** Lets you access your Jetson from anywhere in the world, securely.

---

## Automatic Tasks (Cron Jobs)

These run in the background without you doing anything:

| Task | How Often | What It Does |
|------|-----------|-------------|
| Session processor | Every 15 min | Saves conversations for training |
| Memory ingestion | Every 2 hours | Extracts important info from chats |
| Holographic seed | Every 2 hours | Builds structured knowledge from sessions |
| Doctor check | Every 2 min | Makes sure the AI is still running |
| Engram save | Every 2 hours | Syncs memories to your desktop vault |

---

## Quick Commands

| What You Want | What To Do |
|--------------|-----------|
| Talk to your AI | Message @kneeosbot on Telegram |
| Check if it's running | Send "hello" to @kneeosbot |
| Start the desktop GUI | Type `desktop` at the terminal |
| Check system status | `hermes status` at the terminal |
| See what's using memory | `free -h` at the terminal |
| See disk space | `df -h /` at the terminal |

---

*Last updated: 2026-04-04*
