Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/langchain-ai/langchain
/ agent.py
File
agent.py
templates/shopping-assistant/shopping_assistant/agent.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
typing
import
List, Tuple
2
3
from
ionic_langchain.tool
import
IonicTool
4
from
langchain.agents
import
AgentExecutor, create_openai_tools_agent
Callers
nothing calls this directly
Calls
9
ChatOpenAI
Class · 0.90
SystemMessage
Class · 0.90
AIMessage
Class · 0.90
MessagesPlaceholder
Class · 0.90
create_openai_tools_agent
Function · 0.90
AgentExecutor
Class · 0.90
from_template
Method · 0.45
from_messages
Method · 0.45
with_types
Method · 0.45
Tested by
no test coverage detected