添加作者和许可证信息到各个插件的 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