Commit Graph
44 Commits
Author SHA1 Message Date
b90d44d97d Add local tool calling agent example (#1109)
* Add local tool calling agent example

* Update copy_notebooks.py

---------

Co-authored-by: Nuno Campos <nuno@langchain.dev>
2024-07-24 07:39:53 -07:00
Nuno CamposandGitHub 9711f39995 Merge pull request #1090 from langchain-ai/harrison/private-state
Harrison/private state
2024-07-23 13:50:02 -07:00
Nuno Campos 6c299a1b5a Fix docs build 2024-07-23 13:42:57 -07:00
Harrison Chase 9483da1bdb cr 2024-07-22 16:31:14 -07:00
Harrison Chase fdbb33ddad add private state 2024-07-22 16:26:31 -07:00
isaac hershenson afd940d9bd first draft 2024-07-19 12:38:55 -07:00
Vadym BardaandGitHub 95a4a55849 docs: add how to for passing config to tools (#1063) 2024-07-18 13:33:56 -04:00
Vadym BardaandGitHub 5fbc9555c3 docs: add how-to section on tool calling (#1051) 2024-07-18 09:36:15 -04:00
Jacob LeeandGitHub 449b42717c Add guide on handling tool calling errors (#1012)
* Fix example

CC @vbarda

* Progress on tool calling errors

* Update

* Rename

* Format

* Clean up outputs

* Revert

* Use stream instead of invoke for final example
2024-07-15 23:22:50 -07:00
Vadym BardaandGitHub f84f9374d3 docs: bring back how-to on passing runtime values to tools (#1003) 2024-07-12 11:52:34 -04:00
Vadym BardaandGitHub a3a9c6ceed docs: add how-to on how to stream tokens from within a tool (#984) 2024-07-10 12:16:18 -04:00
Vadym BardaandGitHub a6dddd322a docs: add how-to for streaming tokens w/o langchain chat models (#972) 2024-07-09 21:56:18 -04:00
2eb7d14acd docs: add Redis Checkpointer example (#961)
---------

Co-authored-by: Vadym Barda <vadim.barda@gmail.com>
Co-authored-by: Vadym Barda <vadym@langchain.dev>
2024-07-09 14:32:01 -04:00
3675c5b89d [Docs] Added MongoDB persistence in how-tos (#960)
---------

Co-authored-by: Vadym Barda <vadim.barda@gmail.com>
Co-authored-by: Vadym Barda <vadym@langchain.dev>
2024-07-09 12:27:56 -04:00
a8644baf50 docs: add memory how-tos + update add_messages (#958)
---------

Co-authored-by: vbarda <vadym@langchain.dev>
2024-07-09 12:26:31 -04:00
William FHandGitHub 56086512ca [Docs] Add State Context Key How-to (#920) 2024-07-03 12:28:40 -07:00
Vadym BardaandGitHub 294426de62 docs: expose conversation history how-to (#859) 2024-06-27 14:38:07 -04:00
Vadym BardaandGitHub a783abc684 docs: add a how-to for streaming from final node (#832) 2024-06-27 10:07:20 -04:00
Vadym BardaandGitHub ebad91e2e1 docs: add postgres checkpointer example (#839) 2024-06-26 21:43:58 -04:00
William FHandGitHub feca5e1970 [Docs] Restore Linkcheck (#824)
Plus:
1. Improve docstrings of add_node
2. Update crosslinking of sqlite and aiosqlite docstrings
3. Fix a bunch of links so we can turn on strict validation
2024-06-26 00:04:13 -07:00
Vadym BardaandGitHub c13e755c15 docs: add streaming from within a tool (#807) 2024-06-25 15:23:18 -04:00
Vadym BardaandGitHub 97ccdd92b9 docs: add more streaming how-tos (#803) 2024-06-25 13:15:53 -04:00
William FHandGitHub d9b4d021bd [Docs] Update docstrings (#780)
To add more color on the meaning of some arguments.
2024-06-23 17:38:26 -07:00
Harrison ChaseandGitHub 070b339b67 Harrison/human in the loop (#776)
* add human in the loop examples

* cr

* cr

* cr

* cr

* cr

* cr

* cr
2024-06-23 14:35:43 -07:00
Harrison ChaseandGitHub 616c343034 update tutorials and how to guides for langgraph (#768)
* stash

* stash

* stash

* cr

* cr

* cr
2024-06-22 17:30:52 -07:00
Andrew NguonlyandGitHub e4de6bc49a docs: Rename deploy directory to cloud (#732)
* Rename deploy to cloud.

* Fix link for streaming pages.
2024-06-20 14:44:51 -07:00
f27d8e16ad docs: Add initial LangGraph Cloud docs (#725)
* Create Deploy docs.

* Add LangGraph CLI docs.

* Update API concepts page.

* Create quick start page.

* first draft (#695)

* first draft

* fmt

* fmt

* Revert "fmt"

This reverts commit e599030ab5.

* Revert "fmt"

This reverts commit ec8fca977e.

* var change

* import lint

* changed locations

* second draft

* fmt

* Revert "fmt"

This reverts commit 68a1c5c872.

* double texting lint

* concepts (#704)

* concepts

* python sdk

* docs structure

* fmt

* fmt

* Small touch ups, rename Hosted LangGraph API to LangGraph Cloud. (#724)

* Fix small typos.

* Fix broken links in quick start page.

* Add LangGraph Cloud reference docs.

---------

Co-authored-by: Isaac Francisco <78627776+isahers1@users.noreply.github.com>
2024-06-20 13:38:54 -07:00
Vadym BardaandGitHub 45e22f3f12 Merge pull request #662 from langchain-ai/vb/add-create-react-agent-nb
[docs]: add create_react_agent how-to notebook
2024-06-17 15:41:15 -04:00
vbarda fe464591f7 code review 2024-06-17 15:25:47 -04:00
Lance MartinandGitHub 8620cc3289 Add evals to SQL agent tutorial (#669) 2024-06-17 08:51:12 -07:00
vbarda 0b703444a1 update script/yml 2024-06-13 19:53:04 -04:00
William FHandGitHub 35ee7ade6f [Docs] Add some missing installs (#649) 2024-06-11 22:22:31 -07:00
William FHandGitHub 2e56a8a953 [Doc] Fix image link (#646) 2024-06-11 18:18:24 -07:00
William FHandGitHub 4eab1739da [Docs] Add ruff linting to .ipynb files (#645) 2024-06-11 18:02:49 -07:00
Eugene YurtsevandGitHub 85c0103ebb docs: another attempt to fix nav bar (#612) 2024-06-06 12:08:39 -04:00
William FHandGitHub 220bdb7fc4 [Docs] Add map reduce to index (#582) 2024-06-03 22:01:52 -07:00
William FHandGitHub a6363da62c [Docs] Rm Integration Tutorial (#503) 2024-05-20 10:35:07 -07:00
William FHandGitHub f4a2da9095 Update copy script (#478) 2024-05-16 07:21:46 -07:00
William FHandGitHub aef06f17ed Add pointers to create_react_agent in how-tos where appropriate (#464) 2024-05-15 13:50:12 -07:00
William FHandGitHub 7092e230c0 Extraction with Retries (#426) 2024-05-13 23:58:40 -07:00
William FHandGitHub 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 FHandGitHub 49cced4f92 Tutorial (#315) 2024-04-18 01:15:21 -07:00
William FHandGitHub 85f48da84e Docs Draft (#286) 2024-04-15 22:44:12 -07:00
William FHandGitHub 2e9e3b0a6c Initial MKDocs (#285) 2024-04-08 13:40:21 -07:00