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

Closed
opened 2026-02-15 20:15:57 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: tp/remove-lits-server


📝 Commits (8)

  • 6c1c5a6 chore: move @llamaindex/server to chat-ui repo
  • 43c4cfb update pnpm workspace
  • 6fb944b remove package/server from configs & update CI
  • 0430a4b bump ts-server 0.3.0 for create-llama templates
  • de02ac6 use static files from node module for python server
  • f07f5dd fix: format
  • 4d809b1 Update doc
  • fb0ea19 Create red-camels-agree.md

📊 Changes

163 files changed (+349 additions, -16118 deletions)

View changed files

.changeset/red-camels-agree.md (+5 -0)
📝 .github/workflows/e2e.yml (+0 -16)
📝 .github/workflows/lint_on_push_or_pull.yml (+0 -4)
📝 .prettierignore (+0 -2)
📝 CLAUDE.md (+0 -17)
📝 README.md (+1 -1)
📝 eslint.config.mjs (+0 -16)
📝 packages/create-llama/helpers/typescript.ts (+0 -10)
📝 packages/create-llama/templates/components/ts-proxy/package.json (+1 -1)
📝 packages/create-llama/templates/components/use-cases/typescript/hitl/README-template.md (+2 -2)
📝 packages/create-llama/templates/types/llamaindexserver/nextjs/package.json (+1 -1)
packages/server/.gitignore (+0 -8)
packages/server/CHANGELOG.md (+0 -206)
packages/server/CLAUDE.md (+0 -162)
packages/server/README.md (+0 -335)
packages/server/bin/eject.cjs (+0 -172)
packages/server/examples/CLAUDE.md (+0 -186)
packages/server/examples/README.md (+0 -38)
packages/server/examples/agentic-rag/index.ts (+0 -38)
packages/server/examples/code-gen/README.md (+0 -22)

...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/create-llama/pull/709 **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/remove-lits-server` --- ### 📝 Commits (8) - [`6c1c5a6`](https://github.com/run-llama/create-llama/commit/6c1c5a69caf85337d7c58ede1d8fb298e8f887d1) chore: move @llamaindex/server to chat-ui repo - [`43c4cfb`](https://github.com/run-llama/create-llama/commit/43c4cfb22795de10ca27f9738b568a74358c0207) update pnpm workspace - [`6fb944b`](https://github.com/run-llama/create-llama/commit/6fb944b481fd337d1d8986eb2776c65a85de1486) remove package/server from configs & update CI - [`0430a4b`](https://github.com/run-llama/create-llama/commit/0430a4bd5112ff5c6c1aa9945198d74b232eb4b0) bump ts-server 0.3.0 for create-llama templates - [`de02ac6`](https://github.com/run-llama/create-llama/commit/de02ac6fafbc119a1b95aedcfc1ee8b456dcf39a) use static files from node module for python server - [`f07f5dd`](https://github.com/run-llama/create-llama/commit/f07f5dd2cf745d5c6cd1c942ad7b08788d916c0f) fix: format - [`4d809b1`](https://github.com/run-llama/create-llama/commit/4d809b1fa27329b81bb400011ad4a0154d060b67) Update doc - [`fb0ea19`](https://github.com/run-llama/create-llama/commit/fb0ea19ca76beaaf4c4d2da8a81eda2454223899) Create red-camels-agree.md ### 📊 Changes **163 files changed** (+349 additions, -16118 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/red-camels-agree.md` (+5 -0) 📝 `.github/workflows/e2e.yml` (+0 -16) 📝 `.github/workflows/lint_on_push_or_pull.yml` (+0 -4) 📝 `.prettierignore` (+0 -2) 📝 `CLAUDE.md` (+0 -17) 📝 `README.md` (+1 -1) 📝 `eslint.config.mjs` (+0 -16) 📝 `packages/create-llama/helpers/typescript.ts` (+0 -10) 📝 `packages/create-llama/templates/components/ts-proxy/package.json` (+1 -1) 📝 `packages/create-llama/templates/components/use-cases/typescript/hitl/README-template.md` (+2 -2) 📝 `packages/create-llama/templates/types/llamaindexserver/nextjs/package.json` (+1 -1) ➖ `packages/server/.gitignore` (+0 -8) ➖ `packages/server/CHANGELOG.md` (+0 -206) ➖ `packages/server/CLAUDE.md` (+0 -162) ➖ `packages/server/README.md` (+0 -335) ➖ `packages/server/bin/eject.cjs` (+0 -172) ➖ `packages/server/examples/CLAUDE.md` (+0 -186) ➖ `packages/server/examples/README.md` (+0 -38) ➖ `packages/server/examples/agentic-rag/index.ts` (+0 -38) ➖ `packages/server/examples/code-gen/README.md` (+0 -22) _...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-15 20:15:57 -05:00
yindo closed this issue 2026-02-15 20:15:57 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/create-llama#708