langchain/templates/csv-agent/csv_agent/__init__.py

4 lines
73 B
Python
Raw Normal View History

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