Commit graph

2 commits

Author SHA1 Message Date
Dave Porter
292a9e0464 scripts/reset_password.py — one-command admin password reset
Avoid multi-line heredoc paste issues over SSH. Run:

  docker compose -f deploy/docker-compose.prod.yml \
    --env-file deploy/.env.prod \
    exec api python scripts/reset_password.py user@example.com NEWPW

Sets password_hash + is_active=True, prints user role on success.
2026-05-05 19:18:19 -04:00
Dave Porter
fb5acdb892 Initial commit: social MI/BI multi-agent reporting tool
4-stage agent pipeline (Data Mapper, Input Collector, Strategy Writer, Report
Builder) with React wizard, Postgres persistence, HITL + YOLO modes, Apify
embed hydration, clone-for-next-month, and slide-deck HTML output.

Proven end-to-end against real Cif Meltwater data (Instagram + TikTok) with
Anthropic Opus 4.7 (strategy) and Sonnet 4.6 (report builder).
2026-04-17 17:07:44 -04:00