FastGPT/projects/sandbox
Archer b5c98a4f63
Some checks are pending
Deploy image by kubeconfig / build-fastgpt-docs-images (push) Waiting to run
Deploy image by kubeconfig / update-docs-image (push) Blocked by required conditions
Deploy image to vercel / deploy-production (push) Waiting to run
Build FastGPT images in Personal warehouse / build-fastgpt-images (push) Waiting to run
Plugin runtime (#2050)
* feat: plugin run (#1950)

* feat: plugin run

* fix

* ui

* fix

* change user input type

* fix

* fix

* temp

* split out plugin chat

* perf: chatbox

* perf: chatbox

* fix: plugin runtime (#2032)

* fix: plugin runtime

* fix

* fix build

* fix build

* perf: chat send prompt

* perf: chat log ux

* perf: chatbox context and share page plugin runtime

* perf: plugin run time config

* fix: ts

* feat: doc

* perf: isPc check

* perf: variable input render

* feat: app search

* fix: response box height

* fix: phone ui

* perf: lock

* perf: plugin route

* fix: chat (#2049)

---------

Co-authored-by: heheer <71265218+newfish-cmyk@users.noreply.github.com>
2024-07-15 22:50:48 +08:00
..
src 4.8.6 merge (#1943) 2024-07-04 17:42:09 +08:00
test Sandbox (#1610) (#1611) 2024-05-28 14:47:10 +08:00
.dockerignore Sandbox (#1610) (#1611) 2024-05-28 14:47:10 +08:00
.eslintrc.js Sandbox (#1610) (#1611) 2024-05-28 14:47:10 +08:00
.gitignore Sandbox (#1610) (#1611) 2024-05-28 14:47:10 +08:00
Dockerfile Plugin runtime (#2050) 2024-07-15 22:50:48 +08:00
README.md Sandbox (#1610) (#1611) 2024-05-28 14:47:10 +08:00
nest-cli.json Sandbox (#1610) (#1611) 2024-05-28 14:47:10 +08:00
package.json 4.8.6 merge (#1943) 2024-07-04 17:42:09 +08:00
tsconfig.build.json Sandbox (#1610) (#1611) 2024-05-28 14:47:10 +08:00
tsconfig.json Sandbox (#1610) (#1611) 2024-05-28 14:47:10 +08:00

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Nest framework TypeScript starter repository.

Installation

$ pnpm install

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Test

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.