William FH and GitHub
c917664f60
[SDK] Cleanup docstring( #841 )
2024-06-27 10:23:37 -07:00
William FH and GitHub
a9f20c2339
Beta ( #855 )
2024-06-27 09:19:47 -07:00
Nuno Campos
0db341e566
cli 0.1.45a1
2024-06-27 09:10:56 -07:00
Nuno Campos and GitHub
4768bdb0c8
cli: Add back up ( #854 )
...
* Revert "cli: Reduce to test and build commands (#838 )"
This reverts commit 5697f07163 .
* Undo
* Undo
* Undo
* Fix
* Fix
* Add license key admonition
* Quote env vars
* Test
2024-06-27 09:10:21 -07:00
Vadym Barda and GitHub
7973df6216
cli: release 0.1.45a1 ( #852 )
2024-06-27 11:08:58 -04:00
Nuno Campos
1a58af81b3
lib 0.1.2
2024-06-26 16:25:34 -07:00
8e611b42aa
Fix bug in add_conditional_edges when no path_map is provided ( #809 )
...
* Fix bug in add_conditional_edges when no path_map is provided
When an instance of a callable class is passed as the path arg to
add_conditional_edges but no path_map is provided, get_type_hints(path) is
called, which raises a TypeError (since get_type_hints only accepts a module,
class, method, or function).
This patch fixes the error by trying to get type hints from path.__call__ first,
which should work for instances of callable classes.
Tested: Added a test that raises TypeError without the fix in this patch but
passes with the fix.
* More defensive, additional test
---------
Co-authored-by: Nuno Campos <nuno@langchain.dev >
2024-06-26 16:24:59 -07:00
Nuno Campos
307c0cfe09
sdkpy 0.1.25
2024-06-26 15:31:57 -07:00
Nuno Campos and GitHub
c6466da098
sdk: Filter assistants by graph_id ( #843 )
2024-06-26 15:23:08 -07:00
Nuno Campos
32e8a2dc50
sdk py 0.1.24
2024-06-26 14:45:12 -07:00
Nuno Campos and GitHub
8d103667c8
sdk: Add support to filter threads by status ( #842 )
2024-06-26 14:44:27 -07:00
Isaac Francisco and GitHub
2657ebb57c
expose webhook option to sdk ( #812 )
2024-06-26 12:13:14 -07:00
Nuno Campos
29a040dc21
cli 0.1.45a0
2024-06-26 11:55:03 -07:00
Nuno Campos and GitHub
5697f07163
cli: Reduce to test and build commands ( #838 )
...
* cli: Reduce to test and build commands
* Bump timeout
* Fix test?
* Fix
* Fix output
2024-06-26 11:53:44 -07:00
Vadym Barda and GitHub
86c556d01e
cli: release 0.1.43 ( #836 )
2024-06-26 13:45:35 -04:00
Vadym Barda and GitHub
b7580abf45
cli: update CAT -> RUN in the dockerfile ( #816 )
2024-06-26 13:43:34 -04:00
Vadym Barda and GitHub
000a5c5b83
docs: update graph state in readme ( #835 )
2024-06-26 13:43:14 -04:00
Nuno Campos
fae97d9fba
cli0.1.42
2024-06-26 09:37:25 -07:00
Nuno Campos and GitHub
d16ec4f436
cli: Make base image configurable in build command ( #831 )
...
* cli: Make base image configurable in build command
* Lint
* Fix
2024-06-26 09:36:09 -07:00
William FH and GitHub
feca5e1970
[Docs] Restore Linkcheck ( #824 )
...
Plus:
1. Improve docstrings of add_node
2. Update crosslinking of sqlite and aiosqlite docstrings
3. Fix a bunch of links so we can turn on strict validation
2024-06-26 00:04:13 -07:00
David Duong and GitHub
5db7a2dc6a
cli: release 0.1.42 ( #813 )
2024-06-26 00:35:28 +01:00
David Duong and GitHub
ac34a4724f
chore(cli): use different container port for debugger ( #811 )
...
* chore(cli): use different container port for debugger
* Fix test
2024-06-26 00:16:50 +01:00
Vadym Barda and GitHub
e80ddab3a5
cli: add analytics ( #754 )
2024-06-24 18:14:56 -04:00
Vadym Barda and GitHub
66ae1ff9b0
CI: run only on file changes ( #784 )
2024-06-24 14:44:55 -04:00
David Duong and GitHub
393a0e741c
feat(js): add ability to specify custom fetch ( #783 )
...
* feat(js): add ability to specify custom fetch
* Bump to 0.0.1-rc.14
* Fix format
2024-06-24 13:21:58 +01:00
William FH and GitHub
d9b4d021bd
[Docs] Update docstrings ( #780 )
...
To add more color on the meaning of some arguments.
2024-06-23 17:38:26 -07:00
Andrew Nguonly and GitHub
20f84f2041
docs: Create JS/TS SDK reference page ( #779 )
...
* Create JS/TS SDK reference docs.
* Remove index.mts from typedoc entry point.
2024-06-23 17:24:30 -07:00
Nuno Campos
cf2bda49a0
0.1.1
2024-06-21 18:15:39 -07:00
Nuno Campos and GitHub
99fa57666e
Add support for using Context channel in StateGraph ( #761 )
...
* Add support for using Context channel in StateGraph
* Fix handling of asynccontextmanager funcs
2024-06-21 17:49:52 -07:00
Vadym Barda and GitHub
a29f354d9b
docs: update home page ( #753 )
2024-06-21 17:17:32 -04:00
Vadym Barda and GitHub
f8e7221cae
cli: release 0.1.41 ( #746 )
2024-06-21 12:19:33 -04:00
Vadym Barda and GitHub
6699f53d53
cli: fix standalone docker compose version str ( #745 )
2024-06-21 12:17:06 -04:00
Vadym Barda and GitHub
3e1e3fbac9
libs: add py.typed ( #729 )
...
* libs: add py.typed
* update
2024-06-20 17:08:35 -04:00
Vadym Barda and GitHub
4a38dd45dc
cli: release 0.1.40 ( #728 )
2024-06-20 16:10:28 -04:00
Vadym Barda and GitHub
de5beead0d
cli: fix windows issues ( #723 )
2024-06-20 16:07:15 -04:00
Vadym Barda and GitHub
616de2467c
update deprecation warnings ( #718 )
2024-06-20 15:35:23 -04:00
Vadym Barda and GitHub
adaeff149a
add CLI examples & integration tests ( #711 )
2024-06-20 09:33:20 -04:00
Vadym Barda and GitHub
562b6a2301
sdk-js: release new rc ( #715 )
2024-06-19 20:35:54 -04:00
Vadym Barda and GitHub
cffece7480
langgraph: release 0.1.0 ( #713 )
2024-06-19 17:42:22 -04:00
Vadym Barda and GitHub
19ff4a142f
add test command for sdk-py ( #710 )
2024-06-19 16:00:55 -04:00
Vadym Barda and GitHub
6a926b2034
sdk-py: release 0.1.23 ( #709 )
2024-06-19 15:52:16 -04:00
Vadym Barda and GitHub
070e74c775
cli: release 0.1.39 ( #706 )
2024-06-19 14:20:25 -04:00
Nuno Campos
68164484eb
Fix
2024-06-19 08:19:17 -07:00
Nuno Campos
5fe91c110d
Update pypi info for each package
2024-06-19 08:15:58 -07:00
vbarda
b35bb19b31
sync again
2024-06-18 20:38:40 -04:00
vbarda
e791f7ef5a
sync changes
2024-06-18 20:19:55 -04:00
vbarda
7e936c3078
remove js build files
2024-06-18 13:13:57 -04:00
vbarda
52395d2e1a
spellcheck
2024-06-18 12:16:01 -04:00
vbarda
47f777c0f2
remove dockerfile, update readmes
2024-06-18 12:07:37 -04:00
vbarda
2b0fcb26f9
bump deps
2024-06-18 11:30:17 -04:00