Commit Graph

18 Commits

Author SHA1 Message Date
David Duong 9546477a55 chore: add changesets CLI (#1347) 2025-07-07 11:40:56 +00:00
Tat Dat Duong fa01615cc4 security: ensure we're using the same tsx version 2025-05-08 18:48:57 +02:00
Ben Burns c656f1982c chore(langgraph, examples): bump version of @langchain/core (#884) 2025-02-21 21:16:08 +13:00
Jacob Lee d97a008909 docs: Update docs for functional API (#809) 2025-01-27 20:48:22 -08:00
Jacob Lee 5969ea8d87 fix(langgraph): Fix chat model streaming for streamMode messages (#745) 2024-12-16 20:00:18 +00:00
Jacob Lee 3ef8ace0f0 feat(langgraph): Allow tools to return Commands and update graph state (#740) 2024-12-12 15:42:34 -08:00
Brace Sproul 5f324c1860 fix(langgraph): Prevent non RunnableConfig keys from being passed (#707) 2024-12-05 15:03:13 -08:00
Jacob Lee 2c8510060f fix(langgraph): Make graph nodes stream chunks immediately rather than aggregating (#648) 2024-11-01 12:19:51 -07:00
Jacob Lee 6657998095 chore(langgraph): Bump dev dependencies (#635) 2024-10-25 22:42:26 +00:00
Jacob Lee 70453f20ac feat(langgraph): Clean up traces (#627) 2024-10-24 12:53:37 -07:00
Jacob Lee 52abbc2ed5 docs: Update tool runtime docs to show context variable example (#585) 2024-10-12 12:43:34 -07:00
Jacob Lee 39eb62206b feat: Add xray support for drawing subgraphs (#542) 2024-10-02 12:10:32 -07:00
Jacob Lee 811a4347ac chore(deps): Bump core dep (#479) 2024-09-13 17:58:48 -07:00
Jacob Lee 547b4a88e8 langgraph[minor]: 0.2, make @langchain/core a peer dependency to avoid conflicts (#431)
Co-authored-by: Isaac Francisco <78627776+isahers1@users.noreply.github.com>
2024-09-02 18:29:14 -07:00
Brace Sproul 8fa347896d examples[minor]: Port langchain examples code to run ts files in examples (#383) 2024-08-26 12:22:54 -07:00
Brace Sproul 82ab0a5852 docs[minor]: Update init syntax for RAG docs (#339) 2024-08-22 14:13:41 -07:00
Brace Sproul b4ccbe2919 docs[minor]: Update init syntax docs (#328)
* docs[minor]: Update init syntax docs

* start porting chat agent executor w func calling doc

* finished porting

* validated

* agent executor refactor

* nits

* update branching how to

* updated breakpoints doc

* updated configuration doc

* updated dynamically returning directly ntbk

* updated edit graph state doc

* update force calling a tool doc

* updated human in the loop doc

* Updated manage conversation history doc

* Updated managing agent steps doc

* update postgres notebook

* update persistence notebook

* updated stream tokens doc

* updated stream updates doc

* updated stream values doc

* updated streaming tokens without langchain doc

* updated subgraph docs

* updated time travel guide

* updated dealing with tool calling errors doc

* updated use in web env guide

* fix wait user input guide
2024-08-19 18:11:22 -07:00
Brace Sproul 3ba0a662cc ci[minor]: Add validate notebooks GH action (#321)
* ci[minor]: Add validate notebooks GH action

* update cmd to look inside examples too

* cr

* add examples package.json

* cr
2024-08-16 09:20:39 -07:00