Nuno Campos
|
5db13dffbe
|
checkpoint: Avoid changes to pydantic models breaking deserialization while still relying on pydantic's type coercion
|
2024-08-30 13:28:32 -07:00 |
|
 Vadym BardaandGitHub
|
c761b80970
|
docs: update subgraph how-to (#1520)
|
2024-08-30 14:41:29 -04:00 |
|
 Nuno CamposandGitHub
|
36d1570c0f
|
Merge pull request #1550 from langchain-ai/nc/30aug/replay-without-fork
Remove the need to fork a thread to replay a past state
|
2024-08-30 10:39:57 -07:00 |
|
 Nuno CamposandGitHub
|
99a845128e
|
Merge pull request #1522 from langchain-ai/nc/28aug/sdk-join-return-val
sdk-py: Update signature for runs.join
|
2024-08-30 10:36:15 -07:00 |
|
Nuno Campos
|
6036b4a7d4
|
Remove the need to fork a thread to replay a past state
|
2024-08-30 10:35:16 -07:00 |
|
Nuno Campos
|
33edc8e808
|
sdk-py: Update signature for runs.join
|
2024-08-30 10:31:33 -07:00 |
|
 Nuno CamposandGitHub
|
15a204b2be
|
Merge pull request #1539 from langchain-ai/nc/29aug/nested-update-state
Implement update_state for nested graphs
|
2024-08-30 10:30:40 -07:00 |
|
 Nuno CamposandGitHub
|
24a7e6403f
|
Merge pull request #1538 from langchain-ai/nc/29aug/nested-replay
Replay a nested checkpoint
|
2024-08-30 10:30:14 -07:00 |
|
Nuno Campos
|
9fd64cd37b
|
Lint
|
2024-08-30 10:19:20 -07:00 |
|
Nuno Campos
|
fcd0f094f9
|
Add test from harrison, always produce output when resuming graph
|
2024-08-30 10:10:51 -07:00 |
|
 Vadym BardaandGitHub
|
30598cd913
|
docs: fix images in structured react agent (#1544)
|
2024-08-30 01:50:14 +00:00 |
|
Nuno Campos
|
44153e4a49
|
Update test
|
2024-08-29 16:52:50 -07:00 |
|
Nuno Campos
|
4133910670
|
Implement update_state for nested graphs
|
2024-08-29 16:41:47 -07:00 |
|
Nuno Campos
|
4fc4080597
|
Enable test for doubly nested interrupts
|
2024-08-29 15:49:43 -07:00 |
|
Nuno Campos
|
8865831104
|
Update async test
|
2024-08-29 15:42:29 -07:00 |
|
Nuno Campos
|
a707eef6f7
|
Lint
|
2024-08-29 15:42:25 -07:00 |
|
Nuno Campos
|
090c759da0
|
Replay a nested checkpoint
- note this isn't very useful until update_state is added
|
2024-08-29 15:39:14 -07:00 |
|
 Nuno CamposandGitHub
|
4ebaaba282
|
Merge pull request #1499 from langchain-ai/nc/27aug/print-output-skipped-tasks
Emit output for skipped tasks, with `cached` mark
|
2024-08-29 15:38:35 -07:00 |
|
 Isaac FranciscoandGitHub
|
5343350a5c
|
[docs]: conceptual guides for streaming from specific nodes/LLMs (#1537)
* x
* changes
* typo
|
2024-08-29 22:09:18 +00:00 |
|
 Nuno CamposandGitHub
|
5dcb5976d9
|
Merge pull request #1536 from RafaelRViana/documentation-fix
[docs]: fix parameter "multitask_strategy" misspelled
|
2024-08-29 14:03:52 -07:00 |
|
Nuno Campos
|
791ab654cb
|
Add cached mark
|
2024-08-29 13:57:37 -07:00 |
|
Nuno Campos
|
c183f4f16a
|
Emit output for skipped tasks
|
2024-08-29 13:56:55 -07:00 |
|
Rafael Viana
|
11e8728685
|
[docs]: fix parameter misspelled
|
2024-08-29 17:49:04 -03:00 |
|
 Nuno CamposandGitHub
|
b1f22d3d81
|
Merge pull request #1534 from langchain-ai/nc/29aug/stream-subgraphs
Stream output from subgraphs
|
2024-08-29 13:37:13 -07:00 |
|
Nuno Campos
|
ddf67d9233
|
Add ns to subgraph stream events
|
2024-08-29 13:32:21 -07:00 |
|
Nuno Campos
|
b479b88c7e
|
Add name of subgraph to streaming output
|
2024-08-29 13:20:28 -07:00 |
|
 Isaac FranciscoandGitHub
|
dd52248ef2
|
[docs]: make react agent HIL guide a little better (#1526)
* ocd
* x
* spelling
* changes
* edits
* nits
* changes
* last nit
|
2024-08-29 19:02:59 +00:00 |
|
Nuno Campos
|
80e442e13d
|
Stream output from subgraphs
- enabled by new argument stream(subgraphs=True)
- the same stream_mode requested for parent graph is applied to all subgraphs
|
2024-08-29 12:00:02 -07:00 |
|
 Nuno CamposandGitHub
|
a627a30f4c
|
Merge pull request #1530 from langchain-ai/nc/29aug/get-state-subgraph
Enable passing subgraph checkpoint config to get_state/aget_state
|
2024-08-29 11:59:02 -07:00 |
|
 Vadym BardaandGitHub
|
01f14d3166
|
docs: update how-to for streaming from final node (#1533)
|
2024-08-29 18:28:22 +00:00 |
|
Nuno Campos
|
9d68aac76f
|
Enable passing subgraph checkpoint config to get_state/aget_state
|
2024-08-29 10:47:50 -07:00 |
|
 Nuno CamposandGitHub
|
e526674172
|
Merge pull request #1502 from langchain-ai/nc/27aug/subgraphs-cleanup
Nc/27aug/subgraphs cleanup
|
2024-08-29 10:17:04 -07:00 |
|
Nuno Campos
|
ca8614f873
|
Implement get_state and get_state_history for nested graphs
|
2024-08-29 09:45:45 -07:00 |
|
   
|
ae8b1e164b
|
docs: expand streaming conceptual guides (#1524)
* stash
* cr
* x
* spelling
* Update docs/docs/cloud/how-tos/stream_events.md
Co-authored-by: Vadym Barda <vadym@langchain.dev>
* Update docs/docs/cloud/how-tos/stream_updates.md
Co-authored-by: Vadym Barda <vadym@langchain.dev>
* Update docs/docs/cloud/how-tos/stream_values.md
Co-authored-by: Vadym Barda <vadym@langchain.dev>
* Update docs/docs/concepts/low_level.md
Co-authored-by: Vadym Barda <vadym@langchain.dev>
* final nits
* spelling
---------
Co-authored-by: isaac hershenson <ihershenson@hmc.edu>
Co-authored-by: Isaac Francisco <78627776+isahers1@users.noreply.github.com>
Co-authored-by: Vadym Barda <vadym@langchain.dev>
|
2024-08-29 15:03:08 +00:00 |
|
 gbaian10andGitHub
|
cd28799215
|
fix: ToolNode output isn't a str and contains non-ASCII characters (#1505)
|
2024-08-29 09:57:23 -04:00 |
|
 Harrison ChaseandGitHub
|
883b39ba9f
|
docs: better name for react agent w/ structured output how-to (#1527)
|
2024-08-29 13:50:01 +00:00 |
|
 Niklas MartinandGitHub
|
337ccc058f
|
[docs]: fix type hint for state (#1528)
|
2024-08-29 13:47:05 +00:00 |
|
 Isaac FranciscoandGitHub
|
6111d37b99
|
[docs]: different structured output method (#1497)
* wip
* spelling
* consistent headers
* slight changes
* spelling
* more comments
* link
* changes
* diagrams
* format
* final nits
* x
|
2024-08-28 20:45:23 -07:00 |
|
 Isaac FranciscoandGitHub
|
6962aa5acc
|
ocd (#1525)
|
2024-08-29 01:50:55 +00:00 |
|
 Vadym BardaandGitHub
|
4769122828
|
docs: fix map-reduce issue (#1523)
|
2024-08-28 20:40:06 +00:00 |
|
Nuno Campos
|
c4010c03a6
|
Udpate async tests
|
2024-08-28 12:50:35 -07:00 |
|
Nuno Campos
|
03f6cf779d
|
Fix test setup
|
2024-08-28 12:48:29 -07:00 |
|
Nuno Campos
|
112700810c
|
Fix
|
2024-08-28 12:31:43 -07:00 |
|
 Isaac FranciscoandGitHub
|
2645eb5a48
|
[docs]: remove agent executor (#1485)
|
2024-08-28 14:54:52 -04:00 |
|
 Isaac FranciscoandGitHub
|
ab71d29286
|
[docs]: update node config info (#1500)
* config changes
* vadym comments
* format
* spelling
* x
|
2024-08-28 11:54:44 -07:00 |
|
 Isaac FranciscoandGitHub
|
da38905db7
|
[docs]: fix llm compiler (#1517)
|
2024-08-28 13:36:36 -04:00 |
|
 Vadym BardaandGitHub
|
7d3527db38
|
cli: release 0.1.52 (#1516)
cli==0.1.52
|
2024-08-28 12:12:46 -04:00 |
|
 David DuongandGitHub
|
36ed1a5d4b
|
Merge pull request #1503 from langchain-ai/dqbd/cli-studio-js
feat(cli): add building support for JS
|
2024-08-28 18:08:32 +02:00 |
|
 Vadym BardaandGitHub
|
7637a769dd
|
docs: update reflection notebook (#1515)
* docs: update reflection notebook
* update more
* update more
|
2024-08-28 12:07:29 -04:00 |
|
Tat Dat Duong
|
3bbe09dac4
|
Fix missing comma
|
2024-08-28 17:56:26 +02:00 |
|