feat(agents): add B2B sales prospecting & outreach agent template #4329
+950
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR introduces a new professional agent template: B2B Sales Prospecting & Outreach.
This agent automates the end-to-end sales workflow—finding leads via Apollo, researching companies using web scraping, and drafting personalized outreach emails—while maintaining a strict "Human-in-the-Loop" gate for quality control before any emails are sent.
Type of Change
Related Issues
Fixes #3991
Changes Made
📁 File Structure
✅ Implementation Details
examples/templates/sales_prospecting_agent/SalesProspectingAgentwith a 6-node workflow:NodeSpecconfig.py__main__.pytest_agent.py) to validate graph structure and tool registrationTesting
The following tests were performed:
Lint and Format Tests Pass:
#Manual Testing
Agent successfully loads in
Verified compatibility with available LLM providers
Checklist