mirror of
https://github.com/langchain-ai/react-agent-tool-server.git
synced 2026-07-01 18:28:34 -04:00
x
This commit is contained in:
@@ -10,7 +10,6 @@ A template that deploys a ReAct agent with access to an [open-tool-server](https
|
||||
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
|
||||
@@ -18,3 +17,10 @@ Make sure that you also include any necessary environment variables related to m
|
||||
```shell
|
||||
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.
|
||||
|
||||

|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 568 KiB After Width: | Height: | Size: 271 KiB |
Reference in New Issue
Block a user