isaac hershenson
75ef1e790e
fmt
2024-09-20 17:02:15 -07:00
isaac hershenson
4eaa1bb8ca
set_latest -> latest
2024-09-20 16:57:43 -07:00
Nuno Campos
e3d2f233a7
sdk: Update thread state methods for subgraphs
2024-09-20 16:52:41 -07:00
Isaac Francisco and GitHub
8b95adb1bd
sdk-py: add versioning for assistants ( #1665 )
...
* add get_versions to python sdk
* fml
* add change_version to sdk
* add assistant name to create
* document assistant name
* change method
* version in payload
* fml
* add js methods and types
* name -> assistant_name
* export onconflictbehavior
* add assistant name to create
* add metadata/limit/offset to sdk
* add assistant_name to update
* assistantversion schema
* export assistnatversion
* add metadata/limit/offset to sdk
* assistantversion schema
* fmt
* fmt
* change version -> set version
* fmt
* assistant_name -> name
* naming
2024-09-20 16:48:19 -07:00
Nuno Campos
41cb54722d
Add stream_subgraphs param
2024-09-20 16:13:44 -07:00
Isaac Francisco and GitHub
eadcec7304
fixed some ( #1784 )
2024-09-20 15:12:35 -07:00
Nuno Campos
265003dda0
langgraph 0.2.23
0.2.23
2024-09-20 14:40:46 -07:00
Nuno Campos and GitHub
fcff81d10e
Merge pull request #1782 from langchain-ai/nc/20sep/sdk-py-after-seconds
...
sdk: Add support for scheduled runs
2024-09-20 12:53:27 -07:00
Nuno Campos
9121a1e14f
sdk: Add support for scheduled runs
...
- after_seconds param to Runs.wait/stream/create
2024-09-20 12:45:13 -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
William FH and GitHub
10a66acc44
Add return_direct support ( #1780 )
2024-09-20 18:59:37 +00:00
Nuno Campos and GitHub
7b94f1e326
Update __init__.py
2024-09-20 10:50:40 -07:00
Nuno Campos and GitHub
bf289dbee4
Merge pull request #1772 from langchain-ai/jacob/nit
...
fix: Use imported constant for namespace end
2024-09-20 09:21:18 -07:00
Nuno Campos and GitHub
b03d9ae52c
Merge pull request #1776 from langchain-ai/nc/19sep/stream-mode-custom
...
Add stream_mode=custom
2024-09-20 09:18:51 -07:00
Nuno Campos and GitHub
531890e35a
Update types.py
2024-09-20 08:49:00 -07:00
Nuno Campos
1cf117ed9d
Lint
2024-09-19 17:09:04 -07:00
Nuno Campos
3b0f27c777
Add stream_mode=custom
...
- adds the ability for nodes (including in subgraphs) to emit chunks directly to the output stream, emitted chunks can have any type
- when stream_mode=custom isnt requested by the caller emitted chunks are ignored
2024-09-19 17:03:30 -07:00
Nuno Campos and GitHub
b9fe38469f
Merge pull request #1773 from langchain-ai/nc/19sep/return-self
...
Allow chaning add_node/add_edge/etc calls
2024-09-19 17:02:27 -07:00
Nuno Campos
94e64f87b1
Allow chaning add_node/add_edge/etc calls
2024-09-19 16:54:00 -07:00
Nuno Campos and GitHub
0bbe461785
Merge pull request #1771 from langchain-ai/nc/19sep/mypy-langgraph-partial
...
Enable mypy for langgraph lib
2024-09-19 16:53:42 -07:00
Nuno Campos
7643c1171f
Lint
2024-09-19 16:49:05 -07:00
Nuno Campos and GitHub
ed27e54761
Update graph.py
2024-09-19 16:41:46 -07:00
Jacob Lee and GitHub
ec1f425632
Update algo.py
2024-09-19 15:53:50 -07:00
jacoblee93
093af1a893
Use imported constant for namespace end
2024-09-19 15:07:30 -07:00
Nuno Campos and GitHub
e96934533e
Update graph.py
2024-09-19 15:06:39 -07:00
a47dc2b634
Apply suggestions from code review
...
Co-authored-by: William FH <13333726+hinthornw@users.noreply.github.com >
2024-09-19 14:37:32 -07:00
Nuno Campos
95c1ca3adc
Fix
2024-09-19 13:20:45 -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
Nuno Campos
5de9b35416
Finish
2024-09-19 13:01:54 -07:00
Nuno Campos
4f767cd2ca
Fix
2024-09-19 11:46:21 -07:00
Nuno Campos
cc318b1156
Fix
2024-09-19 11:43:30 -07:00
Nuno Campos
9a8cc75ea2
Fix some typing issues in langgraph lib
2024-09-19 11:38:41 -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
Nuno Campos and GitHub
4065ac33d3
Merge pull request #1768 from langchain-ai/nc/19sep/mypy-sqlite
...
ci: Enable mypy checks for checkpoint-sqlite lib
2024-09-19 10:38:34 -07:00
Isaac Francisco and GitHub
55f8bb5227
docs: replaying from subgraph node ( #1759 )
...
* edits
* extra comment
2024-09-19 09:58:14 -07:00
Nuno Campos and GitHub
dc360fd342
Merge pull request #1767 from langchain-ai/nc/19sep/mypy-postgres
...
ci: Enable mypy checks for checkpoint-postgres lib
2024-09-19 09:27:38 -07:00
Nuno Campos
b529365f5b
Remove ignore for 3.9
2024-09-19 09:19:26 -07:00
Nuno Campos
fdf7bad988
Remove ignore for 3.9
2024-09-19 09:19:00 -07:00
Nuno Campos
faa652cbf4
Only lint on 3.12
2024-09-19 09:18:36 -07:00
Nuno Campos
95304d658a
Fix 3.9
2024-09-19 08:51:15 -07:00
Nuno Campos
495d258322
Fix 3.9
2024-09-19 08:50:17 -07:00
Nuno Campos and GitHub
bc95a797a9
Merge pull request #1766 from langchain-ai/nc/18sep/mypy-checkpoint
...
ci: Enable mypy checks for checkpoint lib
2024-09-19 08:47:05 -07:00
Nuno Campos
6c0339ca4b
ci: Enable mypy checks for checkpoint-sqlite lib
2024-09-19 08:46:44 -07:00
Nuno Campos
b8a8651c23
ci: Enable mypy checks for checkpoint-postgres lib
2024-09-19 08:40:31 -07:00
Nuno Campos
c793a9e36d
Use type var default
2024-09-19 08:28:59 -07:00
Nuno Campos
333c5f5501
Fix type issues in tests
2024-09-18 18:16:51 -07:00
Nuno Campos
4d26c3599f
ci: Enable mypy checks for checkpoint lib
2024-09-18 18:12:11 -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
Nuno Campos and GitHub
4ba803b415
Merge pull request #1751 from langchain-ai/nc/17sep/stream-messages
...
Add stream_mode=messages
2024-09-18 14:01:12 -07:00