Files
react-agent-tool-server/README.md
T
Eugene Yurtsev 991d635576 x
2025-03-06 16:26:32 -05:00

730 B

Important

This is a work in progress.

LangGraph ReAct Agent Template (WIP)

A template that deploys a ReAct agent with access to an open-tool-server.

Getting Started

  1. Deploy the Open 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

LangGraph Studio UI

Use the LangGraph Studio UI to create and manage agents via simple configuration.

Configurable Agent