fe538d4bcb
docs: Use edit mode as default to install template ( #2590 )
...
Small change to install the dependencies with `edit` mode so that users
or freshman can see the effect immediately when they change the template
code. As below,
`pip install -e .`
It's very good to evaluate how agent works and easy to test &
re-develop!
---------
Signed-off-by: Mingqi Hu <mingqi.hu@intel.com >
Co-authored-by: William FH <13333726+hinthornw@users.noreply.github.com >
2024-12-02 17:36:13 -08:00
William FH and GitHub
c87f9ab6b1
Fix sentence fragment ( #2566 )
2024-11-27 22:31:03 -08:00
Andrew Nguonly and GitHub
dfaff2511b
docs: Update API docs and remove unused pages ( #2561 )
2024-11-27 14:39:12 -08:00
Talha Munir and GitHub
486d5412af
docs: Fix grammatical mistake in introduction.ipynb ( #2521 )
2024-11-23 14:37:55 -05:00
Eugene Yurtsev and GitHub
4f4e7a6981
docs: more fixes for python version ( #2515 )
2024-11-22 19:50:31 +00:00
3351d4f6c5
docs: fix typo ( #2510 )
...
`python-dotenv` not `python-dot-env`
Signed-off-by: Mingqi <mingqi.hu@intel.com >
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com >
2024-11-22 14:17:59 -05:00
Eugene Yurtsev and GitHub
b4900341e4
docs: fix broken link ( #2514 )
...
We need to check later why CI didn't fail with original PR that broke
the link
2024-11-22 14:07:54 -05:00
Eugene Yurtsev and GitHub
65f515e020
docs: add helm chart link ( #2512 )
2024-11-22 17:17:36 +00:00
Eugene Yurtsev and GitHub
0d0665a6e3
docs: Add resource allocation ( #2511 )
2024-11-22 11:56:16 -05:00
Eugene Yurtsev and GitHub
55593446f8
docs: get started with langgraph platform ( #2469 )
2024-11-21 17:41:03 -05:00
Vadym Barda and GitHub
7e8eef88ca
docs: small fix for tutorial ( #2487 )
2024-11-20 14:36:42 -05:00
Eugene Yurtsev and GitHub
e3e63c70c9
docs: how-to guide language changes ( #2462 )
2024-11-19 14:54:08 -05:00
Vadym Barda and GitHub
b1779cf348
docs: update autogen docs ( #2470 )
2024-11-19 11:57:26 -05:00
Harrison Chase and GitHub
26d18d3ca5
add how to guides for autogen integration ( #2466 )
2024-11-19 08:44:17 -08:00
12052d7d26
CLI docs ( #2464 )
...
Co-authored-by: Harrison Chase <hw.chase.17@gmail.com >
2024-11-19 10:57:07 -05:00
Vadym Barda and GitHub
e3a30a9b69
docs: fix prompt ( #2467 )
2024-11-19 09:42:20 -05:00
Eugene Yurtsev and GitHub
4212a795a0
docs[minor]: Fix layout issues in available templates ( #2452 )
2024-11-18 22:53:19 -05:00
Eugene Yurtsev and GitHub
517d67aa32
docs: Update to use LANGSMITH_API_KEY throughout ( #2461 )
2024-11-18 22:51:36 -05:00
Vadym Barda and GitHub
cc6063c729
docs: simplify multi-agent tutorials ( #2443 )
2024-11-19 02:31:12 +00:00
013397042e
docs: grammar ( #2449 )
...
Co-authored-by: Ian Sullivan <ian@frame.ai >
2024-11-18 21:01:37 -05:00
Erick Friis
e5cc2e2044
docs: self-hosted plan links
2024-11-18 16:35:19 -08:00
Andrew Nguonly and GitHub
f5bb2a3b04
docs: Update LangGraph Server API docs ( #2451 )
2024-11-18 09:38:38 -08:00
Kevin Markham and GitHub
3f1792d6ba
docs: fix typo ( #2406 )
2024-11-18 09:11:57 -05:00
Zapiron and GitHub
9208052a94
docs: Update link to LCEL Concept Guide ( #2438 )
...
Updated the link to the LCEL concept guide
2024-11-18 09:09:12 -05:00
Vadym Barda and GitHub
0388534b9f
docs: update double texting how-tos ( #2431 )
2024-11-15 22:45:36 +00:00
Vadym Barda and GitHub
0f6c001c25
docs: update replay in persistence concepts ( #2427 )
2024-11-15 18:49:20 +00:00
Vadym Barda and GitHub
dc0281b99c
docs: update rollback in double-texting concepts ( #2412 )
2024-11-13 21:21:12 -05:00
Vadym Barda and GitHub
b7f238975a
docs: fix nav sidebar ( #2382 )
2024-11-10 16:32:14 -05:00
Vadym Barda and GitHub
95477277a2
docs: improve breadcrumbs behavior ( #2375 )
2024-11-08 18:39:59 +00:00
Andrew Nguonly and GitHub
64b446f671
Update LangGraph server API docs ( #2374 )
2024-11-08 10:32:17 -08:00
Vadym Barda and GitHub
0f92c89529
docs: show nav menu for mobile ( #2371 )
2024-11-07 20:31:49 -05:00
Vadym Barda and GitHub
8408ba3a3e
docs: add breadcrumbs ( #2363 )
2024-11-07 21:33:55 +00:00
Eugene Yurtsev and GitHub
4eec3aa69e
docs: fix some typos ( #2364 )
2024-11-07 14:52:47 -05:00
Vadym Barda and GitHub
eef65d94ac
docs: fix numbered list in assistant versioning ( #2356 )
2024-11-06 22:17:01 +00:00
Vadym Barda and GitHub
a82ded65c6
docs: fix install/env cell for customer support tutorial ( #2350 )
2024-11-05 19:50:05 -05:00
William FH and GitHub
7ba9a66301
[Docs] Clarify checkpointer options ( #2328 )
2024-11-04 15:43:00 -08:00
Allen and GitHub
18cea39090
fix(docs): function call in partial ( #2297 )
...
Docs use prompts with partial + function call, which would result in a
static datetime as opposed to a dynamic datetime being rendered on use.
2024-11-02 00:37:16 +00:00
Vadym Barda and GitHub
eeebd44a87
docs: add subgraph streaming example for remote graph ( #2306 )
2024-11-01 22:16:09 +00:00
Vadym Barda and GitHub
805f437534
docs: fix link in the tutorial ( #2305 )
2024-11-01 17:52:09 -04:00
Vadym Barda and GitHub
782b9a7903
langgraph: add message list validation to create_react_agent + a troubleshooting guide ( #2182 )
2024-11-01 17:40:53 -04:00
Vadym Barda and GitHub
dbb1958be5
docs: add more redirects & remove unused cloud pages ( #2301 )
2024-11-01 19:40:21 +00:00
Vadym Barda and GitHub
d261d43b39
docs: update the docs for streaming messages ( #2299 )
2024-11-01 14:38:41 -04:00
Andrew Nguonly and GitHub
6986a50711
Update LangGraph Server API docs ( #2300 )
2024-11-01 11:38:12 -07:00
Chester Curme
52f0953786
add detail
2024-11-01 11:23:16 -04:00
Vadym Barda and GitHub
d9743f684e
docs: update annotation in tutorial ( #2293 )
2024-11-01 13:57:16 +00:00
Vadym Barda and GitHub
c2cc1e2e5e
docs: remove token-by-token streaming from stream events ( #2292 )
2024-11-01 13:27:06 +00:00
William FH and GitHub
66cf2e6779
Add Tree of Thoughts ( #1128 )
2024-10-31 21:27:13 -07:00
Vadym Barda and GitHub
c28dc26356
docs: fix typo ( #2283 )
2024-10-31 16:27:07 -04:00
Eugene Yurtsev and GitHub
ea012fb7dc
docs: reorder reference ( #2282 )
2024-10-31 20:25:58 +00:00
Eugene Yurtsev and GitHub
8b36013a03
Fix bad tab in how-to guide ( #2278 )
2024-10-31 14:48:21 -04:00