langchain/templates/retrieval-agent/retrieval_agent/__init__.py

4 lines
79 B
Python
Raw Normal View History

2023-11-14 01:22:39 +00:00
from retrieval_agent.chain import agent_executor
__all__ = ["agent_executor"]