-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Create multi-channel researcher prompt #4947
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
d5241f6 to
3d02cb4
Compare
|
@org/goose |
|
@blackgirlbytes please help me in this issue |
documentation/src/pages/prompt-library/data/prompts/multi-channel-researcher.json
Show resolved
Hide resolved
|
hiii @Anudhyan ! happy to help. Appreciate the contribution, but I pause at some of the listed extensions. is this a prompt that you've tried before? |
Thanks for pointing that out! The TextSummarizer and SocialPublisher entries were outdated and not listed in the current Goose documentation. I’ve updated the JSON in documentation/src/pages/prompt-library/data/prompts/multi-channel-researcher.json to use official extensions only: Tavily Web Search Extension Auto Visualiser Extension Memory Extension Dev.to Extension Tutorial Extension The workflow JSON has been fixed to reflect this, and it should now be consistent with the official Goose MCP servers/extensions. |
|
DCO check failing...sorry!!! @Abhijay007 follow these directions then I can merge for sure. https://github.com/block/goose/pull/4947/checks?check_run_id=51896035165 |
34ed2d9 to
a3b399b
Compare
Added a new prompt for multi-channel research that includes web searching, summarization, and social media drafting. (cherry picked from commit 015b284) Signed-off-by: Anudhyan Datta <[email protected]>
Signed-off-by: Anudhyan Datta <[email protected]> Signed-off-by: Anudhyan Datta <[email protected]> (cherry picked from commit a3b399b)
I have passed DCO checks. Please merge it @blackgirlbytes |
* main: docs: Change community page sections (block#4984) docs: remove temporary Hacktoberfest issue templates (block#4982) Create multi-channel researcher prompt (block#4947) docs: Add Community Content section to Community Page (block#4964) Allow empty API Key when registering custom provider (block#4977) Feat: Add prompt injection detection settings UI + update logging (block#4651) Make create_session work concurrently (block#4954) Lifei/create save recipe to file (block#4895)
* main: (22 commits) fix: Issue #4540: `goose configure` -> Cursor Agent succeeds (#4942) feat: Add advanced data analysis pipeline recipe (#4990) (#5005) Create / edit recipe form unification and improvements (#4693) feat: add Code Review Mentor recipe with Developer and Memory extensions (#4992) (#5014) feat: set custom models for lead/worker (#4598) feat: add grok-code-fast-1 support for xAI provider (#4472) Persist dynamic extension config so we can resume recipe sessions w/ extensions (#4331) fix: show PowerShell PATH instructions for Windows users (#4989) feat: add Smart Task Organizer recipe for Hacktoberfest (#4936) Fix extension headers (#5000) feat: add advanced software project generator initializer recipe (#4767) (#4949) Removed unused libs (#4932) Platform extensions sketch (#4868) Add reply to the routes (#4963) feat(cli): add GOOSE_DEBUG environment variable support (#4825) docs: Change community page sections (#4984) docs: remove temporary Hacktoberfest issue templates (#4982) Create multi-channel researcher prompt (#4947) docs: Add Community Content section to Community Page (#4964) Allow empty API Key when registering custom provider (#4977) ...
Signed-off-by: Anudhyan Datta <[email protected]> Signed-off-by: Anudhyan Datta <[email protected]> Signed-off-by: Itz-Agasta <[email protected]>
Introduced a new prompt for multi-channel research that integrates web searching, summarization, and social media drafting using official Goose extensions. Closes Issue #4771.
Summary
Adds the "Multi-Channel Researcher" recipe (
id: multi-channel-researcher), a new workflow prompt for the "Research & Content Creation" category.This recipe takes a topic and orchestrates a multi-step flow using officially listed Goose extensions:
Tavily Web Search Extensionto find relevant, up-to-date sources.Auto Visualiser ExtensionandMemory Extensionto synthesize key facts from the search results.Dev.to ExtensionandTutorial Extensionto create a channel-appropriate social media or article draft from the summary.This is an additive, non-breaking change that uses only built-in extensions. Environment variables are included only where required (e.g., API keys for Dev.to or Tavily, if needed).
Type of Change
Testing
This change was tested manually to ensure correctness and functionality:
example_prompt:"Research the impact of renewable energy on rural communities and draft a LinkedIn post."Tavily Web Search->Auto Visualiser / Memory->Dev.to / Tutorialsteps executed in the correct order and passed data successfully.example_result.Related Issues
Closes #4771
Discussion: N/A
Screenshots/Demos (for UX changes)
N/A
Signed-off-by: Anudhyan Datta [email protected]