Overview
Live brain. Updates without refresh as Phase 2 ingests new items.
Agents
- —
- —
- —
- —
- —
- —
- —
- —
Last activity: —
Knowledge
Projects
- AI Front DeskIn ProgressUpdated 5/7/2026
- BFRS Events StaffingIn ProgressUpdated 5/7/2026
- GrabCallsIn ProgressUpdated 5/7/2026
- ListSnapIn Progress
Next: Deploy patched build to Netlify
Updated 5/7/2026 - ListSnap Optimizer SaaSIn Progress
Next: Move Tracks B+C packages
eBay prod keys
Updated 5/7/2026 - Pump-fun-listenerIn ProgressUpdated 5/7/2026
- RealOrAIIn ProgressUpdated 5/7/2026
- SnapList ProPausedUpdated 5/7/2026
- Springville Bottling CompanyIn ProgressUpdated 5/7/2026
- TrueTagIn Progress
Next: ROTATE EXPOSED SECRETS FIRST (GitHub pw, Alchemy, NFT.Storage in git history). Then: deploy contract, real IPFS, trust-score algo, tests.
exposed secrets in git history · nothing deployed yet · NFT.Storage retired - migrate to Pinata+Lighthouse
Updated 5/7/2026
Money
Fiverr + Upwork pipeline lands here. Schema sketch ready for Phase 6:
brain.money_pipeline ( id uuid pk, source text -- 'fiverr' | 'upwork' | 'stripe' | 'manual' type text -- 'lead' | 'proposal' | 'contract' | 'invoice' | 'payout' amount_cents int, currency text default 'USD', status text -- 'open' | 'won' | 'lost' | 'paid' client text, project_id uuid fk -> brain.projects, external_id text, -- gig/proposal id on the source platform metadata jsonb, occurred_at timestamptz, created_at timestamptz default now() )
v0 placeholder. Phase 6 wires Fiverr + Upwork webhooks → n8n → this table.