William Fu-Hinthorn
ea5d068c7e
Rm irrelevant comment
2024-05-08 10:41:35 -07:00
William FH and GitHub
3e5ea31cdc
Add Spellcheck and import hogwarts ( #419 )
2024-05-08 10:25:11 -07:00
Nuno Campos and GitHub
7463c6fd44
Merge pull request #421 from langchain-ai/nfcampos-patch-1
...
Test in python 3.12
2024-05-08 08:53:27 -07:00
Nuno Campos and GitHub
1f374ebb52
Test in python 3.12
2024-05-08 08:13:54 -07:00
William FH and GitHub
991d35be08
Update How-to Guides ( #417 )
...
- reduce the number of API keys needed (Use simple tool)
- make everything "tool use" oriented rather than split across agent executor, function calling, tool use, etc.
- Reorg navbar and index
- Fixup some docstrings
- Add more links to ref docs
- Mix up models used
- Simplify a few examples
2024-05-07 23:09:17 -07:00
William FH and GitHub
f49e8dbc98
Update Checkpoints Docstrings ( #418 )
2024-05-07 18:40:31 -07:00
Nuno Campos
eef5f0e4b2
0.0.47
2024-05-07 18:02:24 -07:00
Nuno Campos
89629bf9a0
Add fix for calling update state on empty thread
2024-05-07 17:52:46 -07:00
Nuno Campos and GitHub
6d5ba331be
Merge pull request #416 from langchain-ai/nfcampos-patch-1
...
Update README.md
2024-05-07 13:11:47 -07:00
Nuno Campos and GitHub
b00a233174
Update README.md
2024-05-07 13:10:22 -07:00
Nuno Campos
86b4703f10
Remove checkpointer check
2024-05-07 12:29:24 -07:00
William FH and GitHub
dbe10a8c99
Migrate Tool Executor to ReAct Agent ( #409 )
2024-05-07 12:23:04 -07:00
William FH and GitHub
1836367ae0
De-list Deprecated Tutorials ( #407 )
2024-05-07 09:47:26 -07:00
William FH and GitHub
5916e3e424
Note Taker ( #415 )
2024-05-07 09:37:40 -07:00
William FH and GitHub
f7ae9beef9
Update README ( #405 )
2024-05-07 09:36:04 -07:00
Nuno Campos
5fcfaf8506
0.0.46
2024-05-07 08:44:28 -07:00
Nuno Campos and GitHub
65dcba2e2a
Merge pull request #411 from langchain-ai/nc/7may/fix-recursion-issue
...
Fix recursion check
2024-05-07 08:33:27 -07:00
Nuno Campos and GitHub
9d56669ffa
Merge pull request #412 from langchain-ai/nc/7may/errors-module
...
Export all exceptions from langgraph.errors
2024-05-07 08:33:17 -07:00
Nuno Campos
7038d222ee
Re-export
2024-05-07 08:14:41 -07:00
Nuno Campos
e892c95194
Export all exceptions from langgraph.errors
2024-05-07 08:07:26 -07:00
Nuno Campos
f4a4b98946
Fix recursion check
2024-05-07 07:57:36 -07:00
William FH and GitHub
a1e55855fb
Update image in tutorial ( #410 )
2024-05-07 07:50:51 -07:00
William FH and GitHub
baf84599df
Update Ref Docs on Checkpointing ( #406 )
2024-05-06 23:03:17 -07:00
William FH and GitHub
b492e67046
Format notebooks ( #404 )
2024-05-06 22:01:05 -07:00
William FH and GitHub
50a0ead50d
Fixup Reflexion for Claude ( #403 )
2024-05-06 21:56:41 -07:00
William FH and GitHub
49ccfdb780
Improve Intro Tutorial ( #402 )
2024-05-06 17:41:12 -07:00
Nuno Campos
bf1989cab7
0.0.45
2024-05-06 17:06:20 -07:00
Nuno Campos
ef3a568dc1
Update core
2024-05-06 17:06:20 -07:00
Erick Friis and GitHub
cd53094f2e
update readme DAG wording
2024-05-06 16:23:13 -07:00
Nuno Campos
0502699136
Update docstrings
2024-05-06 15:14:02 -07:00
Nuno Campos and GitHub
5bee63c7d5
Merge pull request #387 from langchain-ai/nc/3may/checkpoint-metadata
...
Add metadata to checkpoints, checkpoint inputs before first step
2024-05-06 14:41:29 -07:00
Nuno Campos and GitHub
d1b0be8620
Merge pull request #401 from langchain-ai/dependabot/pip/jinja2-3.1.4
...
Bump jinja2 from 3.1.3 to 3.1.4
2024-05-06 12:22:27 -07:00
Nuno Campos and GitHub
8027d21b4c
Merge pull request #386 from langchain-ai/nc/3may/test-draw-cyclical-edge
...
Add (failing) test for drawing cyclic edge
2024-05-06 12:22:16 -07:00
Nuno Campos
52852cb226
Update langchain-core
2024-05-06 12:20:20 -07:00
Nuno Campos
48865daf02
Fix checkpoint lineage for updates/resumes
2024-05-06 11:53:20 -07:00
Nuno Campos
251bd9744d
Fix lineage of maual state updates
2024-05-06 11:53:20 -07:00
Nuno Campos
48df2d1084
Add assert
2024-05-06 11:53:20 -07:00
Nuno Campos
611ecdb1cd
Checkpoint inputs before starting the first step for easier error recovery
...
- this enables easier retrying, for any error just do .invoke(None, config) no matter which step the error happened on
2024-05-06 11:53:20 -07:00
Nuno Campos
f160f82912
Add checkpoint metadata fields
...
- source: input, update or loop
- step: int
- make step counter continue from previous last step
2024-05-06 11:52:49 -07:00
Nuno Campos
3ff3def62b
Remove option to only checkpoint at end of run
...
- Now that checkpoint at end of each step adds no latency there is not point to keep this
- This will make it easier to add future features
2024-05-06 11:52:49 -07:00
Nuno Campos
f304908102
Add metadata to checkpoints
...
- not yet used in this PR
2024-05-06 11:52:49 -07:00
dependabot[bot] and GitHub
3f9faf1910
Bump jinja2 from 3.1.3 to 3.1.4
...
Bumps [jinja2](https://github.com/pallets/jinja ) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/pallets/jinja/releases )
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/jinja/compare/3.1.3...3.1.4 )
---
updated-dependencies:
- dependency-name: jinja2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-06 18:33:18 +00:00
d79b483a67
Bump tqdm from 4.66.2 to 4.66.3 ( #385 )
...
Bumps [tqdm](https://github.com/tqdm/tqdm ) from 4.66.2 to 4.66.3.
- [Release notes](https://github.com/tqdm/tqdm/releases )
- [Commits](https://github.com/tqdm/tqdm/compare/v4.66.2...v4.66.3 )
---
updated-dependencies:
- dependency-name: tqdm
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-06 11:31:55 -07:00
Erick Friis and GitHub
97a6f8ecb8
Merge pull request #400 from langchain-ai/erick/pinecone-example
...
pinecone example
2024-05-06 10:37:56 -07:00
Erick Friis
79660451bb
pinecone example
2024-05-06 10:33:51 -07:00
William FH and GitHub
e0770d68b3
Update notebooks to use bind_tools ( #394 )
2024-05-04 01:30:52 -07:00
William FH and GitHub
21b8cbfd33
Deprecate Chat agent executor & Function Calling Executor in Docs ( #392 )
2024-05-04 00:17:54 -07:00
William FH and GitHub
119bbe6bae
Fixup dup pip ( #389 )
2024-05-03 15:49:51 -07:00
William FH and GitHub
b7ec64df8d
[Notebooks Pt 1/N] Fixup some Tool Calling + Import formatting + prebuilt usage ( #388 )
2024-05-03 15:48:10 -07:00
Nuno Campos
04fe48f661
Add (failing) test for drawing cyclic edge
...
- fix waiting for new release of langchain-core
2024-05-03 15:17:20 -07:00