[PR #361] [MERGED] feat: add canceling workflow for multiagent #451

Closed
opened 2026-02-15 19:17:43 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/create-llama/pull/361
Author: @leehuwuj
Created: 10/10/2024
Status: Merged
Merged: 10/10/2024
Merged by: @marcusschiesser

Base: mainHead: fix/stop-streaming-multiagent


📝 Commits (2)

📊 Changes

5 files changed (+38 additions, -22 deletions)

View changed files

.changeset/selfish-lemons-kiss.md (+5 -0)
.changeset/tiny-items-divide.md (+5 -0)
📝 templates/components/multiagent/python/app/api/routers/chat.py (+0 -2)
📝 templates/components/multiagent/python/app/api/routers/vercel_response.py (+27 -19)
📝 templates/types/streaming/fastapi/pyproject.toml (+1 -1)

📄 Description

Summary by CodeRabbit

  • New Features

    • Enhanced streaming response mechanism with improved error handling and flexibility.
  • Bug Fixes

    • Streamlined chat functionality by directly utilizing the event handler from the chat engine.
  • Chores

    • Updated dependency version for llama-index to ensure compatibility and access to new features.

🔄 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/361 **Author:** [@leehuwuj](https://github.com/leehuwuj) **Created:** 10/10/2024 **Status:** ✅ Merged **Merged:** 10/10/2024 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `fix/stop-streaming-multiagent` --- ### 📝 Commits (2) - [`0451671`](https://github.com/run-llama/create-llama/commit/0451671b48fc7254d681710ee57eda506ab31136) add canceling workflow - [`55046e1`](https://github.com/run-llama/create-llama/commit/55046e11ddc1a77cd165a9afbe49c006e37b5567) add changsets ### 📊 Changes **5 files changed** (+38 additions, -22 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/selfish-lemons-kiss.md` (+5 -0) ➕ `.changeset/tiny-items-divide.md` (+5 -0) 📝 `templates/components/multiagent/python/app/api/routers/chat.py` (+0 -2) 📝 `templates/components/multiagent/python/app/api/routers/vercel_response.py` (+27 -19) 📝 `templates/types/streaming/fastapi/pyproject.toml` (+1 -1) </details> ### 📄 Description <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Enhanced streaming response mechanism with improved error handling and flexibility. - **Bug Fixes** - Streamlined chat functionality by directly utilizing the event handler from the chat engine. - **Chores** - Updated dependency version for `llama-index` to ensure compatibility and access to new features. <!-- 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 19:17:43 -05:00
yindo closed this issue 2026-02-15 19:17:44 -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#451