LangChain Web Execution Tool
AgentWeb design partners can receive a LangChain tool wrapper for a mapped workflow. The wrapper lets the customer agent call AgentWeb by workflow ID instead of maintaining brittle browser automation.
from agentweb.langchain import AgentWebToolkit
tools = AgentWebToolkit(
api_key="aw_...",
workflows=["supplier_discovery"]
).tools()