jayesh_agent/ ├── app.py ← Flask server + scheduler + WhatsApp webhook ├── agent.py ← Main orchestrator (daily cycle + weekly summary) ├── config.py ← All settings + Jayesh's full resume context ├── ...