An open API service indexing awesome lists of open source software.

https://github.com/labring/fastgpt-plugin

FastGPT plugin system. Provide model presets, system tools and other extended functions for FastGPT.
https://github.com/labring/fastgpt-plugin

agent rag workflow

Last synced: about 2 months ago
JSON representation

FastGPT plugin system. Provide model presets, system tools and other extended functions for FastGPT.

Awesome Lists containing this project

README

          


fastgpt logo

# FastGPT-plugin


简体中文 |
English

[FastGPT](https://github.com/labring/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

- [x] System Tools
- [x] App templates
- [ ] RAG Algorithm
- [ ] Agent Strategy
- [ ] Third-party Integration

## System Tool Features

- [x] 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

- [Plugin design document](https://doc.tryfastgpt.ai/docs/introduction/development/design/design_plugin)
- [System tool development guide](https://doc.tryfastgpt.ai/docs/introduction/guide/plugins/dev_system_tool)
- [Development Specifications](./dev.md)