Skip to content

Prospectus Agent 0.2.0

Choose a tag to compare

@hannesvdc hannesvdc released this 18 Jun 01:51

Prospectus-Agent v0.2.0

Highlights

  • 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.