Prospectus Agent 0.3.0 #3
hannesvdc
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Per-business tuning, send/follow-up tracking from the CLI, and an internal tidy-up.
Per-profile settings
settings:block that overrides the shared.envtunables for that business only (precedence: profile settings →
.env→ default).So one business can run a different cadence than another — e.g. Reaction Studio at
target_company_count: 5while Open Numerics stays at 10. Any.envtunable isoverridable (case-insensitive keys):
max_per_sector,fit_score_threshold,max_discovery_calls,max_company_size, model/effort settings, etc. The API keystays env-only.
New CLI verbs
prospectus-agent --sent— records that you've sent the drafts: marks everydraftedcompany assent, using each one's draft date as the contact date, so thefollow-up clock starts correctly (including for drafts sent days ago). Pure database,
no API calls; idempotent.
prospectus-agent --followup— standalone follow-up sweep: lists every companypast the no-reply threshold, drafts a follow-up for each, and writes them to the
outbox — without running discovery.
prospectus-status mark/ the DB layer can now set an explicit historical contactdate, not just "today".
Email
("…to see where we could help / create value for your team") instead of limp
phrasings like "to see whether there's a fit".
Internals
llm.function_tool), ashared token-usage report (
llm.usage_summary), and shared entrypoint setup(
runner.open_session) used by the daily run, refine, and follow-up commands.This discussion was created from the release Prospectus Agent 0.3.0.
All reactions