[PR #715] resolve #714 deep research example broken due to breaking changes in @llamaindex/workflow-core 1.3.0 #706

Open
opened 2026-02-15 20:15:56 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/create-llama/pull/715
Author: @pjamessteven
Created: 9/4/2025
Status: 🔄 Open

Base: mainHead: fix-deep-research-ts


📝 Commits (1)

  • 2678502 resolve #714 deep research example broken due to breaking changes in @llamaindex/workflow-core 1.3.0

📊 Changes

1 file changed (+222 additions, -186 deletions)

View changed files

📝 packages/create-llama/templates/components/use-cases/typescript/deep_research/src/app/workflow.ts (+222 -186)

📄 Description

…@llamaindex/workflow-core 1.3.0

Summary by CodeRabbit

  • New Features

    • Step-by-step progress updates (retrieve, analyze, research) with streaming responses.
    • Iterative research planning with follow-up questions and context-aware answers.
    • Final “DeepResearch Report” artifact generation and completion messaging.
    • User-visible cancellation flow with clear status updates.
  • Improvements

    • More consistent conversation continuity from prior messages.
    • Clearer UI event messaging and smoother streaming experience.
  • Refactor

    • Major workflow rearchitecture for stability and scalability.
    • Updated request format to accept a chat-style messages payload.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/create-llama/pull/715 **Author:** [@pjamessteven](https://github.com/pjamessteven) **Created:** 9/4/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `fix-deep-research-ts` --- ### 📝 Commits (1) - [`2678502`](https://github.com/run-llama/create-llama/commit/267850237346329456a7d454bcac72b91c749eb1) resolve #714 deep research example broken due to breaking changes in @llamaindex/workflow-core 1.3.0 ### 📊 Changes **1 file changed** (+222 additions, -186 deletions) <details> <summary>View changed files</summary> 📝 `packages/create-llama/templates/components/use-cases/typescript/deep_research/src/app/workflow.ts` (+222 -186) </details> ### 📄 Description …@llamaindex/workflow-core 1.3.0 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - New Features - Step-by-step progress updates (retrieve, analyze, research) with streaming responses. - Iterative research planning with follow-up questions and context-aware answers. - Final “DeepResearch Report” artifact generation and completion messaging. - User-visible cancellation flow with clear status updates. - Improvements - More consistent conversation continuity from prior messages. - Clearer UI event messaging and smoother streaming experience. - Refactor - Major workflow rearchitecture for stability and scalability. - Updated request format to accept a chat-style messages payload. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 20:15:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/create-llama#706