Lauren Hirata Singh and GitHub
9d4dd066e5
docs: Revert "docs: Delete LGP nav Items from docs" ( #5753 )
...
Reverts langchain-ai/langgraph#5743
2025-07-30 18:15:19 -04:00
95d056e735
docs: Delete LGP nav Items from docs ( #5743 )
...
Remove the files and nav for LGP docs in the mkdocs site.
---------
Co-authored-by: Lauren Hirata Singh <lauren@langchain.dev >
2025-07-30 15:49:54 -04:00
d59091672f
feat: add docs translations ( #5552 )
...
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com >
Co-authored-by: Tat Dat Duong <david@duong.cz >
2025-07-30 02:18:30 +00:00
Sydney Runkle and GitHub
0837263542
feat(langgraph): new context api (replacing config['configurable'] and config_schema) ( #5243 )
2025-07-15 09:20:20 -04:00
Nuno Campos and Sydney Runkle
afb83d2201
Remove non-state Graph
...
- Not used in any examples/docs
2025-05-29 21:38:58 -04:00
Andrew Nguonly and GitHub
94a8067c12
docs: Remove outdated docs regarding graph construction ( #4779 )
...
Remove outdated docs regarding graph construction.
2025-05-21 12:21:32 -07:00
Sydney Runkle and GitHub
228a08b966
ci: migrate to uv! ( #4698 )
...
* Migrate to `uv`
* Format `pyproject.toml` files properly
* Remove upper bounds on dependencies, and bounds on dev dependencies
(we should be using latest)
* Move to hatch for packaing
In the future we should:
* Set up dependabot / automate lockfile updates and tests
* Add tests for min compatible versions (I'll do this right after merge)
* Use dynamic versioning
* Bump `pydantic` to v2.11.4 in the lockfile, we have some tests failing
2025-05-15 17:39:14 -07:00
Lauren Hirata Singh
f5423783f7
Change LG Cloud > Platform
2025-05-12 12:44:50 -07:00
Eugene Yurtsev and GitHub
200c09b662
docs: re-enable strict mode ( #4638 )
...
- Turn on strict mode to fail docs build if there are any internal
broken anchor links.
- Fix broken anchor links.
- Delete storm tutorial that has fake markdown inside it (we'll figure
out how to deal with it later)
2025-05-09 17:25:11 -04:00
+2
3055c4b9cc
[docs] LangGraph / LangGraph Platform docs updates ( #4479 )
...
Main changes made:
- Add top level horizontal tabs
- Reorganize the sidenav
- Build out README/index page
- Consolidate how-tos under each section
- Remove duplicate content
---------
Signed-off-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com >
Co-authored-by: Tat Dat Duong <david@duong.cz >
Co-authored-by: Sydney Runkle <sydneymarierunkle@gmail.com >
Co-authored-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com >
Co-authored-by: Vadym Barda <vadym@langchain.dev >
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com >
Co-authored-by: ccurme <chester.curme@gmail.com >
Co-authored-by: Andrew Nguonly <andrewnguonly@users.noreply.github.com >
Co-authored-by: David Asamu <david.asamu@langchain.dev >
Co-authored-by: infra <mukil@langchain.dev >
Co-authored-by: Arjun Natarajan <arjun@langchain.dev >
2025-05-09 16:09:43 -04:00
khneal and GitHub
96a0536ec4
doc: remove Python max version limit from example pyproject.toml ( #3843 )
...
LangGraph officially supported Python 3.13 back in October 2024:
https://changelog.langchain.com/announcements/langgraph-is-now-compatible-with-python-3-13
But why suggest restricting the version of Python at all? The app/agent
owner will be in control of the runtime version anyway, so don't add
unnecessary restrictions.
Note this example from Poetry:
https://python-poetry.org/docs/pyproject/#requires-python
I did not refactor pyproject.toml to the newer Poetry 2 / uv format, but
I can do that in a future PR if it will help... please don't let that
block approval+merging this PR.
2025-03-18 21:30:06 +00:00
Vadym Barda and GitHub
b1587d24ed
docs: update langgraph api constraints ( #3633 )
2025-02-27 13:59:36 -05:00
William FH and GitHub
b3bf4dd43c
[docs] Update guidance on min bounds for deployment ( #2652 )
2024-12-05 17:50:36 +00:00
William FH and GitHub
445b795037
[Docs] update min bounds from API ( #1929 )
2024-09-30 17:06:34 -07:00
Vadym Barda and GitHub
03be3b6567
docs: reorganize API refs ( #1884 )
2024-09-27 18:12:12 -04:00
Vadym Barda and GitHub
29a03309c9
docs: update typing -> typing_extensions for TypedDict ( #1871 )
2024-09-26 18:06:45 -04:00
Vadym Barda and GitHub
215b87244b
docs: update dependencies in setup docs ( #1664 )
2024-09-09 20:08:16 -04:00
Vadym Barda and GitHub
40dd40a867
docs: fix indents for the markdown callouts ( #1644 )
...
* docs: fix indents for the markdown callouts
2024-09-06 20:54:37 +00:00
gbaian10 and GitHub
7e83cda0b5
docs: Correct the reference repo in the Cloud - Setup App (pyproject.toml) documents ( #1607 )
2024-09-04 21:05:10 -04:00
Nuno Campos and GitHub
d8d663ccd5
Merge pull request #1371 from langchain-ai/wfh/set_entry
...
Use START
2024-08-26 12:01:51 -07:00
Nuno Campos
0d9c0732d4
docs: Update langgraph-api/cloud version constraints
2024-08-26 08:25:24 -07:00
William Fu-Hinthorn
1bd40b2ebf
Do markdown
2024-08-16 15:45:56 -07:00
Isaac Francisco and GitHub
00c1b6a2b0
callouts ( #1269 )
2024-08-09 16:43:03 -07:00
Isaac Francisco and GitHub
bdb3832985
[docs]: changing setup docs ( #1285 )
...
* wip
* draft
2024-08-09 10:07:39 -07:00
Isaac Francisco and GitHub
c40df063d6
draft ( #1200 )
2024-08-02 11:06:52 -07:00
Nuno Campos and GitHub
aa8cd8259d
Update setup_pyproject.md
2024-08-01 10:08:42 -07:00
Nuno Campos and GitHub
aeae796e60
Update setup_pyproject.md
2024-07-23 13:29:56 -07:00
Andrew Nguonly
73e0871345
Add constraints info to LangGraph Cloud setup docs.
2024-07-23 08:56:56 -07:00
Andrew Nguonly and GitHub
e3ef9adac7
Add instructions to test locally before deploying to Cloud. ( #1050 )
2024-07-17 14:04:15 -07:00
William FH and GitHub
1f1e681242
[Docs] Add pyproject how-to for langgraph cloud repo structuring ( #856 )
2024-06-27 10:03:23 -07:00