Nuno Campos
4844537cf1
Merge pull request #1188 from langchain-ai/nc/1aug/update-sdks
...
Nc/1aug/update sdks
2024-08-01 09:54:47 -07:00
Nuno Campos
5dddcc803a
Mark all schemas as optional in js and py sdk typings
2024-08-01 09:43:46 -07:00
Nuno Campos
85e8c7094a
Fix create entrypoints script
2024-08-01 09:43:30 -07:00
Bagatur
8268d62e99
docs: rm discord ( #284 )
...
* docs: rm discord
* sync readme
---------
Co-authored-by: bracesproul <braceasproul@gmail.com >
2024-07-31 13:38:16 -07:00
Jacob Lee
a8c4f81a7c
Add quickstart to tutorials ( #288 )
2024-07-31 13:38:00 -07:00
Brace Sproul
baf0155938
docs[minor]: Port concepts pages from PY docs ( #286 )
...
* docs[minor]: Port concepts pages from PY docs
* update docs
* fix broken links
2024-07-29 13:13:59 -07:00
Justin Levi Winter
be165c77d0
tslab instructions - Update README.md ( #280 )
...
* tslab instructions - Update README.md
I was very familiar with Jupyter notebooks but hadn't used tslab before. Took me a minute to figure out how to run the examples. This may not be the best approach, but got me up and running and thought it might help someone else.
* Update README.md
* Sync readmes
---------
Co-authored-by: Jacob Lee <jacoblee93@gmail.com >
2024-07-25 11:10:56 -07:00
Jacob Lee
773414fcfc
Update README code ( #283 )
2024-07-24 18:32:34 -07:00
Brace Sproul
7d9c9847c9
infra[patch]: Use non rc of langchain/scripts 0.0.19 ( #282 )
2024-07-24 12:51:40 -07:00
Brace Sproul
d5c8a517c3
infra[patch]: Use latest turbo repo and build setup ( #271 )
...
* infra[patch]: Use latest turbo repo and build setup
* bruh
* fix script
* try this
* cr
* cr
* cr
* cr
* cr
* cr
* cr
* new unit test
* cr
* drop ubuntu test env
* try sum new for cache
* bruh
* fast fail false
* cr
* cr
* cr
* bump turbo version
* tmp try canary
* cr
* cr
* cr
* cr
* cr
* upgrade langchain/scripts
* cr
* cr
* cr
* cr
2024-07-24 12:41:11 -07:00
Brace Sproul
653887d0d9
docs[minor]: Add wait user input doc ( #272 )
2024-07-24 12:24:19 -07:00
Brace Sproul
c5bdd0a9b2
docs[minor]: Edit graph state how to guide ( #269 )
...
* docs[minor]: Edit graph state how to guide
* lets gooo
* cr
* update min/max core version
* cr
* update ci yarn install command
2024-07-24 12:24:13 -07:00
William FH
4a7345affb
Update typedoc build ( #1087 )
2024-07-23 21:27:40 -07:00
Jacob Lee
8f1e8e29b7
Release 0.0.31 ( #279 )
2024-07-23 01:32:41 +00:00
Jacob Lee
f692b617c8
Fix bundlers dropping AsyncLocalStorage initialization in entrypoint ( #278 )
...
* Fix bundlers dropping AsyncLocalStorage initialization in entrypoint
* Update lock
2024-07-22 18:30:17 -07:00
Jacob Lee
8768872d37
Adds guide on streaming without LangChain models ( #274 )
...
* Adds guide on streaming without LangChain models
* Fix notebook
2024-07-21 23:08:01 -07:00
Jacob Lee
14306ea09d
Release 0.0.30 ( #276 )
2024-07-21 23:07:10 -07:00
Jacob Lee
a46d8da50b
Update conditional edge tracing for new core version ( #275 )
2024-07-21 23:01:40 -07:00
Jacob Lee
42c9d068c0
Adds example of how to stream a structured final response from an agent ( #273 )
...
* Adds example of how to stream a structured final response from an agent
* Fix CI by downgrading to 22.4.1
2024-07-19 17:05:29 -07:00
Brace Sproul
139c64b4f1
docs[minor]: Add human in the loop breakpoints doc ( #268 )
2024-07-18 10:12:45 -07:00
Jacob Lee
134d24f4d5
Release 0.0.29 ( #270 )
2024-07-18 01:19:21 -07:00
Jacob Lee
80645ae120
Adds automatic error handling for ToolNode, RemoveMessage support ( #266 )
...
* Adds automatic error handling for ToolNode
* Adds support for RemoveMessage, add tool calling error guide
* Fix typos
0.0.29
2024-07-18 01:17:09 -07:00
Brace Sproul
a5457badb7
docs[minor]: Manage conversation history doc ( #262 )
...
* docs[minor]: Manage conversation history doc
* finish doc
2024-07-16 16:44:06 -07:00
Brace Sproul
b42c0bdf35
Release 0.0.28 ( #263 )
0.0.28
2024-07-16 15:23:36 -07:00
Brace Sproul
dda5b91c81
infra[patch]: Set yarn version to 3.5.1 ( #261 )
...
* infra[patch]: Set yarn version to 3.5.1
* run yarn install
2024-07-16 13:15:03 -07:00
Brace Sproul
ed94a045f2
minor: Allow RunnableToolLike ( #260 )
...
* minor: Allow RunnableToolLike
* cr
2024-07-16 11:00:15 -07:00
Vadym Barda
c8ddceb633
sdk-js: release 0.0.2 ( #1033 )
2024-07-16 09:20:25 -04:00
Vadym Barda
9d7f471911
sdk-js: add thread_id and if_exists to ThreadsClient.create ( #1032 )
2024-07-16 09:18:22 -04:00
Jacob Lee
c2d8620613
Release 0.0.27 ( #259 )
2024-07-16 05:12:38 +00:00
Brace Sproul
df98e0a2d2
Handle ToolMessage outputs from tool funcs ( #244 )
...
* [minor]: Handle ToolMessage outputs from tool funcs
* format and lint
* Update types
* Update tool_executor.ts
* Pass raw tool call in
* Bump version
* Adds test
* Fix build
---------
Co-authored-by: jacoblee93 <jacoblee93@gmail.com >
2024-07-15 22:09:22 -07:00
Jacob Lee
20b74d69b1
Adds metadata corresponding to the current node to configs ( #249 )
...
* Adds metadata corresponding to the current node to configs
* Fix test
2024-07-15 21:15:53 -07:00
Jacob Lee
2af08c2484
Removes 'In[1]' column from docs ( #258 )
...
* Removes 'In[1]' column from docs
* Hide output indent columns too
2024-07-12 19:56:52 +00:00
Jacob Lee
ba27825623
Update final repsonse streaming docs ( #256 )
2024-07-12 00:03:05 -07:00
Jacob Lee
60ae7acd72
Remove broken edit and view source buttons from docs ( #255 )
...
CC @vbarda
2024-07-11 15:11:54 -07:00
Vadym Barda
92b2a4e079
docs: add postgres checkpointer how-to ( #254 )
2024-07-11 17:22:20 -04:00
Vadym Barda
025af13f25
docs: better how-tos structure + add streaming how-tos ( #252 )
...
---------
Co-authored-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com >
2024-07-11 15:34:54 -04:00
Vadym Barda
8fab32ecae
Merge pull request #250 from langchain-ai/vb/fix-formattings
...
docs: fix formatting in readme
2024-07-10 22:40:17 -04:00
vbarda
3b8dcd19d5
nit
2024-07-10 22:18:59 -04:00
vbarda
2f1d654990
docs: fix formatting in readme
2024-07-10 22:17:31 -04:00
Vadym Barda
dc501f41e5
Merge pull request #248 from langchain-ai/vb/update-structure
...
docs: use README for home page
2024-07-10 22:11:10 -04:00
vbarda
1adb01fe9f
remove tavily
2024-07-10 21:30:49 -04:00
William Fu-Hinthorn
4fb85bd2a0
n
2024-07-10 18:01:43 -07:00
William Fu-Hinthorn
6c8e86eca7
Fix typing + add check
2024-07-10 18:01:09 -07:00
vbarda
ccd7e40942
docs: use README for home page
2024-07-10 19:25:17 -04:00
Vadym Barda
23d01122e2
Merge pull request #247 from langchain-ai/vb/update-styles
...
docs: update logo & style
2024-07-10 16:05:16 -04:00
vbarda
d6730a3778
docs: update logo & style
2024-07-10 15:52:36 -04:00
Jacob Lee
802fad9cb5
Adds Mermaid graph support ( #241 )
...
* Adds Mermaid graph support
* Fix test
* Fix test
* Fix version
* Remove overridden graph implementation
2024-07-09 09:13:59 -07:00
Vadym Barda
13d9cb3a5f
sdk-js: release 0.0.1 ( #918 )
2024-07-03 14:07:39 -04:00
Jacob Lee
58e73e3768
Loosen types to allow reducers with different update types ( #240 )
2024-07-02 23:34:47 -07:00
Jacob Lee
b37c2e088d
Release 0.0.26 ( #239 )
2024-07-02 16:21:17 -07:00