mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-13 21:01:55 -04:00
[PR #515] [CLOSED] Support agent workflow for TS #554
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/515
Author: @leehuwuj
Created: 3/12/2025
Status: ❌ Closed
Base:
lee/agent-workflows← Head:lee/agent-workflows-ts📝 Commits (6)
070240csupport agent workflow for tsf3fca9dsupport agent workflow for ts1edc16bupdate UI for TS7e03309update UI for TSc69ca1cupdate UI for TSaccb8f1unify tool name📊 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.