Files
DB-GPT/web
alan.cl e2fee36b13 feat(scheduled-task): add cron-based chat replay scheduled tasks
后端:新增独立 scheduled_task serve 模块(API/DAO/models/service/
chat_replay_runner)与 util/scheduler 单例调度器,并在 serve_initialization
注册 ScheduledTaskServe;将原 connector 下的 scheduled_task 旧实现迁移至此。

前端:新增定时任务列表/详情页、保存与编辑抽屉、CronInput、执行历史表
及 use-scheduled-task hook 与类型定义。

修复:主页保存定时任务时,buildSnapshot 改为复用发送瞬间的真实 payload,
使快照忠实携带 file_path / database_name / knowledge_space 等执行上下文;
详情页"任务环境"展示数据库 / 文件 / 知识库,并优先显示技能名。

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-02 21:22:30 +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: