langchain/templates/csv-agent/csv_agent/__init__.py
Harrison Chase 83cee2cec4
Template Readmes and Standardization (#12819)
Co-authored-by: Erick Friis <erick@langchain.dev>
2023-11-03 13:15:29 -07:00

4 lines
73 B
Python

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