Add competitive intelligence agent template#5179
Merged
bryanadenhq merged 2 commits intoaden-hive:mainfrom Feb 23, 2026
Merged
Conversation
- Adds a new autonomous agent template that monitors competitor websites, news, and GitHub - Implements a 7-node graph workflow to collect, aggregate, and analyze competitive data - Generates a weekly structured HTML digest with key highlights and 30-day trends - Utilizes existing web_scrape, web_search, and github MCP tools - Addresses issue aden-hive#4153 Closes aden-hive#4153
bryanadenhq
requested changes
Feb 23, 2026
Collaborator
bryanadenhq
left a comment
There was a problem hiding this comment.
Hi @nafiyad, this is a great pr! I only have one thing to add, could you please run the export command form the agent-builder mcp server. It is going to generate the agent.json that is still the fallback for some functions. When you finish, please @ me in the discord and I will merge your change!
Generated the agent.json fallback configuration using the agent-builder MCP server export functionality as requested by the reviewer.
bryanadenhq
approved these changes
Feb 23, 2026
Collaborator
bryanadenhq
left a comment
There was a problem hiding this comment.
Thanks for the awesome sample agent!
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.
Closes #4153
Description
Adds a new CompetitiveIntelAgent to the examples templates. This goal-driven agent uses a multi-step graph to automate the collection and analysis of competitor data across web pages, news articles, and GitHub repositories.
Type of Change
Related Issues
Fixes #4153
Changes Made
web_search,web_scrape,github).Testing
Describe the tests you ran to verify your changes:
Tested the agent locally against a custom JSON payload of competitors.
Verified the generated HTML digest successfully aggregates and styles the findings.
Unit tests pass (
cd core && pytest tests/)Lint passes (
cd core && ruff check .)Manual testing performed
Checklist
Screenshots (if applicable)
Add screenshots to demonstrate UI changes.