Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
314b9bf
support claude 4.5
Oct 7, 2025
97c3130
added cache control and extended thinking support
Oct 7, 2025
0da7ed0
Refactor Claude model handling
Oct 9, 2025
13b7770
Refine Claude model regex pattern
Oct 9, 2025
2eb7056
initial draft of firecrawl pipe
Oct 9, 2025
66fdc3c
firecrawl as a tool
Oct 9, 2025
935c4c3
Enhance Firecrawl web scraping tool with v2 API support, added retry …
Oct 9, 2025
1f34ce7
add support for Haiku 4.5
jfbloom22 Nov 11, 2025
5fdab8b
add support for Haiku 4.5
jfbloom22 Nov 11, 2025
b69b634
Merge remote-tracking branch 'upstream/main'
jfbloom22 Nov 11, 2025
9f32c3b
Merge branch 'main' into feat/firecrawl
jfbloom22 Nov 11, 2025
7dc3076
Implement Google Gemini Manifold Pipe with model retrieval and conten…
jfbloom22 Dec 1, 2025
1949dbb
Update Google Vertex AI Pipe to version 2.0.0 with enhanced SDK compl…
jfbloom22 Dec 2, 2025
8262129
Refactor Google Vertex AI Pipe to enhance async client management for…
jfbloom22 Dec 2, 2025
f7f4f05
added docs and ai agent via agents.md
jfbloom22 Jan 23, 2026
859c178
Add ElevenLabs TTS Action for text-to-speech functionality. Includes …
jfbloom22 Jan 23, 2026
29dce53
Update ElevenLabs TTS Action to version 0.2.0, adding support for cus…
jfbloom22 Jan 23, 2026
c97e19d
Add AUDIO_FORMAT configuration to ElevenLabs TTS Action for customiza…
jfbloom22 Jan 23, 2026
078b897
Add YouTube Transcript Provider tool with functionality to retrieve v…
jfbloom22 Jan 25, 2026
d2b819e
Enhance error handling and logging in Anthropic Pipe. Replace print s…
jfbloom22 Feb 12, 2026
1051910
added support for Opus 4.7
jfbloom22 May 4, 2026
f60e746
enhanced instructions and guidance on openwebui tools and fuctions
jfbloom22 May 4, 2026
e98aba6
fix: support Claude 5 adaptive thinking
jfbloom22 Aug 19, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
378 changes: 378 additions & 0 deletions AGENTS.md

Large diffs are not rendered by default.

26 changes: 21 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,30 @@ Curated custom functions approved by the Open WebUI core team.
- ✅ High-quality, reliable, and ready to use
- ⚡ Easy integration with your Open WebUI projects

## 📚 Development Resources

**For Contributors and Developers:**

- 🤖 **[AGENTS.md](AGENTS.md)** - AI agent personas and context optimized for Open WebUI development
- 📖 **[Documentation](docs/)** - Comprehensive development guides:
- [Best Practices](docs/best-practices.md) - Essential patterns for all extensions
- [Pipes Guide](docs/pipes-guide.md) - Create custom models and integrations
- [Filters Guide](docs/filters-guide.md) - Modify inputs and outputs
- [Actions Guide](docs/actions-guide.md) - Add interactive buttons
- [Tools Guide](docs/tools-guide.md) - Enable function calling
- [Python Standards](docs/python-standards.md) - Coding conventions
- [Testing Guide](docs/testing-guide.md) - Testing strategies

## 🔗 Official Documentation

Check out these links for more information and help with Functions:

- 🛠️ [Plugins Overview](https://docs.openwebui.com/features/plugin/)
- 🧰 [Functions](https://docs.openwebui.com/features/plugin/functions/)
- 🚰 [Pipe Function](https://docs.openwebui.com/features/plugin/functions/pipe)
- 🪄 [Filter Function](https://docs.openwebui.com/features/plugin/functions/filter)
- 🎬 [Action Function](https://docs.openwebui.com/features/plugin/functions/action)
- 🧰 [Functions](https://docs.openwebui.com/features/extensibility/plugin/functions/)
- 🚰 [Pipe Function](https://docs.openwebui.com/features/extensibility/plugin/functions/pipe/)
- 🪄 [Filter Function](https://docs.openwebui.com/features/extensibility/plugin/functions/filter/)
- 🎬 [Action Function](https://docs.openwebui.com/features/extensibility/plugin/functions/action/)

## 🌐 Community

Looking for more? Discover community-contributed functions at [openwebui.com](http://openwebui.com/) 🌐
Looking for more? Discover community-contributed functions at [openwebui.com](http://openwebui.com/)
Loading