taylorwilsdon's collection of extensions and agents for Open-WebUI
-
Chat Context Window & Turns Tracker
A high-throughput, low-latency filter that monitors token usage and conversation turns.
▶️ View Context Counter & Turn Tracker README » -
Jira Agent
Search, view, create, comment on, and manage Jira issues directly from Open-WebUI.
▶️ View Jira Agent README » -
Open WebUI PostgreSQL Migration Tool
Seamlessly migrate your Open-WebUI data to PostgreSQL.
▶️ View PostgreSQL Migration Tool README »
Follow these simple steps to get up and running:
-
Clone the repository
git clone https://github.com/taylorwilsdon/open-webui-tools.git cd open-webui-tools
-
Install dependencies
pip install -r requirements.txt
-
Pick your tool
- To enable the Context Window Tracker, follow the instructions in
filter/README.md
. - To use the Jira Agent, follow the instructions in
README_JIRA.md
.
- To enable the Context Window Tracker, follow the instructions in
We welcome contributions! Here's how to get started:
- Fork the repository
- Create a feature branch
git checkout -b feature/YourFeatureName
- Commit your changes
git commit -m "Add YourFeatureName"
- Push to your fork
git push origin feature/YourFeatureName
- Open a Pull Request and describe your changes
📚 Please refer to individual README files for coding standards, testing guidelines, and configuration examples.
This project is licensed under the MIT License.
See LICENSE for full details.
Built with ❤️ to enhance your Open-WebUI workflows.