[PR #150] [MERGED] feat: add llamadexploy + ts-server example #162

Closed
opened 2026-02-16 03:15:25 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: tp/with-ts-server-example


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/chat-ui/pull/150 **Author:** [@thucpn](https://github.com/thucpn) **Created:** 6/27/2025 **Status:** ✅ Merged **Merged:** 7/1/2025 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `tp/with-ts-server-example` --- ### 📝 Commits (10+) - [`574a8a0`](https://github.com/run-llama/chat-ui/commit/574a8a0925ac8977ea384e5acae899417aaf28a0) feat: add llamadexploy + ts-server example - [`f10e09f`](https://github.com/run-llama/chat-ui/commit/f10e09f027415a95b03cd3a06dc1a28f8824e7d0) update pnpm workspace - [`d230b8a`](https://github.com/run-llama/chat-ui/commit/d230b8a2c72bc182ad72be29dbb43cada7feca59) fix format - [`8349534`](https://github.com/run-llama/chat-ui/commit/8349534db07a4d9d020f8f70e1fecfd7c329e551) add simple server - [`9acca5c`](https://github.com/run-llama/chat-ui/commit/9acca5cf2e4552bafbbf3952b18d1398ef017e61) fix: should be layout - [`6b94ff3`](https://github.com/run-llama/chat-ui/commit/6b94ff3ba616e8c1cfccb7e8f61d152a238aae4a) with proxy - [`52d7096`](https://github.com/run-llama/chat-ui/commit/52d70967e9566872dbdbc7fbfe9156dfd1aa0c28) test: bump ts server - [`cf08b84`](https://github.com/run-llama/chat-ui/commit/cf08b84d388359f11ff2ad5e82147b6597ca61c9) update example - [`90d5f79`](https://github.com/run-llama/chat-ui/commit/90d5f793a05536d9210d03831d1c509d9907a03e) update config - [`7291e3f`](https://github.com/run-llama/chat-ui/commit/7291e3f78e9d21925a97cbfa0e1a19ded80945cf) update workflow type ### 📊 Changes **17 files changed** (+810 additions, -8 deletions) <details> <summary>View changed files</summary> ➕ `.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) </details> ### 📄 Description https://github.com/run-llama/llama_index/pull/19242 --- <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-16 03:15:25 -05:00
yindo closed this issue 2026-02-16 03:15:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/chat-ui#162