<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[&quot;Channels feature - adding bots&quot;]]></title><description><![CDATA[<p dir="auto">Does anyone have multiple users on your Open WebUI instance? Have you used channels? Will someone explain to me what they are used for?</p>
<p dir="auto">The best I've come up with is it is either the groundwork being laid for building agents/bots that can then be made publicly available via the particular channel or perhaps its the framework for a "Slack" type of experience for human teams and nothing to do with actually communicating with an LLM.</p>
<p dir="auto">I've done some digging online in the Open WebUI Github repo and haven't found an answer. There is a good chance the answer is there and I've missed it. If you can confirm this, will you please share a link?</p>
<p dir="auto">Here are some screenshots in case it's not clear what I'm referring to:</p>
<p dir="auto"><img src="/assets/uploads/files/1736538185301-screenshot-2025-01-10-at-11.34.16-am.png" alt="Screenshot 2025-01-10 at 11.34.16 AM.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1736538199110-screenshot-2025-01-10-at-11.35.02-am.png" alt="Screenshot 2025-01-10 at 11.35.02 AM.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1736538301317-screenshot-2025-01-10-at-11.40.59-am-resized.png" alt="Screenshot 2025-01-10 at 11.40.59 AM.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1736538268413-screenshot-2025-01-10-at-11.37.39-am-resized.png" alt="Screenshot 2025-01-10 at 11.37.39 AM.png" class=" img-fluid img-markdown" /></p>
<hr />
<p dir="auto">This is all user generated content - not AI/LLM.</p>
]]></description><link>https://forum.cloudron.io/topic/13094/channels-feature-adding-bots</link><generator>RSS for Node</generator><lastBuildDate>Sat, 14 Mar 2026 09:11:35 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/13094.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 10 Jan 2025 19:46:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to &quot;Channels feature - adding bots&quot; on Sun, 19 Jan 2025 18:51:26 GMT]]></title><description><![CDATA[<p dir="auto">I have found some answers about the Channels feature on Github:</p>
<ol>
<li><a href="https://github.com/open-webui/open-webui/discussions/8164" target="_blank" rel="noopener noreferrer nofollow ugc">Channels Discussion</a></li>
</ol>
<ul>
<li>Q: "I've been trying the new Channels feature. I can create Channels, assign groups and use it like a chat between group members. For the life of me, I have not found how to send a message to the AI model."</li>
<li>A: "Has to be externally hosted with <a href="https://github.com/open-webui/bot" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/open-webui/bot</a> for now, but built-in integration will be added soon."</li>
</ul>
<ol start="2">
<li><a href="https://github.com/open-webui/bot" target="_blank" rel="noopener noreferrer nofollow ugc">Integrating AI bots to Channels</a><br />
This repository provides an experimental boilerplate for building bots compatible with the Open WebUI "Channels" feature (introduced in version 0.5.0). It serves as a proof of concept to demonstrate bot-building capabilities while highlighting the potential of asynchronous communication enabled by Channels.</li>
</ol>
<p dir="auto"><img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/26a1.png?v=21ee5037fec" class="not-responsive emoji emoji-android emoji--zap" style="height:23px;width:auto;vertical-align:middle" title="⚡" alt="⚡" /> Key Highlights<br />
Highly Experimental: This is an early-stage project showcasing basic bot-building functionality. Expect major API changes in the future.<br />
Extensible Framework: Designed as a foundation for further development, with plans to enhance APIs, developer tooling, and usability.<br />
Asynchronous Communication: Leverages Open WebUI Channels for event-driven workflows.<br />
<img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f6e0.png?v=21ee5037fec" class="not-responsive emoji emoji-android emoji--hammer_and_wrench" style="height:23px;width:auto;vertical-align:middle" title="🛠" alt="🛠" />️ Getting Started with Examples<br />
This repository includes an /examples folder containing runnable example bots that demonstrate basic functionality.</p>
<p dir="auto">To run an example, execute the corresponding module using the -m flag in Python. For example, to run the ai example:</p>
<p dir="auto">python -m <a href="http://examples.ai" target="_blank" rel="noopener noreferrer nofollow ugc">examples.ai</a><br />
Note: Ensure that your current working directory (PWD) is the root of this repository when running examples, as this is required for proper execution.</p>
<p dir="auto">Replace ai in the command above with the specific example you’d like to execute from the /examples folder.</p>
<p dir="auto"><img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f6a7.png?v=21ee5037fec" class="not-responsive emoji emoji-android emoji--construction" style="height:23px;width:auto;vertical-align:middle" title="🚧" alt="🚧" /> Disclaimer<br />
This project is an early-stage proof of concept. APIs will break and existing functionality may change as Open WebUI evolves to include native bot support. This repository is not production-ready and primarily serves experimental and exploratory purposes.</p>
<p dir="auto"><img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f3af.png?v=21ee5037fec" class="not-responsive emoji emoji-android emoji--dart" style="height:23px;width:auto;vertical-align:middle" title="🎯" alt="🎯" /> Future Vision<br />
We aim to introduce improved APIs, enhanced developer tooling, and seamless native support for bots directly within Open WebUI. The ultimate goal is to make building bots easier, faster, and more intuitive.</p>
]]></description><link>https://forum.cloudron.io/post/100209</link><guid isPermaLink="true">https://forum.cloudron.io/post/100209</guid><dc:creator><![CDATA[coniunctio]]></dc:creator><pubDate>Sun, 19 Jan 2025 18:51:26 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Channels feature - adding bots&quot; on Mon, 13 Jan 2025 06:17:44 GMT]]></title><description><![CDATA[<p dir="auto">Don't understand why the devs will devote time to these side quests that won't be used much at all, when everybody is already in a slack / discord or other forum.</p>
]]></description><link>https://forum.cloudron.io/post/99831</link><guid isPermaLink="true">https://forum.cloudron.io/post/99831</guid><dc:creator><![CDATA[jagan]]></dc:creator><pubDate>Mon, 13 Jan 2025 06:17:44 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Channels feature - adding bots&quot; on Sat, 11 Jan 2025 00:58:17 GMT]]></title><description><![CDATA[<p dir="auto">Channel is simply like a slack wannabe that can have people in same group to chat</p>
]]></description><link>https://forum.cloudron.io/post/99740</link><guid isPermaLink="true">https://forum.cloudron.io/post/99740</guid><dc:creator><![CDATA[firmansi]]></dc:creator><pubDate>Sat, 11 Jan 2025 00:58:17 GMT</pubDate></item></channel></rss>