mirror of
https://github.com/run-llama/chat-ui.git
synced 2026-07-21 03:15:21 -04:00
[PR #150] [MERGED] feat: add llamadexploy + ts-server example #162
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/150
Author: @thucpn
Created: 6/27/2025
Status: ✅ Merged
Merged: 7/1/2025
Merged by: @marcusschiesser
Base:
main← Head:tp/with-ts-server-example📝 Commits (10+)
574a8a0feat: add llamadexploy + ts-server examplef10e09fupdate pnpm workspaced230b8afix format8349534add simple server9acca5cfix: should be layout6b94ff3with proxy52d7096test: bump ts servercf08b84update example90d5f79update config7291e3fupdate workflow type📊 Changes
17 files changed (+810 additions, -8 deletions)
View changed files
➕
.changeset/few-apricots-rhyme.md(+6 -0)📝
docs/chat-ui/hooks.mdx(+9 -3)📝
examples/llamadeploy/chat/llama_deploy.yml(+1 -1)📝
examples/llamadeploy/chat/src/chat_workflow.py(+1 -1)➕
examples/llamadeploy/with-tsserver/.gitignore(+2 -0)➕
examples/llamadeploy/with-tsserver/.python-version(+1 -0)➕
examples/llamadeploy/with-tsserver/README.md(+55 -0)➕
examples/llamadeploy/with-tsserver/llama_deploy.yml(+24 -0)➕
examples/llamadeploy/with-tsserver/pyproject.toml(+12 -0)➕
examples/llamadeploy/with-tsserver/src/utils.py(+131 -0)➕
examples/llamadeploy/with-tsserver/src/workflow.py(+365 -0)➕
examples/llamadeploy/with-tsserver/ui/components/ui_event.jsx(+132 -0)➕
examples/llamadeploy/with-tsserver/ui/index.ts(+14 -0)➕
examples/llamadeploy/with-tsserver/ui/layout/header.tsx(+35 -0)➕
examples/llamadeploy/with-tsserver/ui/package.json(+18 -0)📝
packages/chat-ui/src/hook/use-workflow/types.ts(+3 -3)📝
pnpm-workspace.yaml(+1 -0)📄 Description
https://github.com/run-llama/llama_index/pull/19242
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.