mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-18 13:05:55 -04:00
[PR #495] [MERGED] Standardize the code of workflow use cases #542
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/495
Author: @leehuwuj
Created: 1/24/2025
Status: ✅ Merged
Merged: 2/4/2025
Merged by: @marcusschiesser
Base:
main← Head:lee/agent-workflow📝 Commits (10+)
0f91bc3init change4b03399use event stream843bbf3fix deprecated upload-artifactc27cd06fix deprecated upload-artifact3718fdeupdate financial report35ab9a9Refactor streaming and event handling in financial report and multiagent components53a530drevert change on replace AgentRunnerf0aae8fupdate params streaming to streamb053489add back stream cancel handlerc24eb3aMerge remote-tracking branch 'origin' into lee/agent-workflow📊 Changes
12 files changed (+304 additions, -177 deletions)
View changed files
➕
.changeset/kind-mice-repair.md(+5 -0)📝
templates/components/agents/python/deep_research/app/workflows/deep_research.py(+9 -11)📝
templates/components/agents/python/financial_report/app/workflows/financial_report.py(+24 -21)📝
templates/components/agents/python/form_filling/app/workflows/form_filling.py(+15 -15)➕
templates/components/multiagent/python/app/api/callbacks/__init__.py(+0 -0)➕
templates/components/multiagent/python/app/api/callbacks/base.py(+32 -0)➕
templates/components/multiagent/python/app/api/callbacks/llamacloud.py(+42 -0)➕
templates/components/multiagent/python/app/api/callbacks/next_question.py(+34 -0)➕
templates/components/multiagent/python/app/api/callbacks/stream_handler.py(+66 -0)📝
templates/components/multiagent/python/app/api/routers/chat.py(+14 -9)📝
templates/components/multiagent/python/app/api/routers/vercel_response.py(+58 -119)📝
templates/components/multiagent/python/app/workflows/tools.py(+5 -2)📄 Description
Summary by CodeRabbit
Refactor
New Features
streamattribute for better management of streaming logic across workflows.EventCallback,LlamaCloudFileDownload,SuggestNextQuestions, andStreamHandler.���� This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.