添加作者和许可证信息到各个插件的 README 文件

This commit is contained in:
Jeff fu
2025-12-30 12:44:55 +08:00
parent e4fd08628c
commit b0fad966ce
14 changed files with 140 additions and 14 deletions

View File

@@ -6,9 +6,9 @@ Pipes process and enhance LLM responses after they are generated and before they
## 📋 Pipe Plugins List
| Plugin Name | Description | Documentation |
| :--- | :--- | :--- |
| **Example Pipe** | A template/example for creating pipe plugins | [English](./example-pipe/README.md) / [中文](./example-pipe/README_CN.md) |
| Plugin Name | Description | Documentation |
| :---------------- | :------------------------------------------------------------------------------------------------- | :-------------------------------------------------------------------------- |
| **Example Pipe** | A template/example for creating pipe plugins | [English](./example-pipe/README.md) / [中文](./example-pipe/README_CN.md) |
| **AI Agent Pipe** | Transforms AI responses into complete agent workflows with multiple thinking rounds and tool calls | [English](./ai-agent-pipe/README.md) / [中文](./ai-agent-pipe/README_CN.md) |
## 🎯 What are Pipe Plugins?
@@ -58,3 +58,12 @@ When adding a new pipe plugin, please follow these steps:
---
> **Contributor Note**: We welcome contributions of new pipe plugins! Please provide clear and complete documentation for each new plugin, including features, configuration, usage examples, and troubleshooting guides.
## Author
Fu-Jie
GitHub: [Fu-Jie/awesome-openwebui](https://github.com/Fu-Jie/awesome-openwebui)
## License
MIT License

View File

@@ -6,9 +6,9 @@
## 📋 管道插件列表
| 插件名称 | 描述 | 文档 |
| :--- | :--- | :--- |
| **示例管道** | 创建管道插件的模板/示例 | [中文](./example-pipe/README_CN.md) / [English](./example-pipe/README.md) |
| 插件名称 | 描述 | 文档 |
| :------------- | :------------------------------------------------------- | :-------------------------------------------------------------------------- |
| **示例管道** | 创建管道插件的模板/示例 | [中文](./example-pipe/README_CN.md) / [English](./example-pipe/README.md) |
| **AI代理管道** | 将AI响应转换为完整的代理工作流程包含多轮思考和工具调用 | [中文](./ai-agent-pipe/README_CN.md) / [English](./ai-agent-pipe/README.md) |
## 🎯 什么是管道插件?
@@ -58,3 +58,12 @@
---
> **贡献者注意**:我们欢迎贡献新的管道插件!请为每个新增插件提供清晰完整的文档,包括功能说明、配置方法、使用示例和故障排除指南。
## 作者
Fu-Jie
GitHub: [Fu-Jie/awesome-openwebui](https://github.com/Fu-Jie/awesome-openwebui)
## 许可证
MIT License