/
githubmirror
/
OpenAgents
Обзор
Документация
Войти
/
githubmirror
/
OpenAgents
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
backend/__init__.py
17 строк
269 B
xlang-bot
Update: add backend code
13 окт 2023, 17:15
13 окт 2023, 17:15
b2f7c41
Код
Авторство
О чём код?
# flake8: noqa # mypy: ignore-errors from backend.api import ( chat_copilot, chat_plugin, chat_webot, conversation, file, recommend, tool, language_model, webot_actions, webot_instructions, data_tools, data_connector, )