Andrew Nguonly
3f34b03ba1
Wow. Adding back extra blank line.
2024-05-14 11:38:46 -07:00
Andrew Nguonly
0093b773f0
Remove extra blank line.
2024-05-14 11:37:04 -07:00
Nuno Campos and GitHub
d8af81312a
Merge pull request #447 from langchain-ai/nc/14may/small-fixes
...
Fix memory checkpointer list/alist
2024-05-14 11:24:04 -07:00
Andrew Nguonly
44c6b414c3
Update implementation of MemorySaver.asearch() to not use custom next_item() iterator function.
2024-05-14 11:23:41 -07:00
Andrew Nguonly
d6d33f9551
Fix bug with WHERE clause being incorrect when passing before param.
2024-05-14 10:38:26 -07:00
Nuno Campos
0c37a17172
Fix memory checkpointer list/alist
...
- add tests for memory checkpointer list and alist
- fix async step counting
2024-05-14 10:37:01 -07:00
Nuno Campos and GitHub
6b5b653c2f
Merge pull request #442 from langchain-ai/nc/13may/small-fixes
...
Small fixes while migrating JS
2024-05-14 10:13:28 -07:00
William FH and GitHub
7092e230c0
Extraction with Retries ( #426 )
2024-05-13 23:58:40 -07:00
William FH and GitHub
f146668735
Rename "action" to "tools" in tools_condition w/in docs ( #445 )
2024-05-13 23:41:33 -07:00
William FH and GitHub
b933fcdef7
Pause linkcheck ( #446 )
2024-05-13 23:31:22 -07:00
Nuno Campos and GitHub
63586d86fc
Update tool_condition to match default ToolNode name
2024-05-13 18:58:20 -07:00
Andrew Nguonly
c80090465f
Copy learning.ipynb.
2024-05-13 18:42:55 -07:00
Andrew Nguonly
065e0ff360
Remove unused imports.
2024-05-13 18:34:54 -07:00
William FH and GitHub
f335105853
Update Refs to clean up syntax highlighting ( #443 )
2024-05-13 18:32:42 -07:00
Andrew Nguonly
aae05407f4
Lint code.
2024-05-13 18:22:07 -07:00
Nuno Campos
a885b1ca53
Small fixes while migrating JS
2024-05-13 17:28:06 -07:00
Andrew Nguonly
7a8cbe18f9
Implement asearch() in AsyncSqliteSaver.
2024-05-13 17:21:17 -07:00
Andrew Nguonly
9b1efe9698
Implement search() for SqliteSaver.
2024-05-13 16:59:59 -07:00
Andrew Nguonly
dcb7278c56
Add search and asearch APIs to BaseCheckpointerSaver class. Implement search and asearch in MemorySaver.
2024-05-13 15:55:38 -07:00
William FH and GitHub
2c32a38c42
Use create_react_agent ( #441 )
2024-05-13 14:32:26 -07:00
William FH and GitHub
1100360ea6
Add comment about fetching from the frontend ( #439 )
2024-05-13 12:43:26 -07:00
William FH and GitHub
1f045761b6
Add meta merging in docs ( #440 )
2024-05-13 12:31:43 -07:00
Nuno Campos and GitHub
8c7502fe1b
Merge pull request #430 from langchain-ai/harrison/expose-messages-state
...
add messages state
2024-05-10 17:09:37 -07:00
Harrison Chase
c48d5a6160
add messages state
2024-05-10 16:53:22 -07:00
445a110917
Add managed values and IsLastStep ( #330 )
...
* Add managed values and IsLastStep
- managed values are read-only state keys whose values are managed by langgraph
- this PR implements one: IsLastValue, a boolean which is True in the last iteration, eg to allow you to return a nice "ran out of iterations" message to user
* Fix
* Fix some issues
* py39
* Break ref
* Fix types
* Fix
* Fix
* Update state.py
* Don't mutate dictionary while using it in for loop.
---------
Co-authored-by: Andrew Nguonly <andrewnguonly@gmail.com >
2024-05-10 13:44:20 -07:00
Nuno Campos and GitHub
b33aed6f67
Merge pull request #427 from langchain-ai/nc/9may/checkpoint-metadata-writes
...
Add writes property in checkpoint metadata
2024-05-10 10:01:52 -07:00
Nuno Campos
227f409611
Add writes property in checkpoint metadata
...
- This adds a historic view of the actions taken by nodes inside a thread, supporting rendering a richer history of a thread (eg in debug ui)
2024-05-09 14:30:29 -07:00
William FH and GitHub
006e4df9a4
Add conceptual guide ( #424 )
2024-05-09 11:10:40 -07:00
Nuno Campos
5397d99b95
Fix pg connection str
2024-05-08 10:48:57 -07:00
Nuno Campos and GitHub
cdde575c53
Merge pull request #423 from langchain-ai/nc/8may/test-update-empty-thread
...
Add tests for calling update on an empty thread
2024-05-08 10:45:23 -07:00
Nuno Campos and GitHub
f883e8242e
Merge pull request #422 from langchain-ai/wfh/irrelevant
...
Rm irrelevant comment
2024-05-08 10:44:49 -07:00
Nuno Campos
a6c6b8211f
Add tests for calling update on an empty thread
...
- this would eg be what you'd do in an api like openai assistants api
2024-05-08 10:43:31 -07:00
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