Eugene Yurtsev ca48cff804 Initial scaffold
2025-03-06 13:43:51 -05:00
2025-03-06 13:43:51 -05:00
2025-03-06 13:43:51 -05:00
2025-03-06 13:43:51 -05:00
2025-03-06 13:43:51 -05:00
2025-03-06 13:43:51 -05:00
2025-03-06 13:43:51 -05:00
2025-03-06 13:43:51 -05:00
2025-03-06 13:43:51 -05:00
2025-03-06 13:43:51 -05:00
2025-03-06 13:43:51 -05:00
2025-03-06 13:43:51 -05:00
2025-03-06 13:43:51 -05:00

LangGraph ReAct Agent Template (WIP)

A template that deploys a ReAct agent with access to a LangChain Tool Server.

Getting Started

  1. Deploy the LangChain Tool Server with configured tools.
  2. Launch the ReAct agent with the TOOL_SERVER_URL environment 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
S
Description
No description provided
Readme MIT 894 KiB
Languages
Python 85.8%
Makefile 14.2%