Add basic research workflow with Tavily integration#1840
Merged
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add ultra basic agentic workflow with topic input
Add basic research workflow with Tavily integration
Oct 17, 2025
pelikhan
reviewed
Oct 17, 2025
…ssue Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
pelikhan
approved these changes
Oct 17, 2025
github-actions Bot
added a commit
that referenced
this pull request
Oct 17, 2025
Document two new agentic workflows added in the last 24 hours: - Basic Research workflow: Performs web research using Tavily MCP - MCP Inspector workflow: Audits and documents MCP server configurations Both workflows are now documented in the Research, Status & Planning samples page with descriptions, value propositions, and trigger info. Related PRs: - #1840 - Add basic research workflow with Tavily integration - #1846 - Add MCP Inspector agentic workflow for shared MCP server auditing 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
pelikhan
added a commit
that referenced
this pull request
Oct 17, 2025
Document two new agentic workflows added in the last 24 hours: - Basic Research workflow: Performs web research using Tavily MCP - MCP Inspector workflow: Audits and documents MCP server configurations Both workflows are now documented in the Research, Status & Planning samples page with descriptions, value propositions, and trigger info. Related PRs: - #1840 - Add basic research workflow with Tavily integration - #1846 - Add MCP Inspector agentic workflow for shared MCP server auditing 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Daily Documentation Updater <github-actions[bot]@users.noreply.github.com> Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Peli de Halleux <pelikhan@users.noreply.github.com>
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.
Overview
This PR adds an ultra basic agentic workflow that enables users to perform quick research and summarization on any topic using Tavily's web search capabilities.
What's New
A new workflow file
.github/workflows/research.mdthat provides:workflow_dispatchwith a requiredtopicinputcontents: read,actions: read)How to Use
Example Output
When triggered with a topic like "GitHub Actions best practices", the workflow will:
Technical Details
The workflow follows the agentic workflow pattern established in the repository:
Testing
Note: Two pre-existing test failures in
pkg/workflow(TestAIReactionWithCommentEditFunctionalityandTestCommandReactionWithCommentEdit) are unrelated to this change and were present before this PR.Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.