Lance Martin and GitHub
e1a33360e0
Update HIL conceptual docs ( #1774 )
...
* Update HIL conceptual docs
* Update images
* Update figures and text per feedback
* Update links for how-tos
* Embed img directly in ntbks
* Add dynamic breakpoints
* Update figure in ntbk
* Fix link to dynamic breakpoints
2024-09-23 15:46:33 -07:00
Isaac Francisco and GitHub
d2d5e9f655
docs: add docs on disabling streaming ( #1775 )
2024-09-23 18:01:19 -04:00
William FH and GitHub
3c672abc1b
Reword how-to ( #1808 )
2024-09-23 14:08:08 -07:00
bracesproul
81e05ffb69
fix(docs): Drop announcement bar
2024-09-23 10:50:15 -07:00
Isaac Francisco and GitHub
f9431d1bec
remove error ( #1806 )
2024-09-23 13:45:08 -04:00
William FH and GitHub
1601c3a47d
Fix mobile nav nesting ( #1804 )
2024-09-23 16:08:10 +00:00
Nuno Campos and GitHub
00290c8e06
Merge pull request #1792 from langchain-ai/nc/21sep/docstrings-comments
...
Add more comments and docstrings
2024-09-23 07:03:05 -07:00
Isaac Francisco and GitHub
94433eb790
docs: thread_ts -> checkpoint_id ( #1791 )
2024-09-22 09:17:18 -04:00
Nuno Campos
30b631aaff
Rewrite imports
2024-09-21 17:41:05 -07:00
Nuno Campos
d9854b36eb
Move to langgraph.types
2024-09-21 17:37:17 -07:00
Nuno Campos
3cbd70ffc9
Fix docs
2024-09-21 17:30:04 -07:00
Isaac Francisco and GitHub
eadcec7304
fixed some ( #1784 )
2024-09-20 15:12:35 -07:00
Isaac Francisco and GitHub
662eae4359
adding tutorials to notebook checks ( #1747 )
...
* wip
* actually catch errors
* fixing tool-calling-errors and persistence-redis
* poetry changes
* poetry update
* run tutorials
* only tutorials (testing)
* print errors
* rewoo fixes
* remove customer support because of user input
* skip notebooks programatically
* add back how-tos
* remove redundant if
* add cassetes for tutorials
* remove no execution since it is generated by CI,
* remove multi-agent/usaco
* try to run in parallel
* skip notebooks fix
* remove magic/non-magic cells
* msgpack instead of yaml
* prepare_notebooks change
* ignore msgpack for spelling
* use compression for cassettes
* update spell check
* reset poetry changes
* upgrade packages for latest
* no update
* poetry changes
2024-09-20 12:11:23 -07:00
Lance Martin and GitHub
0cf1a13dab
Update conceptual docs for multiple schema ( #1770 )
...
* Update conceptual docs for multiple schema
* Link to conceptual docs from How-To
2024-09-19 13:20:20 -07:00
Isaac Francisco and GitHub
96f9d29a43
stop before recursion limit callout ( #1769 )
2024-09-19 18:00:31 +00:00
Isaac Francisco and GitHub
c44f10c05e
docs: return state before recursion limit is hit ( #1736 )
...
* recursion limit return state
* links
* spelling
* remove bad link
2024-09-19 10:40:35 -07:00
Isaac Francisco and GitHub
55f8bb5227
docs: replaying from subgraph node ( #1759 )
...
* edits
* extra comment
2024-09-19 09:58:14 -07:00
Andrew Nguonly and GitHub
d4ba315ae2
Add section for LANGCHAIN_TRACING_SAMPLING_RATE to env vars page. ( #1760 )
2024-09-18 15:08:00 -07:00
22c78050dd
docs: Clarify default_retry_on retry behavior for exceptions ( #1754 )
...
* docs: Clarify exceptions retried by default_retry_on in retry policy tutorial
- Added a remark in the tutorial explaining that the `default_retry_on` function retries on any exception except for the following:
- ValueError
- TypeError
- ArithmeticError
- ImportError
- LookupError
- NameError
- SyntaxError
- RuntimeError
- ReferenceError
- StopIteration
- StopAsyncIteration
- OSError
* http status codes
---------
Co-authored-by: Itay Etelis <itay.etelis@ibm.com >
Co-authored-by: isaac hershenson <ihershenson@hmc.edu >
2024-09-18 20:48:10 +00:00
William FH and GitHub
b062b2462f
[Docs] Add add message ref ( #1758 )
2024-09-18 13:13:39 -07:00
Isaac Francisco and GitHub
0498ca346b
docs: remove warnings/update diagrams ( #1746 )
...
* remove warnings/udpate diagrams
* replace get_relevant_documents with invoke
2024-09-18 08:53:28 -07:00
Isaac Francisco and GitHub
7d3389b6f1
docs: fix links ( #1748 )
...
* fix links
* branching link
* readme compatibility
2024-09-17 13:05:37 -07:00
Eugene Yurtsev and GitHub
b11552a10a
Update all URLs to langchain docunotebooks ( #1745 )
2024-09-17 15:01:22 -04:00
Isaac Francisco and GitHub
bfd18f76dd
docs: Tutorials up to date ( #1734 )
...
* edits
* add js code to web voyager
2024-09-17 08:11:41 -07:00
f8ba4c3b7d
(wip) docs: revamp conceptual docs ( #1663 )
...
* docs: revamp conceptual docs
* multi-agent draft
* typo
* Update Why LangGraph page
* update multi-agent
* Update persistence page
* update
* Clarification of graph re-playing
* update persistence
* more updates
* more updates
* Add multiple schemas section to glossary
* more updates
* Clarify I/O schema
* dynamic breakpoints
* Update agentic concepts
* Fix comments
* Update figureds
* cr
* cr
* cr
---------
Co-authored-by: Lance Martin <lance@langchain.dev >
Co-authored-by: Harrison Chase <hw.chase.17@gmail.com >
2024-09-16 17:35:01 -07:00
Andrew Nguonly and GitHub
7934b67afa
Update API docs (openapi.json). ( #1731 )
2024-09-16 15:49:35 -07:00
Vadym Barda and GitHub
301a2c8c82
docs: remove mentions of pydantic_v1 in tutorials ( #1709 )
2024-09-16 10:53:21 -07:00
Vadym Barda and GitHub
d14b3aeef0
docs: remove pydantic v1 fallback from how-tos ( #1711 )
...
* docs: remove pydantic v1 fallback from how-tos
* sample callout
* update to use callout
2024-09-16 10:52:52 -07:00
Isaac Francisco and GitHub
b4e62492a7
add deprecation warning for no overall state ( #1698 )
...
* deprecation warning for no overall state
* lance comments
2024-09-16 15:09:23 +00:00
Eran Hirsch and GitHub
6b861d6c64
Fix LATS select to choose the best child at each level until reaching leaf child ( #1723 )
2024-09-16 03:16:27 +00:00
Vadym Barda and GitHub
e87d3adb4c
docs: add a README for updating notebooks/cassettes ( #1705 )
2024-09-13 12:56:23 -04:00
Andrew Nguonly and GitHub
11319ae48b
Update API docs. ( #1706 )
2024-09-12 15:32:48 -07:00
Vadym Barda and GitHub
0b40c83fa8
ci: add VCR caching to the notebooks ( #1704 )
2024-09-12 16:07:41 -04:00
Vadym Barda and GitHub
889cc9b394
ci: add GHA to execute how-to notebooks ( #1694 )
2024-09-12 15:39:15 +00:00
Vadym Barda and GitHub
ee28fd3324
docs: update how-tos to support pydantic v1 and v2 ( #1682 )
2024-09-11 19:16:00 +00:00
Vadym Barda and GitHub
1f9273b136
docs: put documentation in the docs folder instead of examples ( #1674 )
2024-09-11 12:27:31 -04:00
Vadym Barda and GitHub
215b87244b
docs: update dependencies in setup docs ( #1664 )
2024-09-09 20:08:16 -04:00
1c9b1d29c3
docs: add page on creating react agent from scratch ( #1626 )
...
---------
Co-authored-by: vbarda <vadym@langchain.dev >
2024-09-08 16:58:55 +00:00
db306cd01b
doc updates ( #1639 )
...
---------
Co-authored-by: vbarda <vadym@langchain.dev >
2024-09-08 16:55:52 +00:00
38a644cf79
docs: how-to for finding graph runs in LangSmith ( #1631 )
...
---------
Co-authored-by: Vadym Barda <vadym@langchain.dev >
2024-09-08 14:59:44 +00:00
2c088fa1bb
docs: fix broken link ( #1652 )
...
* fix broken link
* actually fix link
---------
Co-authored-by: vbarda <vadym@langchain.dev >
2024-09-08 14:36:59 +00:00
Brace Sproul and GitHub
8f91ad005b
Merge branch 'main' into brace/agent-survey-docs
2024-09-06 14:36:46 -07:00
bracesproul
5b511a2386
docs[minor]: Add state of agents survey to docs announcement bar
2024-09-06 14:35:54 -07: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
Isaac Francisco and GitHub
82988b8453
docs: adding lines to docker file ( #1633 )
2024-09-06 11:30:19 -04:00
Isaac Francisco and GitHub
8fc0eecac1
[docs]: add subgraph streaming how-to (and some small cleanups) ( #1606 )
...
* wip
* spelling
* edit format_namespace
2024-09-05 20:37:47 -07:00
6134b0e995
docs: add shared value ( #1447 )
...
* add shared value
* changes
* z
* spelling
* z
* vadym comments
* spelling
* cloud compatibility
* spelling
---------
Co-authored-by: isaac hershenson <ihershenson@hmc.edu >
Co-authored-by: Isaac Francisco <78627776+isahers1@users.noreply.github.com >
2024-09-05 18:23:02 -07:00
Isaac Francisco and GitHub
dc1e33f4de
small fixes ( #1629 )
2024-09-05 20:34:37 -04:00
Isaac Francisco and GitHub
ea5cb4d100
remove self hosted docs ( #1621 )
2024-09-05 16:16:32 +00:00
e14c17f6b8
docs: add a how-to on subgraph transform state ( #1595 )
...
* docs: add a how-to on subgraph transform state
---------
Co-authored-by: isaac hershenson <ihershenson@hmc.edu >
Co-authored-by: Isaac Francisco <78627776+isahers1@users.noreply.github.com >
2024-09-05 12:16:11 -04:00