langchain/templates/openai-functions-agent-gmail/openai_functions_agent/__init__.py

4 lines
86 B
Python
Raw Normal View History

from openai_functions_agent.agent import agent_executor
__all__ = ["agent_executor"]