From 30bbe1b532655f72da08f58b9f5022e3fca417eb Mon Sep 17 00:00:00 2001 From: Diego Colombo Date: Sun, 1 Feb 2026 14:55:13 +0000 Subject: [PATCH 1/2] docs: add deepwiki and perplexity community bundles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 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, 2 insertions(+) diff --git a/docs/MODULES.md b/docs/MODULES.md index fb5b8e7d..5fabeb55 100644 --- a/docs/MODULES.md +++ b/docs/MODULES.md @@ -224,8 +224,10 @@ Bundles built by the community. | Bundle | Description | Author | Repository | |--------|-------------|--------|------------| +| **deepwiki** | AI-powered open-source project understanding via DeepWiki MCP - ask questions about any public GitHub repository | [@colombod](https://github.com/colombod) | [amplifier-bundle-deepwiki](https://github.com/colombod/amplifier-bundle-deepwiki) | | **expert-cookbook** | Achieve the State of the Art with Microsoft Amplifier | [@DavidKoleczek](https://github.com/DavidKoleczek) | [amplifier-expert-cookbook](https://github.com/DavidKoleczek/amplifier-expert-cookbook) | | **memory** | Persistent memory system with automatic capture, progressive disclosure context injection, and event broadcasting | [@michaeljabbour](https://github.com/michaeljabbour) | [amplifier-bundle-memory](https://github.com/michaeljabbour/amplifier-bundle-memory) | +| **perplexity** | Deep web research capabilities using Perplexity's Agentic Research API with citations and cost-aware guidance | [@colombod](https://github.com/colombod) | [amplifier-bundle-perplexity](https://github.com/colombod/amplifier-bundle-perplexity) | **Want to share your bundle?** Submit a PR to add your Amplifier bundle to this list! From 5002c08d6de391f37890a60d6157be844317ed91 Mon Sep 17 00:00:00 2001 From: Diego Colombo Date: Sun, 1 Feb 2026 15:41:12 +0000 Subject: [PATCH 2/2] docs: add provider-perplexity to community providers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add Perplexity AI provider module to the Community Modules > Providers section, enabling chat completions with sonar models. 🤖 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 5fabeb55..b956bdb0 100644 --- a/docs/MODULES.md +++ b/docs/MODULES.md @@ -244,6 +244,7 @@ Modules built by the community. | Module | Description | Author | Repository | |--------|-------------|--------|------------| | **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-perplexity** | Perplexity AI integration for chat completions with sonar models | [@colombod](https://github.com/colombod) | [amplifier-module-provider-perplexity](https://github.com/colombod/amplifier-module-provider-perplexity) | | **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) | ### Tools