/
githubmirror
/
OpenAgents
Обзор
Документация
Войти
/
githubmirror
/
OpenAgents
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
real_agents/plugins_agent/plugins/__init__.py
16 строк
470 B
Timothyxxx
Update: add Plugins Agent code
13 окт 2023, 17:37
13 окт 2023, 17:37
80366ca
Код
Авторство
О чём код?
from langchain.tools.base import BaseTool from langchain.tools.ifttt import IFTTTWebhook from langchain.tools.openapi.utils.api_models import APIOperation from langchain.tools.openapi.utils.openapi_utils import OpenAPISpec from langchain.tools.plugin import AIPluginTool from real_agents.plugins_agent.plugins.plugin_names import PluginName __all__ = [ "BaseTool", "IFTTTWebhook", "AIPluginTool", "OpenAPISpec", "APIOperation", "PluginName", ]