Commit Graph

2778 Commits

Author SHA1 Message Date
Jacob Lee 14ccb83e06 Add example docs (#51) 2024-02-03 09:38:01 -08:00
Jacob Lee e1ab768dbd Update example notebooks (#50) 2024-02-03 09:15:50 -08:00
Jacob Lee dd773415ee Merge pull request #49 from langchain-ai/release
Release 0.0.3
2024-02-02 17:57:56 -08:00
jacoblee93 2bc3914632 Release 0.0.3 0.0.3 2024-02-02 17:56:40 -08:00
Jacob Lee 1e686dff26 Update deno.lock (#48) 2024-02-02 17:56:01 -08:00
Jacob Lee 2e09968ddd Update build script, lint, fix tracing in examples (#47)
* Pass runnable config through lambda calls for tracing

* Add config to examples

* Fix Deno notebook .env imports

* Update build script, lint, fix tracing in examples
2024-02-02 17:53:52 -08:00
Jacob Lee 2f435ffff9 Pass runnable config through lambda calls for tracing (#46)
* Pass runnable config through lambda calls for tracing

* Add config to examples

* Fix Deno notebook .env imports
2024-02-02 16:38:06 -08:00
Bryan Hunter 9d3e66add0 pass config in ToolExecutor tool.invoke (#45) 2024-02-02 11:25:32 -08:00
Brace Sproul 38f60b22d3 langgraph[patch]: Add build to ci (#42) 2024-02-01 10:26:57 -08:00
Brace Sproul 8ee245f992 [patch]: Pass generics through to Channel (#35)
* [patch]: Pass generics through to Channel

* revert notebook changes

* drop console log

* drop .only

* chore: lint files

* Update multi-agent-collaboration.ipynb

* cr
2024-01-29 16:27:08 -08:00
Brace Sproul 422a93f483 [patch]: Tool instead of BaseTool (#36) 2024-01-29 16:24:29 -08:00
Brace Sproul c9bec21560 patch: Make nested readme match readme in root (#33) 2024-01-26 13:07:10 -08:00
Brace Sproul 615bd5daf8 examples[patch]: Update imports in examples to use import map (#32) 2024-01-23 09:24:18 -08:00
William FH c22c5c476d Add Multi-agent examples 2024-01-23 08:34:09 -08:00
Logan Anderson 66979b1d5f Update README.md (#30) 2024-01-21 17:59:37 -08:00
Brace Sproul 884eef86e0 Fix yarn (#28)
* Fix yarn

* cr
2024-01-18 15:03:46 -08:00
Brace Sproul f4641af535 Release 0.0.2 (#27) 2024-01-18 12:45:50 -08:00
Brace Sproul 40bc448adc Update examples & tests (#26) 2024-01-18 12:43:19 -08:00
Brace Sproul ede9a34905 Release 0.0.1 (#25) 2024-01-18 11:24:09 -08:00
Brace Sproul f6832687c0 fix deps (#24) 2024-01-18 11:20:07 -08:00
bracesproul 671e2cbff1 set packageManager field 2024-01-18 10:52:41 -08:00
bracesproul 6e8761e840 update pkg json 2024-01-18 10:48:34 -08:00
Brace Sproul 344d19bf7c update release script pt 2 (#21) 2024-01-18 10:05:30 -08:00
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