Add new file

This commit is contained in:
Markov Andrey
2026-06-30 09:28:38 +00:00
parent 2f4f5d030a
commit ee2cc20dfd

7
core/xmpp/__init__.py Normal file
View File

@@ -0,0 +1,7 @@
# -*- coding: utf-8 -*-
"""
Пакет xmpp XMPP-клиент для тонких ботов-профилей.
Содержит класс Bot, наследующий slixmpp.ClientXMPP.
Бот подключается к ejabberd, обрабатывает команды и файлы,
и отправляет RAG-запросы через HTTP-клиент (RAGClient) в RAG-сервер.
"""