Skip to content

Conversation

@cte
Copy link
Collaborator

@cte cte commented Feb 11, 2025

Description

Embedded @dzhng's Deep Research (https://github.com/dzhng/deep-research) into Roo Code: "An AI-powered research assistant that performs iterative, deep research on any topic by combining search engines, web scraping, and large language models."

Demo: https://screen.studio/share/VtRtAGOX

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Checklist:

  • My code follows the patterns of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation

Additional context

Related Issues

Reviewers


Important

Integrates Deep Research feature for AI-powered in-depth research, adding new UI components, backend services, and state management, with comprehensive testing and UI enhancements.

  • Feature Addition:
    • Integrates Deep Research feature using AI for in-depth research (DeepResearchService.ts, DeepResearch.tsx).
    • Supports iterative research with search engines, web scraping, and language models.
  • UI Components:
    • Adds DeepResearch, ResearchSession, ResearchTask, GetStarted, History components in webview-ui/src/features/deep-research/.
    • Updates App.tsx to include new research tab.
  • Backend Services:
    • Implements DeepResearchService for managing research tasks and sessions.
    • Utilizes FirecrawlApp for web scraping and OpenAI for language model interactions.
  • State Management:
    • Uses zustand for managing research session state (useResearchSession.ts).
    • Context providers for managing research and history states (DeepResearchProvider.tsx, HistoryProvider.tsx).
  • Testing:
    • Adds tests for TextSplitter and UI components (TextSplitter.test.ts, App.test.tsx).
  • Miscellaneous:
    • Updates package.json to include new dependencies like zustand, @hookform/resolvers.
    • Modifies button.tsx, ChatInput.tsx, ChatMessage.tsx for UI enhancements.

This description was created by Ellipsis for a1c2636. It will automatically update as commits are pushed.

@changeset-bot
Copy link

changeset-bot bot commented Feb 11, 2025

⚠️ No Changeset found

Latest commit: a1c2636

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@samhvw8
Copy link
Contributor

samhvw8 commented Feb 11, 2025

cool <3

@cte cte force-pushed the cte/deep-research branch 3 times, most recently from d28239d to e856612 Compare February 18, 2025 07:12
Comment on lines +716 to +720
await provider.postMessageToWebview({
type: "invoke",
invoke: "setChatBoxMessage",
text: `@${mentionPath}`,
})
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe not necessary, but could be nice to switch into architect mode along with this

@cte cte changed the title [WIP] Deep Research Deep Research Feb 20, 2025
@cte cte force-pushed the cte/deep-research branch from ad244fd to 95d9c65 Compare February 20, 2025 16:47
@cte cte marked this pull request as ready for review February 20, 2025 16:48
@cte cte force-pushed the cte/deep-research branch from c8f16e3 to 4c19fbd Compare February 20, 2025 17:05
@dosubot dosubot bot added the size:XXL This PR changes 1000+ lines, ignoring generated files. label Feb 22, 2025
@cte cte force-pushed the cte/deep-research branch 2 times, most recently from 8503e7b to 3cbe3d1 Compare February 23, 2025 06:15
@cte cte force-pushed the cte/deep-research branch from 87f2557 to 4feafaf Compare February 23, 2025 08:12
@cte cte force-pushed the cte/deep-research branch from 15bac77 to 70ad2c5 Compare February 24, 2025 17:23
@hannesrudolph hannesrudolph moved this to To triage in Roo Code Roadmap Mar 5, 2025
@hannesrudolph hannesrudolph moved this from To triage to PR - Needs Approval in Roo Code Roadmap Mar 6, 2025
@mrubens mrubens moved this from PR [Unverified] to PR [Deferred] in Roo Code Roadmap Mar 10, 2025
@cte cte closed this Apr 15, 2025
@github-project-automation github-project-automation bot moved this from PR [Deferred] to Done in Roo Code Roadmap Apr 15, 2025
@cte cte deleted the cte/deep-research branch July 31, 2025 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XXL This PR changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants