mirror of
https://github.com/labring/tentix.git
synced 2026-04-26 00:55:50 +03:00
[PR #44] [MERGED] feat(server&web): add orchestratable AI customer-service workflow #48
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tentix#48
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/labring/tentix/pull/44
Author: @HUAHUAI23
Created: 10/22/2025
Status: ✅ Merged
Merged: 10/22/2025
Merged by: @fanux
Base:
main← Head:admin📝 Commits (10+)
cb96189update development guidec34d57eAdd image to DEVELOPMENT_GUIDE.mda0a1520chore: perf promptbc5c202perf prompt7e6376eadd dynamic workflow execute logic70d6116add flowf43b7eeadd flow sqlfdc243dperf flow uiaec6caaadd admin user managament59cd06cchore📊 Changes
179 files changed (+40116 additions, -4370 deletions)
View changed files
📝
.env.template(+4 -1)📝
.vscode/settings.json(+3 -0)📝
DEVELOPMENT_GUIDE.md(+3 -0)📝
README.md(+0 -1)📝
README.zh-CN.md(+0 -1)📝
bun.lock(+171 -33)📝
frontend/package.json(+7 -14)➕
frontend/src/components/ai-chat/chat-message.tsx(+442 -0)➕
frontend/src/components/ai-chat/file-preview.tsx(+151 -0)➕
frontend/src/components/ai-chat/hook/use-autosize-textarea.ts(+39 -0)➕
frontend/src/components/ai-chat/markdown-renderer.tsx(+199 -0)➕
frontend/src/components/ai-chat/message-list.tsx(+197 -0)➕
frontend/src/components/ai-chat/typing-indicator.tsx(+15 -0)📝
frontend/src/components/chat/content-renderer.tsx(+196 -110)📝
frontend/src/components/chat/message-item.tsx(+59 -56)📝
frontend/src/components/chat/message-list.tsx(+163 -99)📝
frontend/src/components/chat/staff/index.tsx(+17 -7)📝
frontend/src/components/chat/staff/message-input.tsx(+9 -93)📝
frontend/src/components/chat/ticket-info-box.tsx(+11 -2)📝
frontend/src/components/chat/user/index.tsx(+12 -6)...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.