mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-15 05:08:15 -04:00
[PR #482] [MERGED] feat: Add deep research use case (Python) #533
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/create-llama/pull/482
Author: @leehuwuj
Created: 1/16/2025
Status: ✅ Merged
Merged: 1/21/2025
Merged by: @marcusschiesser
Base:
main← Head:lee/deep-research📝 Commits (10+)
49d7c58init code6a36f44simplifyf38e07fadd ui90a55f3update vercelacfc4ecfix not display76c20f3Merge remote-tracking branch 'origin' into lee/deep-researchb157663add markdown renderff2b25astandards event data typed5eac5dfix typing and improve prompt578173fadd blog to simple use cases📊 Changes
17 files changed (+928 additions, -22 deletions)
View changed files
➕
.changeset/yellow-oranges-play.md(+5 -0)📝
helpers/datasources.ts(+10 -0)📝
helpers/types.ts(+1 -0)📝
package.json(+1 -1)📝
pnpm-lock.yaml(+8 -5)📝
questions/simple.ts(+55 -9)➕
templates/components/agents/python/deep_research/README-template.md(+47 -0)➕
templates/components/agents/python/deep_research/app/workflows/__init__.py(+3 -0)➕
templates/components/agents/python/deep_research/app/workflows/agents.py(+158 -0)➕
templates/components/agents/python/deep_research/app/workflows/deep_research.py(+309 -0)➕
templates/components/agents/python/deep_research/app/workflows/models.py(+43 -0)📝
templates/components/multiagent/python/app/api/routers/chat.py(+1 -0)📝
templates/components/multiagent/python/app/api/routers/vercel_response.py(+36 -5)📝
templates/components/multiagent/python/app/workflows/events.py(+19 -1)📝
templates/types/streaming/nextjs/app/components/ui/chat/chat-message-content.tsx(+6 -0)➕
templates/types/streaming/nextjs/app/components/ui/chat/custom/deep-research-card.tsx(+225 -0)📝
templates/types/streaming/nextjs/package.json(+1 -1)📄 Description
Summary by CodeRabbit
Release Notes
New Features
Improvements
Documentation
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.