Skip to content

labring/fastgpt-plugin

Repository files navigation

fastgpt logo

FastGPT-plugin

简体中文 | English

FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, and visual AI workflow orchestration, letting you easily develop and deploy complex question-answering systems without the need for extensive setup or configuration.

The system tools previously utilized in FastGPT have been migrated to this repository, and future development of new tools will also be conducted within this repository.

Deeply modularize FastGPT to achieve maximum extensibility.

Expansion Modules

  • System Tools
  • RAG Algorithm
  • Agent Strategy
  • Third-party Integration

System Tool Features

  • Independent tool execution
  • Hot-swappable plugins
  • Secure and elegant secret configuration
  • Visual debugging support
  • Reverse invocation of FastGPT
  • Plugin version management
  • SSE streaming response support
  • Enhanced security policies

Documentation & Development Guides