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.
- Host: GitHub
- URL: https://github.com/labring/fastgpt-plugin
- Owner: labring
- Created: 2025-06-12T04:11:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-06T01:21:40.000Z (9 months ago)
- Last Synced: 2025-10-06T03:21:18.761Z (9 months ago)
- Topics: agent, rag, workflow
- Language: TypeScript
- Homepage:
- Size: 1.72 MB
- Stars: 25
- Watchers: 2
- Forks: 35
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# FastGPT-plugin
[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)