Skip to content

Feature/mercosur news search agent - #1249

Draft
MaxColeDBT wants to merge 6 commits into
devfrom
feature/mercosur_news_search_agent
Draft

Feature/mercosur news search agent#1249
MaxColeDBT wants to merge 6 commits into
devfrom
feature/mercosur_news_search_agent

Conversation

@MaxColeDBT

@MaxColeDBT MaxColeDBT commented Aug 10, 2026

Copy link
Copy Markdown

Signed-off-by: DBT pre-commit check

Context

Jira ticket: A3P-229
The MERCOSUR team use information from the news site Valor Econômico in pre-negotiation planning. They currently receive this as a daily summary of headlines. We may add more sources at a later date.

What

This PR adds a Mercosur_Search_Agent that specifies Mercosur countries and news sources that we want to utilize
The agent should

  • Only search the sources specified
  • Only be used when Mercosur countries are mentioned
  • Translate text into english

Have you written unit tests?

  • Yes, Mercosur_Search_Agent added to root graph test

Are there any specific instructions on how to test this change?

@github-actions

Copy link
Copy Markdown
Contributor

Your PR has commits that are missing the Signed-off-by trailer. This is likely due to the pre-commit hook not being configured on your local machine. The usual fix for this issue is to run pre-commit install --install-hooks --overwrite -t commit-msg -t pre-commit, however for more detailed help in setting up the pre-commit hooks, follow the instructions at https://github.com/uktrade/github-standards/blob/main/README.md#usage

@github-actions

github-actions Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Dependency Review

✅ No vulnerabilities or OpenSSF Scorecard issues found.

Scanned Files

None

@github-actions

Copy link
Copy Markdown
Contributor

Your PR has commits that are missing the Signed-off-by trailer. This is likely due to the pre-commit hook not being configured on your local machine. The usual fix for this issue is to run pre-commit install --install-hooks --overwrite -t commit-msg -t pre-commit, however for more detailed help in setting up the pre-commit hooks, follow the instructions at https://github.com/uktrade/github-standards/blob/main/README.md#usage

1 similar comment
@github-actions

Copy link
Copy Markdown
Contributor

Your PR has commits that are missing the Signed-off-by trailer. This is likely due to the pre-commit hook not being configured on your local machine. The usual fix for this issue is to run pre-commit install --install-hooks --overwrite -t commit-msg -t pre-commit, however for more detailed help in setting up the pre-commit hooks, follow the instructions at https://github.com/uktrade/github-standards/blob/main/README.md#usage

@MaxColeDBT
MaxColeDBT force-pushed the feature/mercosur_news_search_agent branch from 2754eb8 to 1e70d5c Compare August 11, 2026 10:57
@github-actions

Copy link
Copy Markdown
Contributor

Your PR has commits that are missing the Signed-off-by trailer. This is likely due to the pre-commit hook not being configured on your local machine. The usual fix for this issue is to run pre-commit install --install-hooks --overwrite -t commit-msg -t pre-commit, however for more detailed help in setting up the pre-commit hooks, follow the instructions at https://github.com/uktrade/github-standards/blob/main/README.md#usage

Comment thread django_app/frontend/src/js/web-components/streamed-content.js
Comment thread django_app/frontend/src/js/web-components/streamed-content.js
Comment thread django_app/frontend/src/js/web-components/chats/chat-message.js
@datadog-uktrade

datadog-uktrade Bot commented Aug 11, 2026

Copy link
Copy Markdown

Code Quality  Code Vulnerabilities  IaC  Library Vulnerabilities  Secrets

🎉 All green!

🛠️ No new code quality issues
🛡️ No new code vulnerabilities
📚 No new vulnerable libraries detected
🧱 No new Infrastructure as Code (IaC) issues
🔑 No new secrets detected

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 67a9328 | Docs | Datadog PR Page | Give us feedback!

@codecov-commenter

codecov-commenter commented Aug 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.55%. Comparing base (2aa7d2b) to head (67a9328).
⚠️ Report is 8 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #1249      +/-   ##
==========================================
+ Coverage   85.54%   85.55%   +0.01%     
==========================================
  Files         231      232       +1     
  Lines       10406    10414       +8     
==========================================
+ Hits         8902     8910       +8     
  Misses       1504     1504              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@MaxColeDBT
MaxColeDBT force-pushed the feature/mercosur_news_search_agent branch from 1e70d5c to 2754eb8 Compare August 11, 2026 11:07
@github-actions

Copy link
Copy Markdown
Contributor

Your PR has commits that are missing the Signed-off-by trailer. This is likely due to the pre-commit hook not being configured on your local machine. The usual fix for this issue is to run pre-commit install --install-hooks --overwrite -t commit-msg -t pre-commit, however for more detailed help in setting up the pre-commit hooks, follow the instructions at https://github.com/uktrade/github-standards/blob/main/README.md#usage

@MaxColeDBT
MaxColeDBT force-pushed the feature/mercosur_news_search_agent branch from 2754eb8 to 616d73b Compare August 11, 2026 11:18
@github-actions

Copy link
Copy Markdown
Contributor

Your PR has commits that are missing the Signed-off-by trailer. This is likely due to the pre-commit hook not being configured on your local machine. The usual fix for this issue is to run pre-commit install --install-hooks --overwrite -t commit-msg -t pre-commit, however for more detailed help in setting up the pre-commit hooks, follow the instructions at https://github.com/uktrade/github-standards/blob/main/README.md#usage

1 similar comment
@github-actions

Copy link
Copy Markdown
Contributor

Your PR has commits that are missing the Signed-off-by trailer. This is likely due to the pre-commit hook not being configured on your local machine. The usual fix for this issue is to run pre-commit install --install-hooks --overwrite -t commit-msg -t pre-commit, however for more detailed help in setting up the pre-commit hooks, follow the instructions at https://github.com/uktrade/github-standards/blob/main/README.md#usage

Max.Cole added 6 commits August 11, 2026 14:15
Signed-off-by: Max.Cole <max.cole@U-1LKG4WYY540GI.workspaces.businessandtrade.gov.uk>
Signed-off-by: Max.Cole <max.cole@U-1LKG4WYY540GI.workspaces.businessandtrade.gov.uk>
Signed-off-by: Max.Cole <max.cole@U-1LKG4WYY540GI.workspaces.businessandtrade.gov.uk>
Signed-off-by: Max.Cole <max.cole@U-1LKG4WYY540GI.workspaces.businessandtrade.gov.uk>
Signed-off-by: Max.Cole <max.cole@U-1LKG4WYY540GI.workspaces.businessandtrade.gov.uk>
Signed-off-by: Max.Cole <max.cole@U-1LKG4WYY540GI.workspaces.businessandtrade.gov.uk>
@MaxColeDBT
MaxColeDBT force-pushed the feature/mercosur_news_search_agent branch from 616d73b to 67a9328 Compare August 11, 2026 13:16
@github-actions

Copy link
Copy Markdown
Contributor

Your PR has commits that are missing the Signed-off-by trailer. This is likely due to the pre-commit hook not being configured on your local machine. The usual fix for this issue is to run pre-commit install --install-hooks --overwrite -t commit-msg -t pre-commit, however for more detailed help in setting up the pre-commit hooks, follow the instructions at https://github.com/uktrade/github-standards/blob/main/README.md#usage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants