You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installable package + real CLI. Reorganized into a proper src/prospectus_agent
package. Install with pip install -e ".[dev]" and run the prospectus-agent and prospectus-status commands from any directory.
Run multiple businesses from one install.prospectus-agent --profile <name>
(or DEFAULT_PROFILE in .env) runs a separate business with its own profile,
database, outbox, website-brief cache, and geographic region — fully isolated.
Refine today's drafts.prospectus-agent --refine rewrites the day's existing
emails with your latest prompt/profile — no re-discovery or web research — then
regenerates the outbox, leaving curated contacts untouched.
Email & outbox
Drafts now also written as index.html: every mention of your company name becomes
a real hyperlink (survives paste into Gmail), plus a copyable comma-separated To: line.
Lighter, prose-only openers; "what's in it for them" framing; stronger credibility
line; subjects framed around your capability areas; tunable opener exemplars.
Targeting & discovery
Per-profile region, capability_areas, voice_notes, credibility, opener
examples, and an optional sectors: taxonomy override for the diversifier.
Multi-round angle rotation and per-sector diversifier tuning.
Internals
Engine is now business-agnostic — all company-specific content/voice lives in the
profile, none hardcoded in code.
Runs from any working directory (paths resolve against the project home).
Generated cache files are no longer tracked in git.