Commit Graph

2771 Commits

Author SHA1 Message Date
Tat Dat Duong 3848a4c71e Bump to 0.0.7 2024-08-24 19:24:39 +02:00
Tat Dat Duong 97f16a659d feat(sdk-js): add apiKey property 2024-08-24 19:24:13 +02:00
Jacob Lee 421d2553d7 Update docstrings, improve API refs (#369) 2024-08-24 00:48:51 +00:00
Brace Sproul a7e145865a docs[minor]: Add how to on deleting messages from state (#367) 2024-08-23 17:04:45 -07:00
Brace Sproul f6f6930c07 docs[patch]: Update sidebar and index page links (#364) 2024-08-23 16:44:27 -07:00
Jacob Lee 622852029a checkpoint-mongodb[patch]: Release 0.0.2 (#365) 2024-08-23 23:03:30 +00:00
Jacob Lee 8828308905 Fix build steps, docs issue (#363) 2024-08-23 15:58:14 -07:00
Brace Sproul d12ce5768a docs[minor]: Add map reduce docs (#361) 2024-08-23 15:13:11 -07:00
Brace Sproul 1d9ad1f204 infra[patch]: Add dist-cjs to gitignore (#362) 2024-08-23 14:06:04 -07:00
dependabot[bot] 484227aeeb Bump micromatch from 4.0.7 to 4.0.8 in /libs/sdk-js
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.7 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/4.0.8/CHANGELOG.md)
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.7...4.0.8)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-23 20:36:31 +00:00
Jacob Lee 9d08d04696 Adds MongoDB checkpointer (#352) 0.1.1 2024-08-23 12:43:37 -07:00
Jacob Lee 9c4bcaf2d1 Release 0.1.1 (#358) 2024-08-23 18:03:00 +00:00
Jacob Lee cd3674ea2b checkpoint-sqlite[patch]: Release 0.0.1 (#357) 2024-08-23 17:57:24 +00:00
Jacob Lee d2c228b16f checkpoint[patch]: Release 0.0.1 (#356) 2024-08-23 17:51:17 +00:00
Jacob Lee 16673dc861 Update checkpoint serde to support types (#353) 2024-08-23 10:41:45 -07:00
Brace Sproul fa8d421a14 docs[patch]: Fix state def in low level concepts doc (#355) 2024-08-23 09:32:24 -07:00
Brace Sproul b2b3584c9e docs[patch]: Correct API ref urls (#351) 2024-08-22 18:09:39 -07:00
Brace Sproul ce69236b55 docs[minor]: Add doc on defining state (#350) 2024-08-22 18:02:46 -07:00
Tat Dat Duong f7c769c98e Add missing status 2024-08-23 01:38:53 +02:00
Brace Sproul 9ec7c5b6db infra[patch]: Upgrade scripts version (#349) 2024-08-22 16:11:24 -07:00
bracesproul e77a8eade7 docs[patch]: Re-run to remove unexpected rebuildtimer errors 2024-08-22 15:29:36 -07:00
Tat Dat Duong 627bed5e18 Bump to 0.0.6 2024-08-23 00:18:28 +02:00
Tat Dat Duong 97765dc541 fix(sdk-js): support sending end events 2024-08-23 00:18:06 +02:00
Brace Sproul 2099d68a7b docs[patch]: Fix remaining API ref url (#348) 2024-08-22 21:51:34 +00:00
Brace Sproul 9c10c138d0 docs[minor]: Update docs on init syntax in concepts (#347) 2024-08-22 14:40:53 -07:00
Brace Sproul 82ab0a5852 docs[minor]: Update init syntax for RAG docs (#339) 2024-08-22 14:13:41 -07:00
Brace Sproul bddbafe2a8 docs[patch]: Extract proper tool input in rewoo doc (#345) 2024-08-22 13:19:18 -07:00
Jacob Lee 2815f323dd Release 0.1.0 (#344) 2024-08-22 18:32:23 +00:00
Jacob Lee 0d0ecb772e Merge 0.1 (#342) 0.1.0 2024-08-22 11:26:15 -07:00
jacoblee93 81ebfe82b0 Merge 2024-08-22 11:10:40 -07:00
Jacob Lee 8c8d0a9f21 Rename (#343) 2024-08-22 11:09:36 -07:00
Brace Sproul a196347838 langgraph[minor]: Expose MessagesState annotation (#333)
* langgraph[minor]: Expose MessagesState annotation

* fix issues

* format

* side effects

* add new entrypoint file

* message to messages

* message_state -> messages_state

* bump

* add to entrypoint

* format n lint

* Fix

---------

Co-authored-by: jacoblee93 <jacoblee93@gmail.com>
2024-08-22 10:59:47 -07:00
jacoblee93 9e53262cb5 Fix API ref build 2024-08-22 10:32:01 -07:00
jacoblee93 8a1e416c6f Fix API refs 2024-08-22 10:16:57 -07:00
jacoblee93 22e0e33e99 Fix export tests 2024-08-22 10:03:57 -07:00
Jacob Lee dc33895b84 Split checkpointers into libraries (#341)
* Split checkpointers into libraries

* Update readme

* Fix CI

* Update release scripts

* Update README

* Update rc

* Preserve peer deps for now
2024-08-22 09:43:15 -07:00
jacoblee93 65996bef8f Adds test for callbacks and returning empty objects in nodes 2024-08-22 01:36:01 -07:00
jacoblee93 5f2c8b953a Merge branch 'main' of https://github.com/langchain-ai/langgraphjs into 0.2 2024-08-22 01:20:38 -07:00
Jacob Lee ae29f741b8 Refactor task execution, fix pending writes and resuming from error state (#340) 2024-08-22 01:11:50 -07:00
Brace Sproul d9d219f28d docs[minor]: Update graph init syntax of more docs (#335)
* docs[minor]: Update graph init syntax of more docs

* start updating hierarchial agents ntbk

* updated hierarchical agent doc

* fix type errors

* updated multi agent colab doc

* fixed plan and execute doc

* reflection and rewoo

* remove dep
2024-08-21 17:12:44 -07:00
Brace Sproul 788ed5fc45 infra[patch]: Bump langchain scripts version (#334) 2024-08-21 14:14:20 -07:00
Jacob Lee a226918956 Add pending writes to debug state, fix forking state bug (#338)
* Add pending writes to debug state

* Fix checkpoint forking bug

* Fix test
2024-08-21 11:17:54 -07:00
jacoblee93 3598cc115f Rc 2024-08-21 09:52:32 -07:00
David Duong 74442113c1 feat(debug): add checkpoint debug events (#323)
* feat(debug): add checkpoint debug events

* fix(algo): only return channels which actually triggered the task (#324)

* Match checkpoint events with Python

* Revert triggers PR
2024-08-21 09:50:56 -07:00
David Duong 1009d61a72 feat(js-sdk): add config and parent_config to thread state schema (#1411)
* feat(js-sdk): add config and parent_config to thread state schema

* Bump to 0.0.5
2024-08-21 17:00:10 +02:00
jacoblee93 aaed10c6e3 Merge branch 'main' of https://github.com/langchain-ai/langgraphjs into 0.2 2024-08-20 17:33:03 -07:00
Jacob Lee d7a9232cab Update channel base class, fix checkpointer error handling in loop (#337)
* Update channel base class, fix checkpointer error handling in loop

* Fix
2024-08-20 17:32:44 -07:00
Brace Sproul 8ad1c7ca36 docs[minor]: Add missing items to sidebar, add new tools doc (#332) 2024-08-20 12:14:33 -07:00
Brace Sproul bcefdd0cfa docs[patch]: Update init syntax in readmes (#331) 2024-08-20 11:14:38 -07:00
Jacob Lee 1b701f2946 Refactor to use PregelLoop (#330)
* Refactor checkpoint

* Fix lint and format

* Fix tests, fix UUIDv5 issue

* Fix build

* Refactor _applyWrites

* Finish initial loop implementation

* Fix build

* Continued refactor

* Fix test
2024-08-20 09:57:57 -07:00