Files
fckbot/core/xmpp/__init__.py
Markov Andrey ee2cc20dfd Add new file
2026-06-30 09:28:38 +00:00

7 lines
399 B
Python
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# -*- coding: utf-8 -*-
"""
Пакет xmpp XMPP-клиент для тонких ботов-профилей.
Содержит класс Bot, наследующий slixmpp.ClientXMPP.
Бот подключается к ejabberd, обрабатывает команды и файлы,
и отправляет RAG-запросы через HTTP-клиент (RAGClient) в RAG-сервер.
"""