Prospectus Agent 1.0.0 #9
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.
v1.0.0 A fully autonomous prospectus agent
Prospectus-Agent crosses from an agent you need to babysit to a fully autonomous daily outreach engine. Version 1.0.0 discovers prospects, writes tailored emails, sends them across multiple businesses, and threads its own follow-ups completely on its own. It still prints the emails, so you can review just a daily sample. Version 1.0 marks that it's stable enough to run in production, unattended. Run at your own risk.
One-command daily cycle
The complete agent can be run with just two commands:
prospectus-agent --runall && prospectus-agent --deliver --liveExplanation:
--deliver sends the entire queue: both new-prospect initials and due follow-ups, across every profile, in one call. --profile X scopes to one business;
--deliver --followup restricts to follow-ups; dry-run by default, --live to send.
You can run this command daily, or just create a bash script (loop) that automates even that.
Runs unattended without going off the rails
follow-ups drafted on an earlier day).
Code health (1.0 cleanup)
into one function.
Quality
211 offline tests, all green. Sends only from the configured Workspace inbox, dry-run by default, with a no-double-send guard.
Next Steps
I'm thinking about creating a standalone application with GUI. Is this something you might find useful?
This discussion was created from the release Prospectus Agent 1.0.0.
All reactions