Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/langchain-ai/langchain
/ agent.py
File
agent.py
templates/csv-agent/csv_agent/agent.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
pathlib
import
Path
2
3
import
pandas
as
pd
4
from
langchain.agents
import
AgentExecutor, OpenAIFunctionsAgent
Callers
nothing calls this directly
Calls
12
OpenAIEmbeddings
Class · 0.90
MessagesPlaceholder
Class · 0.90
PythonAstREPLTool
Class · 0.90
OpenAIFunctionsAgent
Class · 0.90
ChatOpenAI
Class · 0.90
AgentExecutor
Class · 0.90
create_retriever_tool
Function · 0.85
load_local
Method · 0.45
as_retriever
Method · 0.45
format
Method · 0.45
from_messages
Method · 0.45
with_types
Method · 0.45
Tested by
no test coverage detected