Add new file
This commit is contained in:
7
core/xmpp/__init__.py
Normal file
7
core/xmpp/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Пакет xmpp – XMPP-клиент для тонких ботов-профилей.
|
||||
Содержит класс Bot, наследующий slixmpp.ClientXMPP.
|
||||
Бот подключается к ejabberd, обрабатывает команды и файлы,
|
||||
и отправляет RAG-запросы через HTTP-клиент (RAGClient) в RAG-сервер.
|
||||
"""
|
||||
Reference in New Issue
Block a user