Andrew Nguonly and GitHub
596a26461c
docs: Add note about Enterprise plan in banner for all self-hosted deployment options. ( #4797 )
...
Add note about Enterprise plan in banner for all self-hosted deployment options.
2025-05-22 18:38:06 -07:00
Sydney Runkle and GitHub
aff3be03dc
prebuilt: release 0.2.0 ( #4793 )
2025-05-22 17:54:58 +00:00
Sydney Runkle and GitHub
4cade428d8
docs: adding interactive graph widget ( #4785 )
2025-05-22 12:23:43 -04:00
Sydney Runkle and GitHub
42eff39cd0
docs: fix top nav ( #4783 )
...
fix top nav
2025-05-21 19:30:13 -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
Lauren Hirata Singh and GitHub
957db60d89
docs: fix ( #4778 )
2025-05-21 14:48:36 -04:00
Lauren Hirata Singh
a17efb1120
fix
2025-05-21 14:47:55 -04:00
Eugene Yurtsev and GitHub
d4b428de62
docs: improved llms.txt ( #4777 )
...
Improved llms.txt
2025-05-21 14:40:01 -04:00
Eugene Yurtsev and GitHub
fd0b70eb05
docs: improve llms.txt to generate title and description based on content ( #4775 )
...
Update llms.txt based on content
2025-05-21 14:39:13 -04:00
Lauren Hirata Singh and GitHub
b8daf323ac
docs: fix redirect ( #4776 )
2025-05-21 14:35:04 -04:00
Lauren Hirata Singh
2d3a3de1ce
docs: fix redirect
2025-05-21 14:34:02 -04:00
Eugene Yurtsev and GitHub
364508ff20
docs: Add script to generate llms-txt links from yaml ( #4771 )
...
A first pass at the script to fix the immediate issue. Will follow up with a few additional improvements.
2025-05-21 11:54:23 -04:00
Eugene Yurtsev and GitHub
fa1af5c364
docs: replace llms.txt with updated links ( #4772 )
...
This is a stop gap solution to fix broken links.
This PR will be followed up with a better llms.txt file
2025-05-21 11:53:26 -04:00
le-codeur-rapide and GitHub
8ec29b4df7
docs: fix example pregel reducer ( #4740 )
2025-05-21 10:38:29 -04:00
Lauren Hirata Singh
9d41d439cc
docs: add redirect
2025-05-20 14:52:02 -04:00
Leeroy Brun and GitHub
ae5c01fbab
docs: typo in npx command to install LangGraph CLI ( #4761 )
2025-05-20 17:08:02 +00:00
Sydney Runkle and GitHub
bd52b1faa1
docs: deferred nodes ( #4759 )
2025-05-20 13:07:11 -04:00
Stefano Lottini and GitHub
4a04ca7268
[docs] Revise pip-install packages for PostgresSaver in "how-to/Persistence" notebook ( #4752 )
...
revise pip-install packages for PostgresSaver usage in how-to page
2025-05-20 15:46:39 +00:00
Yazan Jian and GitHub
23b868da00
docs: fix async usage example from await .invoke() to `await .ainvo… ( #4758 )
...
docs: fix async usage example from `await .invoke()` to `await .ainvoke()`
2025-05-20 15:45:47 +00:00
Sydney Runkle and GitHub
1e938a692f
docs: node caching ( #4749 )
2025-05-19 15:49:31 -04:00
Didier Durand and GitHub
2ddf61201c
docs: Fixing some typos ( #4741 )
2025-05-18 22:36:37 -07:00
Didier Durand and GitHub
9453ee08dc
docs: Fix a few spelling mistakes ( #4742 )
...
Fixing some typos
2025-05-18 22:35:54 -07:00
Vadym Barda and GitHub
09138048bc
docs: document tuples in streaming guides ( #4690 )
2025-05-16 14:59:51 -04:00
Lauren Hirata Singh
f37a228b58
add redirect
2025-05-16 10:28:51 -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 and GitHub
217795eb72
docs: fix broken img ( #4716 )
2025-05-15 13:37:40 -07:00
Lauren Hirata Singh
e873df678b
fix broken img
2025-05-15 13:33:36 -07:00
Hussein Akbarzadeh and GitHub
2b603a6ab0
Update sql-agent.ipynb ( #4702 )
...
On line 586, the check_query function should use
check_query_system_prompt. Instead, small mistake it is using the
generate_query_system_prompt prompt which is obviously incorrect.
2025-05-15 20:26:36 +00:00
Lauren Hirata Singh
db5e956dc6
docs: fix nit
2025-05-15 12:48:49 -07:00
Yagnesh M. Bhadiyadra and GitHub
cacae7bd1f
fix(docs): Correctify the Pass or Fail condition in the Graph API example. ( #4712 )
2025-05-15 19:37:36 +00:00
Vadym Barda and GitHub
60df867872
docs: update MCP example ( #4713 )
2025-05-15 14:59:35 -04:00
Pablo and GitHub
983243333c
Missing space in langgraph_server.md ( #4697 )
...
Missing space
2025-05-15 08:39:01 -04:00
6e3eb6370e
Update docs/docs/tutorials/langgraph-platform/local-server.md
...
Co-authored-by: William FH <13333726+hinthornw@users.noreply.github.com >
2025-05-14 06:56:36 -07:00
Arjun Natarajan
ab0fa9dc77
use npx to install cli instead
2025-05-14 09:49:42 -04:00
Arjun Natarajan
5f821cf584
fix: update langgraph cli to include js and update template app description
2025-05-14 09:41:37 -04:00
Arjun Natarajan
2ff2972b67
oops js is js not python
2025-05-13 18:21:20 -04:00
Arjun Natarajan
873873e640
fix(docs): template app names
2025-05-13 18:17:42 -04:00
lc-arjun and GitHub
fba0d6f96c
chore(docs): reformat troubleshooting section and remove faqs page ( #4681 )
2025-05-13 15:04:19 -07:00
Arjun Natarajan
8bc509578b
fix formatting
2025-05-13 17:59:51 -04:00
Arjun Natarajan
72d085d9f8
reformat troubleshooting section and remove faqs page
2025-05-13 17:54:51 -04:00
ccurme and GitHub
940c2b0e74
docs: add chat model tabs to models guide ( #4679 )
2025-05-13 17:50:26 -04:00
Arjun Natarajan
18e8d334ed
nits to threads
2025-05-13 16:48:07 -04:00
Arjun Natarajan
392606f5f7
feat(docs): studio nits
2025-05-13 16:29:10 -04:00
lc-arjun and GitHub
cff2be48c9
feat(docs): further improvements for studio guides docs ( #4677 )
2025-05-13 12:59:47 -07:00
Arjun Natarajan
c63cc173b2
added page for running application
2025-05-13 15:54:46 -04:00
Lauren Hirata Singh and GitHub
2b8c295898
docs: Simplify LGP quickstarts ( #4678 )
...
- Change quickstarts to use `new-langgraph-project`, which doesn't
require API keys for Anthropic, Tavily, etc.
2025-05-13 11:47:48 -07:00
Arjun Natarajan
03c5547e34
update dataset page
2025-05-13 14:46:26 -04:00
Lauren Hirata Singh
a7faae6b54
nit
2025-05-13 11:40:30 -07:00
Lauren Hirata Singh
1d3f19763d
add js sample code back
2025-05-13 11:36:45 -07:00
Lauren Hirata Singh
16d5ce364c
nit
2025-05-13 11:24:19 -07:00