mirror of
https://github.com/run-llama/chat-ui.git
synced 2026-07-22 11:45:34 -04:00
[PR #140] [MERGED] feat: useChatWorkflow #154
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/chat-ui/pull/140
Author: @thucpn
Created: 6/19/2025
Status: ✅ Merged
Merged: 6/25/2025
Merged by: @marcusschiesser
Base:
main← Head:tp/use-chat-workflow📝 Commits (10+)
eff81eefeat: useChatWorkflow3349ea5use select instead of switch3100a6dmake first version of chat workflow6aa9ad5short examplebad1bfcadd comments72deabefix(chat-ui): fix button type is submit by default05b599cmake stoo work5f10f6badd agent_workflow example0d69560handle reload0681512consume AgentStreamEvent📊 Changes
55 files changed (+2028 additions, -98 deletions)
View changed files
➕
.changeset/grumpy-spies-crash.md(+5 -0)📝
docs/chat-ui/hooks.mdx(+197 -21)➖
examples/llama-deploy/README.md(+0 -63)📝
examples/llamadeploy-chat/.python-version(+0 -0)➕
examples/llamadeploy-chat/README.md(+55 -0)➕
examples/llamadeploy-chat/llama_deploy.yml(+38 -0)📝
examples/llamadeploy-chat/pyproject.toml(+5 -2)➕
examples/llamadeploy-chat/src/agent_workflow.py(+8 -0)➕
examples/llamadeploy-chat/src/chat_workflow.py(+113 -0)➕
examples/llamadeploy-chat/src/cli_workflow.py(+102 -0)📝
examples/llamadeploy-chat/ui/.eslintrc.js(+1 -0)📝
examples/llamadeploy-chat/ui/.gitignore(+2 -0)📝
examples/llamadeploy-chat/ui/app/favicon.ico(+0 -0)➕
examples/llamadeploy-chat/ui/app/globals.css(+185 -0)➕
examples/llamadeploy-chat/ui/app/layout.tsx(+25 -0)➕
examples/llamadeploy-chat/ui/app/page.tsx(+126 -0)➕
examples/llamadeploy-chat/ui/components.json(+21 -0)➕
examples/llamadeploy-chat/ui/components/custom/custom-weather.tsx(+60 -0)➕
examples/llamadeploy-chat/ui/components/custom/human-input.tsx(+92 -0)➕
examples/llamadeploy-chat/ui/components/ui/select.tsx(+185 -0)...and 35 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.