# fastgpt-plugin **Repository Path**: github_synchronize/fastgpt-plugin ## Basic Information - **Project Name**: fastgpt-plugin - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-24 - **Last Updated**: 2025-09-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
fastgpt logo # FastGPT-plugin

简体中文 | English

[FastGPT](https://github.com/labring/FastGPT) 是一个 AI Agent 构建平台,提供开箱即用的数据处理、模型调用等能力,同时可以通过 Flow 可视化进行工作流编排,从而实现复杂的应用场景!这个仓库是 FastGPT 的插件系统,负责插件的管理以及将插件集成到 FastGPT 系统中。 FastGPT 已有系统工具已经迁移到这个仓库,新工具也将在这个仓库中开发。 深度**模块化** FastGPT 以实现最大的**可扩展性**。
## 扩展模块 - [x] 系统工具 - [ ] RAG 算法 - [ ] Agent 策略 - [ ] 第三方接入 ## 系统工具基础设施 - [x] 工具独立运行 - [ ] 热插拔 - [ ] 更优雅的 Secret 配置 - [ ] 可视化调试 - [ ] 反向调用 FastGPT - [ ] 工具版本管理 - [ ] SSE 流响应 - [ ] 更多安全策略 ## 文档 - [系统工具开发指南](https://doc.tryfastgpt.ai/docs/introduction/guide/plugins/dev_system_tool) - [设计文档](https://doc.tryfastgpt.ai/docs/introduction/development/design/design_plugin) - [开发规范](./dev_zh_CN.md)