[PR #515] [CLOSED] Support agent workflow for TS #554

Closed
opened 2026-02-15 20:15:18 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/create-llama/pull/515
Author: @leehuwuj
Created: 3/12/2025
Status: Closed

Base: lee/agent-workflowsHead: lee/agent-workflows-ts


📝 Commits (6)

📊 Changes

18 files changed (+256 additions, -251 deletions)

View changed files

📝 helpers/typescript.ts (+15 -46)
📝 templates/components/agents/typescript/blog/workflow/index.ts (+0 -0)
📝 templates/components/agents/typescript/financial_report/workflow/fin-report.ts (+10 -10)
📝 templates/components/agents/typescript/financial_report/workflow/index.ts (+0 -0)
📝 templates/components/agents/typescript/form_filling/workflow/form-filling.ts (+8 -8)
📝 templates/components/agents/typescript/form_filling/workflow/index.ts (+0 -0)
templates/components/multiagent/typescript/workflow/stream.ts (+0 -69)
📝 templates/types/streaming/express/package.json (+1 -1)
📝 templates/types/streaming/fastapi/app/api/callbacks/source_nodes.py (+1 -1)
📝 templates/types/streaming/fastapi/app/engine/tools/query_engine.py (+1 -1)
📝 templates/types/streaming/nextjs/app/api/chat/route.ts (+19 -47)
templates/types/streaming/nextjs/app/api/chat/workflow/index.ts (+44 -0)
📝 templates/types/streaming/nextjs/app/api/chat/workflow/single-agent.ts (+6 -6)
templates/types/streaming/nextjs/app/api/chat/workflow/stream.ts (+60 -0)
📝 templates/types/streaming/nextjs/app/api/chat/workflow/tools.ts (+0 -0)
📝 templates/types/streaming/nextjs/app/api/chat/workflow/type.ts (+3 -2)
📝 templates/types/streaming/nextjs/app/components/ui/chat/tools/query-index.tsx (+86 -58)
📝 templates/types/streaming/nextjs/package.json (+2 -2)

📄 Description

No description provided


🔄 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/515 **Author:** [@leehuwuj](https://github.com/leehuwuj) **Created:** 3/12/2025 **Status:** ❌ Closed **Base:** `lee/agent-workflows` ← **Head:** `lee/agent-workflows-ts` --- ### 📝 Commits (6) - [`070240c`](https://github.com/run-llama/create-llama/commit/070240c226b7fc66c70ab04682c461d276f7090b) support agent workflow for ts - [`f3fca9d`](https://github.com/run-llama/create-llama/commit/f3fca9ddf7348382ebaeea3abb070f82933b3dd2) support agent workflow for ts - [`1edc16b`](https://github.com/run-llama/create-llama/commit/1edc16be83576b79cbed34cb89fb80e9774a7f21) update UI for TS - [`7e03309`](https://github.com/run-llama/create-llama/commit/7e0330910d10bf774ae3b633fbd174b10faf2bb9) update UI for TS - [`c69ca1c`](https://github.com/run-llama/create-llama/commit/c69ca1c014dd62d2d4eb72e154c263753b9741ff) update UI for TS - [`accb8f1`](https://github.com/run-llama/create-llama/commit/accb8f1a3f9114e35ea520fc1ff6cd76b3d3338c) unify tool name ### 📊 Changes **18 files changed** (+256 additions, -251 deletions) <details> <summary>View changed files</summary> 📝 `helpers/typescript.ts` (+15 -46) 📝 `templates/components/agents/typescript/blog/workflow/index.ts` (+0 -0) 📝 `templates/components/agents/typescript/financial_report/workflow/fin-report.ts` (+10 -10) 📝 `templates/components/agents/typescript/financial_report/workflow/index.ts` (+0 -0) 📝 `templates/components/agents/typescript/form_filling/workflow/form-filling.ts` (+8 -8) 📝 `templates/components/agents/typescript/form_filling/workflow/index.ts` (+0 -0) ➖ `templates/components/multiagent/typescript/workflow/stream.ts` (+0 -69) 📝 `templates/types/streaming/express/package.json` (+1 -1) 📝 `templates/types/streaming/fastapi/app/api/callbacks/source_nodes.py` (+1 -1) 📝 `templates/types/streaming/fastapi/app/engine/tools/query_engine.py` (+1 -1) 📝 `templates/types/streaming/nextjs/app/api/chat/route.ts` (+19 -47) ➕ `templates/types/streaming/nextjs/app/api/chat/workflow/index.ts` (+44 -0) 📝 `templates/types/streaming/nextjs/app/api/chat/workflow/single-agent.ts` (+6 -6) ➕ `templates/types/streaming/nextjs/app/api/chat/workflow/stream.ts` (+60 -0) 📝 `templates/types/streaming/nextjs/app/api/chat/workflow/tools.ts` (+0 -0) 📝 `templates/types/streaming/nextjs/app/api/chat/workflow/type.ts` (+3 -2) 📝 `templates/types/streaming/nextjs/app/components/ui/chat/tools/query-index.tsx` (+86 -58) 📝 `templates/types/streaming/nextjs/package.json` (+2 -2) </details> ### 📄 Description _No description provided_ --- <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:18 -05:00
yindo closed this issue 2026-02-15 20:15:18 -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#554