Commit Graph

6 Commits

Author SHA1 Message Date
ad850b2243 fix: Modal API authentication working with SDK
- Discovered Modal requires SDK, not raw HTTP
- Token ID and Secret work with modal.Client.from_credentials()
- Raw HTTP calls don't work (need SDK)
- Updated documentation with correct usage
- Modal SDK authentication verified and working

Next: Integrate Modal SDK for scraping assistance when direct methods fail
2026-04-10 21:38:46 -04:00
4bd829ca8c fix: Improved duplicate prevention in cast iron scanner
- Better link normalization and checking
- Skip items already in seen_links with logging
- Clean up state file to last 500 items
- Always mark items as seen (deal or not)
- Added logging for skipped duplicates

Also: eBay scraping temporarily blocked/changed - investigating
2026-04-10 16:16:35 -04:00
30703bfd45 fix: Conservative FMV valuations - no more inflated prices!
- Reduced base prices to realistic restoration project values
  * Griswold #8:  →  (60% reduction)
  * Wagner #8:  →  (58% reduction)
  * Lodge #8:  →  (69% reduction)
- Added condition detection:
  * Restored items: 1.5x FMV (deserves premium)
  * Damaged/cracked: 0.5x FMV (realistic discount)
- Now finding 6 real deals instead of 40+ questionable ones
- Deals are now TRULY exceptional (80%+ off realistic values)
- No more false positives from inflated FMV
2026-04-10 11:52:54 -04:00
02da6f70aa feat: CAST IRON SCANNER LIVE AND SENDING DEALS! 🎉
- Integrated working eBay scanner into main loop
- Scanner found 100+ real cast iron deals
- Sending Telegram alerts for deals ≥50% off FMV
- Real items: Wagner, Griswold, Le Creuset from -
- Valuation engine working perfectly
- First deals sent to Chris's Telegram!

Status: OPERATIONAL AND HUNTING! 🔥🍳
2026-04-10 07:52:24 -04:00
674c2c3925 fix: Disable duplicate notifications from tier1-scorer and JAE
- Set --no-deliver on tier1-scorer-30min cron job
- Set --no-deliver on jae-v4-every-3h cron job
- These jobs process data continuously - no need to notify every run
- Will only notify when new leads detected (handled by sales-lead monitor)
- Eliminates duplicate/unnecessary messages
2026-04-08 18:13:44 -04:00
5319bcd30b feat: Add Chatwoot Agent Bot prototype and FAQ knowledge base
- Created chatwoot-agent-bot/ with Node.js webhook server
- Bot detects intent (greeting, billing, technical, features, account)
- Auto-responds from FAQ knowledge base or escalates to human
- FAQ-KB.md: Living knowledge base that grows with customer questions
- CHATWOOT-SETUP.md: Complete deployment and configuration guide
- Supports Telegram notifications on escalation
- Bot runs on port 3001, ready for Chatwoot webhook integration
2026-04-01 16:26:05 -04:00