← Dashboard · private report
Live-probed every connection · 2026-05-17 ~10:30 PM ET · ran on my own, as you asked
| Integration | Status | Evidence (just now) |
|---|---|---|
| Google Calendar (5 calendars) | GREEN | Pulled events from primary + school + thebarnetts; full read. |
| Gmail — breezybarnett16 | GREEN | 993 inbox / 62 unread, searchable. |
| Gmail — Mark@thebarnetts.info | GREEN | 2098 inbox / 0 unread, searchable. |
| Google Drive | GREEN | File search returns results. |
| GitHub (MrB-Ed) | GREEN | gh authed; scopes gist/read:org/repo; bidet-ai reachable. |
| Cloudflare | GREEN | Account list OK (Breezybarnett16's account). |
| Hugging Face | GREEN | Authed as BreezyB16. |
| Slack | GREEN | Channel search OK (#general). |
| Apex (SSH / Docker) | GREEN | SSH + docker working all session. |
| TP3 / OMI memory (twin-memory) | GREEN | 61,978 rows; this week's report written in as memory #167. |
| workspace-mcp (Apex, thebarnetts) | GREEN | Container up 28 h. |
| chrome-devtools (real signed-in Chrome) | GREEN | Drove Kaggle + YouTube + DEV.to all session. |
| Cursor CLI (Apex) | BROKEN | cursor-agent: command not found — not installed. The "share the load with Cursor" path is dead until reinstalled. |
| gemma3:4b (TP3 extraction model) | IN PROGRESS | Re-pulling (~3 GB) in the background; embeddings model already restored. |
While auditing I caught an active, silent outage: tp3_ollama had lost both its models, so tp3_ingest and tp3_embed were in a multi-hour crash loop (autoheal restarting tp3_embed every ~90 s since ~01:30 ET) and OMI memory extraction was failing. Fix applied: re-pulled the embedding model (nomic-embed-text, done) → both containers went from crash-looping to healthy. The extraction model (gemma3:4b) is still downloading. Root cause to harden: the ollama model store isn't persisting across restarts — tracked.
/goal persistent autonomy, an Agent dashboard, /loop scheduled tasks, deterministic hooks, MCP Tool Search (lets us run 20+ integrations cheaply), HTTP-MCP auto-reconnect.claude-opus-4-7, 1M-token context) for orchestration; Sonnet 4.6 (1M) for the bulk of agent work; Haiku 4.5 for cheap high-volume jobs. (Sonnet 4 / Opus 4 retire 2026-06-15.)/goal (autonomy that actually finishes), background sub-agents (I ran 3 in parallel tonight), and a hooks-based "fail-loud" health/alert layer so a dead integration screams instead of failing silently — directly addresses your standing complaint.This is the big one. The recurring "re-authorize everything" treadmill has a specific cause: a Google Cloud OAuth consent screen left in "Testing" publishing status expires every refresh token after 7 days. Move it to "In production" (or Internal) and Google issues long-lived refresh tokens — the weekly Gmail/Calendar/Drive death largely stops. Secondary: stdio MCP servers never auto-reconnect and fail silently; long runs die on a mid-session 401 because no MCP client fully auto-refreshes OAuth yet.
Maximum reliable reach, least manual re-auth, in priority order:
gh + PAT), Cloudflare (API token), SSH (key), Cursor (cursor-agent). Long-lived tokens, no browser flow, never expires weekly.--fallback-model so autonomy never halts./goal + the Agent dashboard for long autonomous runs.research_claude_godmode_2026-05-17.md) and a separate YouTube power report is being finalized — both will land on this reports page.