feat: add Sales Call News Researcher agent #6071
Open
Samir-atra wants to merge 1 commit intoaden-hive:mainfrom
Open
feat: add Sales Call News Researcher agent #6071Samir-atra wants to merge 1 commit intoaden-hive:mainfrom
Samir-atra wants to merge 1 commit intoaden-hive:mainfrom
Conversation
Add a new agent template that automatically prepares personalized company news briefings before sales calls. Features: - Scans Google Calendar for upcoming sales calls - Identifies companies from meeting data - Fetches recent news using news_search and web_search tools - Curates top 3-5 most relevant articles per company - Composes personalized briefing emails - Sends emails via Gmail with user approval Nodes: - calendar-scan: Scans calendar for upcoming meetings - company-identifier: Extracts and normalizes company names - news-fetcher: Searches for recent news about each company - news-curator: Filters and prioritizes relevant articles - email-composer: Creates personalized briefing emails - email-sender: Presents drafts for approval and sends Resolves aden-hive#4651
PR Requirements WarningThis PR does not meet the contribution requirements. PR Author: @Samir-atra To fix:
Exception: To bypass this requirement, you can:
Micro-fix requirements (must meet ALL):
Why is this required? See #472 for details. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 adds a new agent template: Sales Call News Researcher — an intelligent assistant that automatically prepares personalized company news briefings before sales calls.
The agent scans your Google Calendar for upcoming meetings, identifies the companies you're meeting with, fetches recent news about each company, curates the most relevant articles, and sends you briefing emails to help you walk into every meeting informed about your prospect's latest developments.
Type of Change
Related Issues
Resolves #4651
Changes Made
examples/templates/sales_call_news_researcher/directory with complete agent implementationcalendar-scan: Scans Google Calendar for upcoming sales callscompany-identifier: Extracts and normalizes company names from meeting datanews-fetcher: Searches for recent news using news_search and web_search toolsnews-curator: Filters and prioritizes the most relevant articles for sales contextemail-composer: Creates personalized briefing emails with talking pointsemail-sender: Presents drafts for user approval and sends via GmailTesting
cd core && pytest ../examples/templates/sales_call_news_researcher/tests/)cd core && ruff check ../examples/templates/sales_call_news_researcher/)Checklist
Usage
Credentials Required
GOOGLE_ACCESS_TOKEN- For Google Calendar and GmailNEWSDATA_API_KEYorFINLIGHT_API_KEY- For news search (optional, falls back to web search)BRAVE_SEARCH_API_KEYorGOOGLE_API_KEY + GOOGLE_CSE_ID- For web search