Commit Graph

2755 Commits

Author SHA1 Message Date
Brace Sproul 17cb2a718d move require to update (#20) 2024-01-18 09:58:25 -08:00
bracesproul 0d061c2307 update deps 2024-01-18 09:54:07 -08:00
bracesproul 0009e4b4f3 update imports 2024-01-18 09:53:19 -08:00
Brace Sproul b52aec3858 Brace/final fixes (#19)
* code review

* cr

* release script
2024-01-18 09:52:16 -08:00
Brace Sproul c4aa3e1d97 entrypoints (#18)
* entrypoints

* built

* cr
2024-01-18 09:35:26 -08:00
Brace Sproul 85caf5de6b docs (#17)
* docs

* more

* cr

* formay

* cr
2024-01-18 09:32:46 -08:00
Brace Sproul f9b25cab11 Prebuilt code! (#16)
* Prebuilt code!

* format

* added agent executor prebuilt

* cr

* lint

* readme

* lint
2024-01-17 20:26:50 -08:00
Brace Sproul d040843ec7 state graph (#14)
* state graph

* fmt

* cr

* fixed tests

* fix deps

* cr
2024-01-17 17:32:11 -08:00
Brace Sproul 5e2ea809e1 [patch]: Pass callbacks through the proper arg (#15)
* [patch]: Pass callbacks through the proper arg

* cr

* format
2024-01-17 15:08:27 -08:00
Brace Sproul 1029426af6 run ci on prs (#9) 2024-01-17 05:58:20 -08:00
Brace Sproul d180e0cf6e bump langchain/core and fix patch confix method (#12) 2024-01-16 22:07:38 -08:00
Brace Sproul 9e814f2713 Brace/typing (#11)
* type errors

* format
2024-01-16 20:33:22 -08:00
Brace Sproul 2962b96b78 Brace/recursion (#8)
* Check for recursion

* lint

* cr

* cr
2024-01-16 20:11:48 -08:00
bracesproul d6df445a24 fix bad test import 2024-01-16 14:36:33 -08:00
Brace Sproul e7709fd74b add entrypoints (#7)
* add entrypoints

* update tsconfig

* fix circ dep
2024-01-16 14:35:05 -08:00
Nuno Campos 2285860b09 Fix up some issues (#6)
* Package infra

* cr

* rm turbo

* update release script

* Fix up some issues

* Remove .only

* merge

---------

Co-authored-by: bracesproul <braceasproul@gmail.com>
2024-01-16 13:46:58 -08:00
Brace Sproul 91c31ab1ec examples & docs (#3)
* examples & docs

* cr

* finished example
2024-01-16 12:20:06 -08:00
bracesproul e12365e8cc only check channels is not an object 2024-01-16 12:12:06 -08:00
Nuno Campos a7a96c1448 Merge pull request #4 from langchain-ai/brace/allow-channel-string
Brace/allow channel string
2024-01-16 11:43:52 -08:00
bracesproul 390b756334 cr 2024-01-16 11:38:12 -08:00
bracesproul 982f32e838 lint 2024-01-16 11:37:06 -08:00
bracesproul 12a81f42db Allow channel to be a string without missing key obj 2024-01-16 11:36:56 -08:00
Nuno Campos 91c456e49d Use released core 2024-01-16 11:01:05 -08:00
Nuno Campos 1ebf8449c0 Remove incorrect typing 2024-01-16 11:01:00 -08:00
bracesproul 2a4dead20a cr 2024-01-15 17:38:49 -08:00
Brace Sproul a6cfc333df tests[minor]: Fix failing tests (#2)
* fix test

* lint

* cr

* cr

* cr

* cr

* cr

* more tests

* cr
2024-01-15 17:37:05 -08:00
Nuno Campos cbfa528016 Fix some typing issues 2024-01-15 12:57:55 -08:00
bracesproul 13e69b3453 drop console 2024-01-15 12:37:58 -08:00
bracesproul d8310d6261 lint 2024-01-15 12:26:01 -08:00
bracesproul d1e29887c8 rest of tests 2024-01-15 12:25:50 -08:00
bracesproul 5abbeb3172 lint 2024-01-15 11:30:34 -08:00
bracesproul 539f35bc73 more tests 2024-01-15 11:30:02 -08:00
bracesproul 1db44627e8 fix empty key bug 2024-01-15 09:47:58 -08:00
bracesproul 89b19955f4 more tests 2024-01-11 17:25:19 -08:00
bracesproul d59835c7d2 almost all tests pass!" && git push -u origin main 2024-01-11 15:00:50 -08:00
bracesproul 0237f26ad7 cr 2024-01-11 14:21:09 -08:00
bracesproul 074d2d12cd pass output through and fix pipe override 2024-01-11 13:34:32 -08:00
bracesproul 5d69c088ed added tests for Channels 2024-01-10 16:55:36 -08:00
bracesproul f911de6cfd added channel class 2024-01-10 15:40:53 -08:00
bracesproul 7bc481ef56 fix some types 2024-01-10 15:25:16 -08:00
bracesproul f81cf89a5b lint & format 2024-01-10 15:18:37 -08:00
bracesproul 7684dda599 implemented validate & builds properly 2024-01-10 15:18:16 -08:00
bracesproul a81296defa fixed all type errors, implemented transform, stream and invoke 2024-01-10 14:29:48 -08:00
bracesproul db9c4af031 start of pregel 2024-01-09 18:17:11 -08:00
bracesproul 83f2983114 lint & format 2024-01-09 16:30:59 -08:00
bracesproul 0dbeaf2a9f drop bad code, todo later 2024-01-09 16:30:36 -08:00
bracesproul c404ad5527 read file done 2024-01-09 16:17:14 -08:00
bracesproul e9459706c3 add colorful console logs 2024-01-09 14:11:39 -08:00
bracesproul 957a44164f typing fixes 2024-01-09 14:00:59 -08:00
bracesproul a30d954a0f fix typing & add ChannelWrite class 2024-01-09 13:58:28 -08:00