mirror of
https://github.com/langchain-ai/react-agent-tool-server.git
synced 2026-07-01 18:28:34 -04:00
486 B
486 B
LangGraph ReAct Agent Template (WIP)
A template that deploys a ReAct agent with access to a LangChain Tool Server.
Getting Started
- Deploy the LangChain Tool Server with configured tools.
- Launch the ReAct agent with the
TOOL_SERVER_URLenvironment variable set to the URL of the Tool Server.
Development
Make sure that you also include any necessary environment variables related to models
TOOL_SERVER_URL=http://localhost:8000 uv run langgraph dev