Files
alan.cl 597b1e63b8 fix(connector): 修复 CI 风格检测与陈旧单测
CI build-web 失败 + make fmt-check 报错的修复,均不影响功能逻辑:

- side-bar.tsx: 修复两处超长 className 键值对的 prettier 换行(CI 构建失败根因)
- agentic_data_api.py: BaseTool 加入 TYPE_CHECKING(F821);循环变量 tool->sub_tool 避免遮蔽 import(F402)
- catalog.py/task_executor.py/models.py: 超长字符串隐式拼接换行(E501),拼接结果不变
- manager.py: 精简过长的 docstring 与模块注释(E501)
- test_manager.py: 同步 4 个陈旧测试断言以匹配当前 connector 鉴权模型
  (所有类型强制 server_uri、headers 由 auth_type+token 派生、tool 摘要含 original_name)
- test_service.py: 精简过长的测试 docstring(E501)

验证: make fmt-check 全绿;connector 测试 53 passed

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-04 21:35:49 +08:00
..
2026-03-16 11:55:42 +08:00
2026-03-16 11:55:42 +08:00
2024-08-22 11:05:18 +08:00
2026-03-16 11:55:42 +08:00
2024-08-22 11:05:18 +08:00

DB-GPT
DB-GPT-Web

DB-GPT Chat UI, LLM to Vision.

Release Notes Open Issues Discord


👋 Introduction

DB-GPT-Web is an Open source chat UI for DB-GPT. Also, it is a LLM to Vision solution.

DB-GPT-Web is an Open source Tailwind and Next.js based chat UI for AI and GPT projects. It beautify a lot of markdown labels, such as table, thead, th, td, code, h1, h2, ul, li, a, img. Also it define some custom labels to adapted to AI-specific scenarios. Such as plugin running, knowledge name, Chart view, and so on.

💪🏻 Getting Started

Prerequisites

  • Node.js >= 16
  • npm >= 8
  • yarn >= 1.22
  • Supported OSes: Linux, macOS and Windows

Installation

Using Yarn is recommended for dependency management.

# Install dependencies
npm install
yarn install

Usage

cp .env.template .env

edit the API_BASE_URL to the real address

# development model
npm run dev
yarn dev

🚀 Use In DB-GPT

bash ../scripts/build_web_static.sh

📚 Documentation

For full documentation, visit document.

Usage

gpt-vis for markdown support. ant-design for ui components. next.js for server side rendering. @antv/g2 for charts.

License

DB-GPT-Web is licensed under the MIT License.


Enjoy using DB-GPT-Web to build stunning UIs for your AI and GPT projects.

🌟 If you find it helpful, don't forget to give it a star on GitHub! Stars are like little virtual hugs that keep us going! We appreciate every single one we receive.

For any queries or issues, feel free to open an issue on the repository.

Happy coding! 😊

antdbgptweb installation

deploy in local environment: