From 407607b7492af1d1466dc497515d93f3b802fc3a Mon Sep 17 00:00:00 2001 From: "Michael J. Jabbour" Date: Mon, 12 Jan 2026 09:50:03 -0500 Subject: [PATCH 1/2] docs: add deepresearch module to community providers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add deepresearch module to the Community Modules > Providers section. This is a multi-provider deep research module with automated research orchestration using OpenAI and Anthropic. 🤖 Generated with [Amplifier](https://github.com/microsoft/amplifier) Co-Authored-By: Amplifier <240397093+microsoft-amplifier@users.noreply.github.com> --- docs/MODULES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/MODULES.md b/docs/MODULES.md index 6f07ae27..acbfd830 100644 --- a/docs/MODULES.md +++ b/docs/MODULES.md @@ -233,6 +233,7 @@ Modules built by the community. |--------|-------------|--------|------------| | **provider-bedrock** | AWS Bedrock integration with cross-region inference support for Claude models | [@brycecutt-msft](https://github.com/brycecutt-msft) | [amplifier-module-provider-bedrock](https://github.com/brycecutt-msft/amplifier-module-provider-bedrock) | | **provider-openai-realtime** | OpenAI Realtime API for native speech-to-speech interactions | [@robotdad](https://github.com/robotdad) | [amplifier-module-provider-openai-realtime](https://github.com/robotdad/amplifier-module-provider-openai-realtime) | +| **deepresearch** | Multi-provider deep research module with automated research orchestration using OpenAI and Anthropic | [@michaeljabbour](https://github.com/michaeljabbour) | [amplifier-module-deepresearch](https://github.com/michaeljabbour/amplifier-module-deepresearch) | ### Tools From 4fc314d6e0cfdb277ebff70af894e8e405d42e70 Mon Sep 17 00:00:00 2001 From: "Michael J. Jabbour" Date: Mon, 12 Jan 2026 10:01:14 -0500 Subject: [PATCH 2/2] fix: move deepresearch from providers to tools section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The module was refactored from a provider to a tool module, so the catalog entry needs to reflect this by moving it to the Tools section. 🤖 Generated with [Amplifier](https://github.com/microsoft/amplifier) Co-Authored-By: Amplifier <240397093+microsoft-amplifier@users.noreply.github.com> --- docs/MODULES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MODULES.md b/docs/MODULES.md index acbfd830..94b4052a 100644 --- a/docs/MODULES.md +++ b/docs/MODULES.md @@ -233,7 +233,6 @@ Modules built by the community. |--------|-------------|--------|------------| | **provider-bedrock** | AWS Bedrock integration with cross-region inference support for Claude models | [@brycecutt-msft](https://github.com/brycecutt-msft) | [amplifier-module-provider-bedrock](https://github.com/brycecutt-msft/amplifier-module-provider-bedrock) | | **provider-openai-realtime** | OpenAI Realtime API for native speech-to-speech interactions | [@robotdad](https://github.com/robotdad) | [amplifier-module-provider-openai-realtime](https://github.com/robotdad/amplifier-module-provider-openai-realtime) | -| **deepresearch** | Multi-provider deep research module with automated research orchestration using OpenAI and Anthropic | [@michaeljabbour](https://github.com/michaeljabbour) | [amplifier-module-deepresearch](https://github.com/michaeljabbour/amplifier-module-deepresearch) | ### Tools @@ -245,6 +244,7 @@ Modules built by the community. | **module-image-generation** | Multi-provider AI image generation with DALL-E, Imagen, and GPT-Image-1 | [@robotdad](https://github.com/robotdad) | [amplifier-module-image-generation](https://github.com/robotdad/amplifier-module-image-generation) | | **module-style-extraction** | Extract and apply writing style from text samples | [@robotdad](https://github.com/robotdad) | [amplifier-module-style-extraction](https://github.com/robotdad/amplifier-module-style-extraction) | | **module-markdown-utils** | Markdown parsing, injection, and metadata extraction utilities | [@robotdad](https://github.com/robotdad) | [amplifier-module-markdown-utils](https://github.com/robotdad/amplifier-module-markdown-utils) | +| **tool-deepresearch** | Deep research tool with multi-provider support (OpenAI/Anthropic) for comprehensive web research and report generation | [@michaeljabbour](https://github.com/michaeljabbour) | [amplifier-module-deepresearch](https://github.com/michaeljabbour/amplifier-module-deepresearch) | ### Hooks