Nuno Campos
61ca2444c0
Fix timing of debug task events
2024-09-06 09:17:36 -07:00
Isaac Francisco and GitHub
82988b8453
docs: adding lines to docker file ( #1633 )
2024-09-06 11:30:19 -04:00
28581e047a
Support pydantic & dataclasses in ToolNode ( #1625 )
...
Co-authored-by: Abinash Panda <abinashpanda205@gmail.com >
2024-09-06 07:39:49 -07: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
Nuno Campos
fb9f67c158
Fix copy
0.2.18
2024-09-05 17:19:42 -07:00
Nuno Campos
f13dd00b62
Fix import
2024-09-05 17:04:56 -07:00
Nuno Campos
b229c08027
langgraph 0.2.18
2024-09-05 17:02:07 -07:00
Nuno Campos
7cbad36956
Add back Pregel.copy()
2024-09-05 17:01:20 -07:00
Isaac Francisco and GitHub
80066280c9
docs: better time travel example ( #1622 )
...
* better example
* branching to select different tool instead of change args
* spelling
2024-09-05 14:56:51 -07:00
Isaac Francisco and GitHub
d1f06d6771
removing empty cells ( #1624 )
2024-09-05 14:46:37 -07:00
Vadym Barda and GitHub
46b6cd45e2
checkpoint: release 1.0.9 ( #1628 )
checkpoint==1.0.9
2024-09-05 17:24:18 -04:00
Vadym Barda and GitHub
8c05502e97
langgraph: update mermaid snapshots ( #1627 )
0.2.17
2024-09-05 17:11:05 -04:00
Nuno Campos
72e73e47c9
langgraph 0.2.17
2024-09-05 12:37:17 -07:00
Vadym Barda and GitHub
7bf99a5d2f
langgraph: changes for compatibility pydantic v2 / langchain-core==0.3 ( #1594 )
2024-09-05 15:26:35 -04:00
Nuno Campos and GitHub
7461978b8c
Merge pull request #1612 from langchain-ai/nc/4sep/prepare-single-task
...
Split out prepare_single_task from prepare_next_tasks
2024-09-05 10:21:27 -07:00
Nuno Campos
4f89cfc81d
Remove legacy id
2024-09-05 09:21:07 -07: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
Isaac Francisco and GitHub
b34bfe165a
docs fixes ( #1620 )
2024-09-05 12:03:55 -04:00
Nuno Campos
ca3715b809
Split out prepare_single_task from prepare_next_tasks
2024-09-04 18:09:42 -07: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
6727277f8f
Merge pull request #1610 from langchain-ai/an/04sept/metadata-interrupts
...
Return `before,after` for `__interrupt` metadata if both interrupts are configured for a node
2024-09-04 17:29:07 -07:00
Andrew Nguonly
d89fb9eef0
Add before and after values to __interrupt metadata.
2024-09-04 15:36:05 -07:00
Isaac Francisco and GitHub
1774dbb860
[docs]: adding js/curl tabs ( #1558 )
...
* jsifying
* x
* z
* x
* fix background run output
* reformatting
* z
* z
* z
* z
* z
* add tabs to stream debug
* default urls
2024-09-04 22:13:19 +00:00
Harrison Chase and GitHub
82c989feea
docs: subgraphs manage state ( #1543 )
2024-09-04 17:57:06 -04:00
Nuno Campos
f66493f6db
Lint
2024-09-04 14:37:31 -07:00
Nuno Campos
eb88dfefa3
Speed improvements to local_read, emit output
2024-09-04 14:31:42 -07:00
Nuno Campos
b8d8a879d8
Fix ids in debug task events
2024-09-04 14:31:20 -07:00
Nuno Campos
dc10b3aa8e
Add test to confirm only one root run is produced
2024-09-04 12:56:32 -07:00
Nuno Campos and GitHub
af780f97a4
Merge pull request #1597 from langchain-ai/nc/3sep/perf-optimizations
...
Reduce cpu time spent on langchain-core utilities
2024-09-04 12:45:20 -07:00
Nuno Campos
3a1b90c882
Fix
2024-09-04 12:34:42 -07:00
Nuno Campos
b9361d69b4
Try to fix test
2024-09-04 12:30:27 -07:00
Nuno Campos
26b4d9139e
Avoid using json encoding when generating task ids
2024-09-04 12:19:14 -07:00
Nuno Campos
67a164ca2d
Run loop tick in bg thread
...
- prepare_next_tasks, apply_writes do some cpu-heavy work
2024-09-04 12:18:42 -07:00
Nuno Campos
b68f9211c2
Run branch.reader in bg thread
2024-09-04 12:13:38 -07:00
Nuno Campos
4efab93e2f
Use pseudo rng for uuid6 generation
2024-09-04 12:07:19 -07:00
Nuno Campos
cf345ef716
Store loop in async bg exec init
2024-09-04 12:07:02 -07:00
Nuno Campos
535dbd5b06
Reduce from 9s to 4s on benchmark graph
...
- Use a simpler version of RunnableSequence without tracing serialization
- Remove accepts_run_manager check in RunnableCallable
- Remove creation of ChannelWrite dynamically every time conditional edge runs
2024-09-04 11:02:33 -07:00
Nuno Campos
f2e0dc1042
Reduce cpu time spent on langchain-core utilities
...
- shaves off 2s of 11s runtime of a simple graph with 1,000 subgraphs
2024-09-04 11:02:33 -07:00
Nuno Campos and GitHub
6bf367300b
Merge pull request #1598 from langchain-ai/nc/3sep/runner
...
Move runner code to standalone class, use in Pregel.stream/astream
2024-09-04 11:01:38 -07:00
Nuno Campos
e42e1a9f6b
Fix test
2024-09-04 10:56:41 -07:00
Nuno Campos
0d51c8614d
Move runner code to standalone class, use in Pregel.stream/astream
2024-09-04 10:50:46 -07:00
Nuno Campos
b99a101b2c
Add large parallel graph test
2024-09-04 10:50:05 -07:00
Nuno Campos
e150193491
Avoid deepcopy
2024-09-04 10:50:05 -07:00
Nuno Campos and GitHub
7304ba683e
Merge pull request #1282 from langchain-ai/isaac/nodelogging
...
add task_id to node logs
2024-09-03 16:30:43 -07:00
isaac hershenson
ec51760f57
x
2024-09-03 13:45:22 -07:00
Isaac Francisco and GitHub
32d07df7a4
Merge branch 'main' into isaac/nodelogging
2024-09-03 13:39:05 -07:00
Isaac Francisco and GitHub
1ae60dccc5
test ( #1592 )
2024-09-03 10:12:36 -07:00