mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 21:09:41 -05:00
[PR #18293] [CLOSED] feat(jiutian): 添加九天平台多智能体协作功能 #63599
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/open-webui/open-webui/pull/18293
Author: @leecyang
Created: 10/13/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (1)
76b3c72feat(jiutian): 添加九天平台多智能体协作功能📊 Changes
11 files changed (+1186 additions, -14951 deletions)
View changed files
📝
backend/open_webui/config.py(+33 -0)📝
backend/open_webui/main.py(+18 -1)➕
backend/open_webui/routers/jiutian.py(+341 -0)➕
backend/open_webui/utils/jiutian.py(+211 -0)➖
package-lock.json(+0 -14950)➕
src/lib/apis/jiutian/index.ts(+93 -0)📝
src/lib/components/chat/Chat.svelte(+175 -0)➕
src/lib/components/chat/JiutianMultiAgentSelector.svelte(+246 -0)📝
src/lib/components/chat/MessageInput.svelte(+14 -0)📝
src/lib/components/chat/Messages/Message.svelte(+51 -0)📝
src/lib/components/chat/Placeholder.svelte(+4 -0)📄 Description
实现九天平台多智能体协作功能,包括:
新增功能允许用户选择多个AI模型协同工作,提供更全面的回答。包含前端UI组件、后端API路由和工具函数,支持配置验证、JWT生成和流式响应处理。
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch. Not targeting thedevbranch may lead to immediate closure of the PR.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.