Tat Dat Duong
|
ac8b51f1f2
|
fix(debug): add failing test for self-referencing
|
2024-10-10 02:21:17 +02:00 |
|
 Vadym BardaandGitHub
|
db0f508269
|
docs: add custom hooks for rendering jupyter notebooks (#2067)
|
2024-10-09 18:49:54 -04:00 |
|
 Vadym BardaandGitHub
|
fe110ae145
|
docs: fix intro in supervisor tutorial (#2068)
|
2024-10-09 20:59:49 +00:00 |
|
 David DuongandGitHub
|
fc276c5ac0
|
Merge pull request #2066 from langchain-ai/dqbd/checkpoint-sdk-js
fix(sdk-js): pass checkpoint when creating run
|
2024-10-09 20:50:54 +02:00 |
|
Tat Dat Duong
|
9360545659
|
Remove deprecated message
|
2024-10-09 20:41:18 +02:00 |
|
Tat Dat Duong
|
26e30ad6af
|
Remove error warning
|
2024-10-09 20:40:24 +02:00 |
|
Tat Dat Duong
|
8df533b489
|
fix(sdk-js): allow passing checkpoint when creating a run
|
2024-10-09 20:34:19 +02:00 |
|
 Vadym BardaandGitHub
|
f9df0f4700
|
docs: update many tools how-to chart (#2059)
|
2024-10-09 13:46:59 +00:00 |
|
 David DuongandGitHub
|
5d0afa3888
|
Merge pull request #2048 from langchain-ai/dqbd/debug-tasks-state
feat(debug): send tasks info
0.2.35
|
2024-10-09 14:38:26 +02:00 |
|
Tat Dat Duong
|
a53a566730
|
Bump to 0.2.35
|
2024-10-09 14:33:14 +02:00 |
|
 Andrew NguonlyandTat Dat Duong
|
d2c359f7c9
|
docs: Update LangGraph API docs (#2056)
### Summary
Adding endpoints for `/subgraphs` and `/store`.
|
2024-10-09 14:33:14 +02:00 |
|
 Andrew NguonlyandTat Dat Duong
|
c4d251b05c
|
sdk-py: Add Sequence[dict] type to values param type for update_state() (#2054)
### Summary
The LangGraph API supports a list of `dict` for the `values` field for
the `POST /threads/<thread_id>/state` endpoint.
Reference:
https://github.com/langchain-ai/langgraph-api/blob/main/api/openapi.json#L3005-L3021
|
2024-10-09 14:33:14 +02:00 |
|
 Andrew NguonlyandTat Dat Duong
|
9a752e1563
|
sdk-py: Add "*" literal to interrupt_before and interrupt_after types (#2053)
### Summary
The LangGraph API supports the literal string `"*"` for
`interrupt_before` and `interrupt_after`.
Reference:
https://github.com/langchain-ai/langgraph-api/blob/main/api/openapi.json#L2425
|
2024-10-09 14:33:14 +02:00 |
|
 Andrew NguonlyandTat Dat Duong
|
6d4a426059
|
sdk-py: Add custom stream mode to StreamMode type (#2051)
### Summary
The LangGraph API supports `custom` stream mode type.
Reference:
https://github.com/langchain-ai/langgraph/blob/main/docs/docs/cloud/reference/api/openapi.json#L2403
|
2024-10-09 14:33:14 +02:00 |
|
 Andrew NguonlyandTat Dat Duong
|
598bb5a641
|
sdk-py: Update return type annotation for Thread.update_state() methods. (#2050)
### Summary
The response body of the endpoint `POST /threads/{thread_id}/state`
looks like this:
```
{
"checkpoint": {
"thread_id": "e2496803-ecd5-4e0c-a779-3226296181c2",
"checkpoint_ns": "",
"checkpoint_id": "1ef4a9b8-e6fb-67b1-8001-abd5184439d1",
"checkpoint_map": {}
}
}
```
|
2024-10-09 14:33:14 +02:00 |
|
 Andrew NguonlyandGitHub
|
28ff7fd7ba
|
docs: Update LangGraph API docs (#2056)
### Summary
Adding endpoints for `/subgraphs` and `/store`.
|
2024-10-08 16:44:01 -07:00 |
|
Tat Dat Duong
|
0628c6402f
|
Fix typo
|
2024-10-09 01:00:36 +02:00 |
|
Tat Dat Duong
|
db61d294a6
|
Code review
|
2024-10-09 01:00:06 +02:00 |
|
 Andrew NguonlyandGitHub
|
7883ceae64
|
sdk-py: Add Sequence[dict] type to values param type for update_state() (#2054)
### Summary
The LangGraph API supports a list of `dict` for the `values` field for
the `POST /threads/<thread_id>/state` endpoint.
Reference:
https://github.com/langchain-ai/langgraph-api/blob/main/api/openapi.json#L3005-L3021
|
2024-10-08 13:49:27 -07:00 |
|
 Andrew NguonlyandGitHub
|
6698e25a04
|
sdk-py: Add "*" literal to interrupt_before and interrupt_after types (#2053)
### Summary
The LangGraph API supports the literal string `"*"` for
`interrupt_before` and `interrupt_after`.
Reference:
https://github.com/langchain-ai/langgraph-api/blob/main/api/openapi.json#L2425
|
2024-10-08 13:29:11 -07:00 |
|
 Andrew NguonlyandGitHub
|
fd1a9e4da3
|
sdk-py: Add custom stream mode to StreamMode type (#2051)
### Summary
The LangGraph API supports `custom` stream mode type.
Reference:
https://github.com/langchain-ai/langgraph/blob/main/docs/docs/cloud/reference/api/openapi.json#L2403
|
2024-10-08 12:44:37 -07:00 |
|
 Andrew NguonlyandGitHub
|
82c316b3f7
|
sdk-py: Update return type annotation for Thread.update_state() methods. (#2050)
### Summary
The response body of the endpoint `POST /threads/{thread_id}/state`
looks like this:
```
{
"checkpoint": {
"thread_id": "e2496803-ecd5-4e0c-a779-3226296181c2",
"checkpoint_ns": "",
"checkpoint_id": "1ef4a9b8-e6fb-67b1-8001-abd5184439d1",
"checkpoint_map": {}
}
}
```
|
2024-10-08 12:04:26 -07:00 |
|
Tat Dat Duong
|
7a282f82dc
|
Tests?
|
2024-10-08 20:55:49 +02:00 |
|
Tat Dat Duong
|
45a12c938b
|
Add more nested tests for nested subgraphs
|
2024-10-08 20:49:16 +02:00 |
|
Tat Dat Duong
|
b51f5d6345
|
Fix optional types
|
2024-10-08 20:09:51 +02:00 |
|
Tat Dat Duong
|
f9e900f39a
|
Fix 3.9
|
2024-10-08 19:58:42 +02:00 |
|
Tat Dat Duong
|
e564902753
|
Add async tests
|
2024-10-08 19:57:39 +02:00 |
|
Tat Dat Duong
|
e3bee7d843
|
Add tests
|
2024-10-08 19:52:05 +02:00 |
|
Tat Dat Duong
|
4f61dd1aa6
|
Fix tests
|
2024-10-08 19:18:52 +02:00 |
|
Tat Dat Duong
|
7e9cf02922
|
Use casting instead
|
2024-10-08 17:08:08 +02:00 |
|
Tat Dat Duong
|
50b1a1e230
|
Cleanup, move instanceof checks to an util
|
2024-10-08 17:01:40 +02:00 |
|
Tat Dat Duong
|
c1081af6bc
|
Fix lint
|
2024-10-08 16:41:48 +02:00 |
|
Tat Dat Duong
|
dfb265f296
|
feat(debug): send tasks info
|
2024-10-08 16:21:38 +02:00 |
|
 William FHandGitHub
|
254b12a62d
|
Use AsyncBatch for postgres store (#2020)
checkpointpostgres==2.0.1
|
2024-10-08 06:58:26 +00:00 |
|
 
|
7c2a89dbc8
|
docs memory concept: Suggestion batch 1 (#2040)
Co-authored-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com>
|
2024-10-08 02:55:51 +00:00 |
|
 Eugene YurtsevandGitHub
|
34b23fce06
|
docs: batch 2 Update memory.md (#2041)
|
2024-10-07 19:53:50 -07:00 |
|
 Vadym BardaandGitHub
|
4633364e8e
|
docs: small edits to memory concepts (#2039)
|
2024-10-07 18:31:48 -07:00 |
|
 William FHandGitHub
|
23c1957812
|
Update glossary (#2038)
|
2024-10-08 01:03:11 +00:00 |
|
 William FHandGitHub
|
90b8b4d745
|
Fixup Grammar (#2037)
|
2024-10-07 16:56:13 -07:00 |
|
 William FHandGitHub
|
45957cc72a
|
Docs Nits Pass 2 (#2036)
|
2024-10-07 16:48:22 -07:00 |
|
  
|
d5da547850
|
Shared state conceptual docs (#1958)
Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
Co-authored-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com>
|
2024-10-07 23:16:34 +00:00 |
|
 Riya SinhaandGitHub
|
61798d09d2
|
checkpoint: set CheckpointNS ConfigurableFieldSpec model default to empty string (#2019)
|
2024-10-07 18:38:18 +00:00 |
|
 Nuno CamposandGitHub
|
4685dc103a
|
Merge pull request #2032 from langchain-ai/nc/7oct/kafka-loop-arg
scheduler-kafka: Pass loop arg to default async consumer and producer
|
2024-10-07 10:22:31 -07:00 |
|
Nuno Campos
|
e5b4cd2701
|
scheduler-kafka: Pass loop arg to default async consumer and producer
- Some forks of aiokafka make this a required arg
|
2024-10-07 10:16:36 -07:00 |
|
 David DuongandGitHub
|
debfd85ff8
|
Merge pull request #2031 from langchain-ai/dqbd/js-0.0.16
feat(sdk-js): bump to 0.0.16
|
2024-10-07 18:15:46 +02:00 |
|
Tat Dat Duong
|
24f21a0ad8
|
feat(sdk-js): bump to 0.0.16
|
2024-10-07 18:10:32 +02:00 |
|
 David DuongandGitHub
|
b5138cd8f9
|
Merge pull request #2029 from langchain-ai/dqbd/js-get-history-checkpoint
feat(sdk-js): add `checkpoint` arg in `getHistory`
|
2024-10-07 17:52:27 +02:00 |
|
Tat Dat Duong
|
05f645b87c
|
Make types more explicit
|
2024-10-07 17:47:36 +02:00 |
|
Tat Dat Duong
|
9ff5715961
|
feat(sdk-js): add checkpoint arg in getHistory
|
2024-10-07 17:24:29 +02:00 |
|
 William FHandGitHub
|
b42a31fdae
|
Rm dup END (#2022)
|
2024-10-06 21:24:11 -07:00 |
|