From ee2cc20dfdcd1da62c048bce06271602432a18f4 Mon Sep 17 00:00:00 2001 From: Markov Andrey Date: Tue, 30 Jun 2026 09:28:38 +0000 Subject: [PATCH] Add new file --- core/xmpp/__init__.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 core/xmpp/__init__.py diff --git a/core/xmpp/__init__.py b/core/xmpp/__init__.py new file mode 100644 index 0000000..eeb8558 --- /dev/null +++ b/core/xmpp/__init__.py @@ -0,0 +1,7 @@ +# -*- coding: utf-8 -*- +""" +Пакет xmpp – XMPP-клиент для тонких ботов-профилей. +Содержит класс Bot, наследующий slixmpp.ClientXMPP. +Бот подключается к ejabberd, обрабатывает команды и файлы, +и отправляет RAG-запросы через HTTP-клиент (RAGClient) в RAG-сервер. +""" \ No newline at end of file