[PR #176] [MERGED] chore: move @llamaindex/server to chat-ui repo #182

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/chat-ui/pull/176
Author: @thucpn
Created: 7/15/2025
Status: Merged
Merged: 7/15/2025
Merged by: @marcusschiesser

Base: mainHead: tp/llamaindex-server-ts


📝 Commits (6)

  • e87fec3 chore: move @llamaindex/server to chat-ui repo
  • 58cf538 integrate chat-ui as workspace * in llamaindex server
  • 5d17583 format with prettier:write
  • 0c50306 update ci: type-check for server examples
  • d192e14 update example
  • 1737ee5 fix format

📊 Changes

152 files changed (+15691 additions, -170 deletions)

View changed files

📝 examples/llamadeploy/chat/generic-ui/agentic-rag-llamacloud/ui/index.ts (+3 -0)
📝 package.json (+1 -0)
packages/server/.gitignore (+8 -0)
packages/server/CHANGELOG.md (+206 -0)
packages/server/CLAUDE.md (+162 -0)
packages/server/README.md (+335 -0)
packages/server/bin/eject.cjs (+172 -0)
packages/server/examples/CLAUDE.md (+186 -0)
packages/server/examples/README.md (+38 -0)
packages/server/examples/agentic-rag/index.ts (+38 -0)
packages/server/examples/code-gen/README.md (+22 -0)
packages/server/examples/code-gen/components/ui_event.jsx (+132 -0)
packages/server/examples/code-gen/index.ts (+20 -0)
packages/server/examples/code-gen/src/app/workflow.ts (+337 -0)
packages/server/examples/custom-layout/index.ts (+32 -0)
packages/server/examples/custom-layout/layout/header.tsx (+40 -0)
packages/server/examples/devmode/README.md (+20 -0)
packages/server/examples/devmode/index.ts (+20 -0)
packages/server/examples/devmode/src/app/workflow.ts (+16 -0)
packages/server/examples/hitl/README.md (+172 -0)

...and 80 more files

📄 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/chat-ui/pull/176 **Author:** [@thucpn](https://github.com/thucpn) **Created:** 7/15/2025 **Status:** ✅ Merged **Merged:** 7/15/2025 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `tp/llamaindex-server-ts` --- ### 📝 Commits (6) - [`e87fec3`](https://github.com/run-llama/chat-ui/commit/e87fec39dfaf96943b6f2c51f2c84fc716f7e55e) chore: move @llamaindex/server to chat-ui repo - [`58cf538`](https://github.com/run-llama/chat-ui/commit/58cf5389b385c910adec4f5f477c78344a8867a1) integrate chat-ui as workspace * in llamaindex server - [`5d17583`](https://github.com/run-llama/chat-ui/commit/5d17583dc3044b74cf3b731d02c300cc40bc0fb6) format with prettier:write - [`0c50306`](https://github.com/run-llama/chat-ui/commit/0c503062dfefcb95fb38159921d6db82c4c96703) update ci: type-check for server examples - [`d192e14`](https://github.com/run-llama/chat-ui/commit/d192e14ea90dd2798356f3d60ba0e8c6cc56f3b3) update example - [`1737ee5`](https://github.com/run-llama/chat-ui/commit/1737ee58dcf5173075bcbceb52dc9c9585d5a8c1) fix format ### 📊 Changes **152 files changed** (+15691 additions, -170 deletions) <details> <summary>View changed files</summary> 📝 `examples/llamadeploy/chat/generic-ui/agentic-rag-llamacloud/ui/index.ts` (+3 -0) 📝 `package.json` (+1 -0) ➕ `packages/server/.gitignore` (+8 -0) ➕ `packages/server/CHANGELOG.md` (+206 -0) ➕ `packages/server/CLAUDE.md` (+162 -0) ➕ `packages/server/README.md` (+335 -0) ➕ `packages/server/bin/eject.cjs` (+172 -0) ➕ `packages/server/examples/CLAUDE.md` (+186 -0) ➕ `packages/server/examples/README.md` (+38 -0) ➕ `packages/server/examples/agentic-rag/index.ts` (+38 -0) ➕ `packages/server/examples/code-gen/README.md` (+22 -0) ➕ `packages/server/examples/code-gen/components/ui_event.jsx` (+132 -0) ➕ `packages/server/examples/code-gen/index.ts` (+20 -0) ➕ `packages/server/examples/code-gen/src/app/workflow.ts` (+337 -0) ➕ `packages/server/examples/custom-layout/index.ts` (+32 -0) ➕ `packages/server/examples/custom-layout/layout/header.tsx` (+40 -0) ➕ `packages/server/examples/devmode/README.md` (+20 -0) ➕ `packages/server/examples/devmode/index.ts` (+20 -0) ➕ `packages/server/examples/devmode/src/app/workflow.ts` (+16 -0) ➕ `packages/server/examples/hitl/README.md` (+172 -0) _...and 80 more files_ </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-16 03:15:29 -05:00
yindo closed this issue 2026-02-16 03:15:29 -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#182