|
2 | 2 |
|
3 | 3 | [](https://github.com/langchain-ai/react-agent/actions/workflows/unit-tests.yml)
|
4 | 4 | [](https://github.com/langchain-ai/react-agent/actions/workflows/integration-tests.yml)
|
| 5 | +[](https://langgraph-studio.vercel.app/templates/open?githubUrl=https://github.com/langchain-ai/react-agent) |
5 | 6 |
|
6 | 7 | This template showcases a [ReAct agent](https://arxiv.org/abs/2210.03629) implemented using [LangGraph](https://github.com/langchain-ai/langgraph), designed for [LangGraph Studio](https://github.com/langchain-ai/langgraph-studio). ReAct agents are uncomplicated, prototypical agents that can be flexibly extended to many tools.
|
7 | 8 |
|
@@ -40,12 +41,11 @@ Setup instruction auto-generated by `langgraph template lock`. DO NOT EDIT MANUA
|
40 | 41 | -->
|
41 | 42 |
|
42 | 43 | <details>
|
43 |
| -<summary>Setup for `model_name` and `scraper_tool_model_name`</summary> |
| 44 | +<summary>Setup for `model_name`</summary> |
44 | 45 | The `llm` configuration defaults are shown below:
|
45 | 46 |
|
46 | 47 | ```yaml
|
47 | 48 | model_name: anthropic/claude-3-5-sonnet-20240620
|
48 |
| -scraper_tool_model_name: accounts/fireworks/models/firefunction-v2 |
49 | 49 | ```
|
50 | 50 |
|
51 | 51 | Follow the instructions below to get set up, or pick one of the additional options.
|
@@ -125,192 +125,7 @@ Configuration auto-generated by `langgraph template lock`. DO NOT EDIT MANUALLY.
|
125 | 125 | "model_name": {
|
126 | 126 | "type": "string",
|
127 | 127 | "default": "anthropic/claude-3-5-sonnet-20240620",
|
128 |
| - "environment": [ |
129 |
| - { |
130 |
| - "value": "anthropic/claude-1.2", |
131 |
| - "variables": "ANTHROPIC_API_KEY" |
132 |
| - }, |
133 |
| - { |
134 |
| - "value": "anthropic/claude-2.0", |
135 |
| - "variables": "ANTHROPIC_API_KEY" |
136 |
| - }, |
137 |
| - { |
138 |
| - "value": "anthropic/claude-2.1", |
139 |
| - "variables": "ANTHROPIC_API_KEY" |
140 |
| - }, |
141 |
| - { |
142 |
| - "value": "anthropic/claude-3-5-sonnet-20240620", |
143 |
| - "variables": "ANTHROPIC_API_KEY" |
144 |
| - }, |
145 |
| - { |
146 |
| - "value": "anthropic/claude-3-haiku-20240307", |
147 |
| - "variables": "ANTHROPIC_API_KEY" |
148 |
| - }, |
149 |
| - { |
150 |
| - "value": "anthropic/claude-3-opus-20240229", |
151 |
| - "variables": "ANTHROPIC_API_KEY" |
152 |
| - }, |
153 |
| - { |
154 |
| - "value": "anthropic/claude-3-sonnet-20240229", |
155 |
| - "variables": "ANTHROPIC_API_KEY" |
156 |
| - }, |
157 |
| - { |
158 |
| - "value": "anthropic/claude-instant-1.2", |
159 |
| - "variables": "ANTHROPIC_API_KEY" |
160 |
| - }, |
161 |
| - { |
162 |
| - "value": "fireworks/gemma2-9b-it", |
163 |
| - "variables": "FIREWORKS_API_KEY" |
164 |
| - }, |
165 |
| - { |
166 |
| - "value": "fireworks/llama-v3-70b-instruct", |
167 |
| - "variables": "FIREWORKS_API_KEY" |
168 |
| - }, |
169 |
| - { |
170 |
| - "value": "fireworks/llama-v3-70b-instruct-hf", |
171 |
| - "variables": "FIREWORKS_API_KEY" |
172 |
| - }, |
173 |
| - { |
174 |
| - "value": "fireworks/llama-v3-8b-instruct", |
175 |
| - "variables": "FIREWORKS_API_KEY" |
176 |
| - }, |
177 |
| - { |
178 |
| - "value": "fireworks/llama-v3-8b-instruct-hf", |
179 |
| - "variables": "FIREWORKS_API_KEY" |
180 |
| - }, |
181 |
| - { |
182 |
| - "value": "fireworks/llama-v3p1-405b-instruct", |
183 |
| - "variables": "FIREWORKS_API_KEY" |
184 |
| - }, |
185 |
| - { |
186 |
| - "value": "fireworks/llama-v3p1-405b-instruct-long", |
187 |
| - "variables": "FIREWORKS_API_KEY" |
188 |
| - }, |
189 |
| - { |
190 |
| - "value": "fireworks/llama-v3p1-70b-instruct", |
191 |
| - "variables": "FIREWORKS_API_KEY" |
192 |
| - }, |
193 |
| - { |
194 |
| - "value": "fireworks/llama-v3p1-8b-instruct", |
195 |
| - "variables": "FIREWORKS_API_KEY" |
196 |
| - }, |
197 |
| - { |
198 |
| - "value": "fireworks/mixtral-8x22b-instruct", |
199 |
| - "variables": "FIREWORKS_API_KEY" |
200 |
| - }, |
201 |
| - { |
202 |
| - "value": "fireworks/mixtral-8x7b-instruct", |
203 |
| - "variables": "FIREWORKS_API_KEY" |
204 |
| - }, |
205 |
| - { |
206 |
| - "value": "fireworks/mixtral-8x7b-instruct-hf", |
207 |
| - "variables": "FIREWORKS_API_KEY" |
208 |
| - }, |
209 |
| - { |
210 |
| - "value": "fireworks/mythomax-l2-13b", |
211 |
| - "variables": "FIREWORKS_API_KEY" |
212 |
| - }, |
213 |
| - { |
214 |
| - "value": "fireworks/phi-3-vision-128k-instruct", |
215 |
| - "variables": "FIREWORKS_API_KEY" |
216 |
| - }, |
217 |
| - { |
218 |
| - "value": "fireworks/phi-3p5-vision-instruct", |
219 |
| - "variables": "FIREWORKS_API_KEY" |
220 |
| - }, |
221 |
| - { |
222 |
| - "value": "fireworks/starcoder-16b", |
223 |
| - "variables": "FIREWORKS_API_KEY" |
224 |
| - }, |
225 |
| - { |
226 |
| - "value": "fireworks/yi-large", |
227 |
| - "variables": "FIREWORKS_API_KEY" |
228 |
| - }, |
229 |
| - { |
230 |
| - "value": "openai/gpt-3.5-turbo", |
231 |
| - "variables": "OPENAI_API_KEY" |
232 |
| - }, |
233 |
| - { |
234 |
| - "value": "openai/gpt-3.5-turbo-0125", |
235 |
| - "variables": "OPENAI_API_KEY" |
236 |
| - }, |
237 |
| - { |
238 |
| - "value": "openai/gpt-3.5-turbo-0301", |
239 |
| - "variables": "OPENAI_API_KEY" |
240 |
| - }, |
241 |
| - { |
242 |
| - "value": "openai/gpt-3.5-turbo-0613", |
243 |
| - "variables": "OPENAI_API_KEY" |
244 |
| - }, |
245 |
| - { |
246 |
| - "value": "openai/gpt-3.5-turbo-1106", |
247 |
| - "variables": "OPENAI_API_KEY" |
248 |
| - }, |
249 |
| - { |
250 |
| - "value": "openai/gpt-3.5-turbo-16k", |
251 |
| - "variables": "OPENAI_API_KEY" |
252 |
| - }, |
253 |
| - { |
254 |
| - "value": "openai/gpt-3.5-turbo-16k-0613", |
255 |
| - "variables": "OPENAI_API_KEY" |
256 |
| - }, |
257 |
| - { |
258 |
| - "value": "openai/gpt-4", |
259 |
| - "variables": "OPENAI_API_KEY" |
260 |
| - }, |
261 |
| - { |
262 |
| - "value": "openai/gpt-4-0125-preview", |
263 |
| - "variables": "OPENAI_API_KEY" |
264 |
| - }, |
265 |
| - { |
266 |
| - "value": "openai/gpt-4-0314", |
267 |
| - "variables": "OPENAI_API_KEY" |
268 |
| - }, |
269 |
| - { |
270 |
| - "value": "openai/gpt-4-0613", |
271 |
| - "variables": "OPENAI_API_KEY" |
272 |
| - }, |
273 |
| - { |
274 |
| - "value": "openai/gpt-4-1106-preview", |
275 |
| - "variables": "OPENAI_API_KEY" |
276 |
| - }, |
277 |
| - { |
278 |
| - "value": "openai/gpt-4-32k", |
279 |
| - "variables": "OPENAI_API_KEY" |
280 |
| - }, |
281 |
| - { |
282 |
| - "value": "openai/gpt-4-32k-0314", |
283 |
| - "variables": "OPENAI_API_KEY" |
284 |
| - }, |
285 |
| - { |
286 |
| - "value": "openai/gpt-4-32k-0613", |
287 |
| - "variables": "OPENAI_API_KEY" |
288 |
| - }, |
289 |
| - { |
290 |
| - "value": "openai/gpt-4-turbo", |
291 |
| - "variables": "OPENAI_API_KEY" |
292 |
| - }, |
293 |
| - { |
294 |
| - "value": "openai/gpt-4-turbo-preview", |
295 |
| - "variables": "OPENAI_API_KEY" |
296 |
| - }, |
297 |
| - { |
298 |
| - "value": "openai/gpt-4-vision-preview", |
299 |
| - "variables": "OPENAI_API_KEY" |
300 |
| - }, |
301 |
| - { |
302 |
| - "value": "openai/gpt-4o", |
303 |
| - "variables": "OPENAI_API_KEY" |
304 |
| - }, |
305 |
| - { |
306 |
| - "value": "openai/gpt-4o-mini", |
307 |
| - "variables": "OPENAI_API_KEY" |
308 |
| - } |
309 |
| - ] |
310 |
| - }, |
311 |
| - "scraper_tool_model_name": { |
312 |
| - "type": "string", |
313 |
| - "default": "accounts/fireworks/models/firefunction-v2", |
| 128 | + "description": "The name of the language model to use for the agent's main interactions. Should be in the form: provider/model-name.", |
314 | 129 | "environment": [
|
315 | 130 | {
|
316 | 131 | "value": "anthropic/claude-1.2",
|
|
0 commit comments