Tat Dat Duong
39d85466f8
Bump to 0.1.80
2025-03-25 23:36:33 +01:00
Tat Dat Duong
3c797529bb
Avoid frozen lockfile
2025-03-25 23:32:40 +01:00
Tat Dat Duong
0d185d43ed
feat(cli): add packageManager and devEngines detection
2025-03-25 23:26:04 +01:00
Eugene Yurtsev and GitHub
1a37f2d5a2
sdk-py: release 0.1.59 ( #4018 )
2025-03-25 17:58:51 -04:00
Nuno Campos and GitHub
b6055ff3fe
Warn when get_graph tries to draw edge that doesn't exist ( #4021 )
2025-03-25 12:57:31 -07:00
Nuno Campos
e082ba4f85
Warn when get_graph tries to draw edge that doesn't exist
2025-03-25 12:50:47 -07:00
Vadym Barda and GitHub
f36b7f61fb
prebuilt: release 0.1.6 ( #4020 )
2025-03-25 15:49:02 -04:00
Vadym Barda and GitHub
4095f0a927
prebuilt: only combine Command.PARENT for Send gotos in ToolNode ( #4019 )
2025-03-25 15:47:46 -04:00
Eugene Yurtsev and GitHub
5d7e818882
sdk: Add headers to sync client ( #4012 )
...
Add ability to pass run time headers to the sync client.
2025-03-25 14:58:33 -04:00
Vadym Barda and GitHub
af7515c37a
prebuilt: release 0.1.5 ( #4015 )
2025-03-25 13:52:35 -04:00
Vadym Barda and GitHub
b97cda4290
prebuilt: add support for multiple Command(graph=Command.PARENT) returned by tools ( #4003 )
2025-03-25 13:51:05 -04:00
Ykoh and GitHub
01fed0fae2
Docs fix example docs ( #3971 )
2025-03-25 11:02:20 -04:00
Nuno Campos
2ac22f8246
0.3.20
2025-03-24 18:09:56 -07:00
Nuno Campos
5526486a0b
Use 128bit hash for task ids
2025-03-24 18:04:26 -07:00
William Fu-Hinthorn
10859da99a
Handle sneds
2025-03-24 17:12:50 -07:00
Nuno Campos and GitHub
b285a118a7
Log and continue for subgraph schema issues ( #3997 )
2025-03-24 16:31:42 -07:00
William Fu-Hinthorn
d8cc9c9680
merge with ormsgpack
2025-03-24 16:21:59 -07:00
William Fu-Hinthorn
723d6f8a84
Add json mode msgpack unpacker
2025-03-24 16:15:48 -07:00
Nuno Campos and GitHub
696a922241
Switch serialization lib to ormsgpack ( #3953 )
...
- faster for large states
- supports tuples as dict keys
2025-03-24 16:08:57 -07:00
Eugene Yurtsev and GitHub
c598fee7d6
sdk-py: Propagate headers in the async client ( #4001 )
...
Propagate headers in the async client
2025-03-24 16:30:40 -04:00
William FH and GitHub
6da6c4443a
Merge branch 'main' into wfh/log_and_continue
2025-03-24 12:25:47 -07:00
Eugene Yurtsev and GitHub
addb491cfd
sdk: allow specifying run time headers in http client ( #4000 )
...
This PR only allows this in the HTTP client.
I can follow up with a PR to allow throughout the entire API.
The use case is to allow instantiating the client once (w/ a single connection pool), but allowing changing api keys and any other headers at run time
2025-03-24 14:47:35 -04:00
Nuno Campos
3f4d1c66c2
0.3.19
2025-03-24 09:45:54 -07:00
Nuno Campos
2ee5b8e9d1
Bump
2025-03-24 09:03:23 -07:00
Nuno Campos
aadbcb443a
Bump
2025-03-24 09:03:23 -07:00
Nuno Campos
a88794b74e
Update ormsgpack
2025-03-24 09:03:23 -07:00
Nuno Campos
556733c77c
Bump
2025-03-24 09:01:55 -07:00
Nuno Campos
3d16acf3f5
Switch serialization lib to ormsgpack
...
- faster for large states
- supports tuples as dict keys
2025-03-24 09:01:55 -07:00
Nuno Campos and GitHub
87cbc4942d
Switch task ids to use xxhash3 ( #3954 )
...
- much faster / less memory allocations
- backwards compat by applying only to checkpoint versions 2 or above
2025-03-24 08:42:50 -07:00
Nuno Campos and GitHub
6d63300c9a
benchmarks: Add 1st event latency ( #3909 )
2025-03-24 07:58:47 -07:00
Nuno Campos
a5dd181138
Update
2025-03-24 07:57:02 -07:00
William Fu-Hinthorn
ad63b730b3
Log and continue for subgraph schema issues
2025-03-24 07:50:25 -07:00
Nuno Campos
528d3946c6
Lock
2025-03-24 07:49:24 -07:00
Nuno Campos
037d9d1402
Lock
2025-03-24 07:49:24 -07:00
Nuno Campos
6aee213f3c
Switch task ids to use xxhash3
...
- much faster / less memory allocations
- backwards compat by applying only to checkpoint versions 2 or above
2025-03-24 07:49:24 -07:00
Ykoh and GitHub
765b04adfd
Docs: fix example ( #3972 )
2025-03-21 16:39:39 -04:00
11c71fef89
chore(docs): Improve documentation for AsyncSqliteSaver ( #3858 )
...
**Description:**
Make AsyncSqliteSaver examples workable.
**Issue:**
For "Usage within StateGraph" example,
SyntaxError: 'async with' outside async function
For "Raw usage" example
KeyError: 'checkpoint_ns' and KeyError: 'id'
**Dependencies:**
N/A
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com >
2025-03-21 15:50:51 -04:00
Eugene Yurtsev
8be0fb675a
x
2025-03-21 15:25:28 -04:00
William Fu-Hinthorn
9c36a7de85
Add studio URL flag
2025-03-21 11:20:29 -07:00
Eugene Yurtsev
d166dea4f0
Merge branch 'main' into eugene/add_latency
2025-03-21 12:55:37 -04:00
Vadym Barda and GitHub
8e922b859c
prebuilt: release 0.1.4 ( #3977 )
2025-03-21 12:05:15 -04:00
Vadym Barda and GitHub
9a4c30135f
prebuilt: pass last message to structured response model in create_react_agent ( #3976 )
2025-03-21 11:58:27 -04:00
William FH and GitHub
bc6651f34c
Studio cli command ( #3962 )
2025-03-20 17:57:56 -07:00
William Fu-Hinthorn
23bb5369b9
Studio cli command
2025-03-20 17:51:08 -07:00
Nuno Campos and GitHub
85b81371f7
Use incremental storage in memory checkpointer ( #3960 )
...
- This makes our checkpoint benchmarks more closely resemble the
behavior of our prod checkpointers
- Also found and fixed a bug w multiple subgraphs in same node
accidentally sharing checkpoints
2025-03-20 16:33:47 -07:00
Nuno Campos
54ab833b74
Lint
2025-03-20 16:26:52 -07:00
Nuno Campos
4ea936eaf4
Lint
2025-03-20 16:24:57 -07:00
Nuno Campos
9d81ec9ffd
Lint
2025-03-20 16:22:24 -07:00
Nuno Campos
46b652a74c
Use incremental storage in memory checkpointer
...
- This makes our checkpoint benchmarks more closely resemble the behavior of our prod checkpointers
- Also found and fixed a bug w multiple subgraphs in same node accidentally sharing checkpoints
2025-03-20 16:11:36 -07:00
Vadym Barda and GitHub
7013ca9a3f
docs: use hosted logo ( #3959 )
2025-03-20 18:17:22 -04:00