This commit is contained in:
Eugene Yurtsev 2024-10-22 13:49:23 -04:00
parent 7aa67885cf
commit be5c73fa53
4 changed files with 1399 additions and 18 deletions

1391
docs/docs/concepts.mdx Normal file

File diff suppressed because it is too large Load Diff

View File

@ -40,7 +40,14 @@ For more information see:
LangGraph exposes high level interfaces for creating common types of agents, as well as a low-level API for composing custom flows.
For more information, see the [LangGraph documentation](https://langchain-ai.github.io/langgraph).
:::info[Further reading]
* See our LangGraph overview [here](https://langchain-ai.github.io/langgraph/concepts/high_level/#core-principles).
* See our LangGraph Academy Course [here](https://academy.langchain.com/courses/intro-to-langgraph).
:::
### LangServe

View File

@ -1,13 +0,0 @@
# LangGraph
[LangGraph](https://github.com/langchain-ai/langgraph) is an extension of LangChain specifically aimed at creating highly controllable and customizable agents.
The motivation of LangGraph is to help preserve high reliability as we give the agent more control over the application.
:::info[Further reading]
* See our LangGraph overview [here](https://langchain-ai.github.io/langgraph/concepts/high_level/#core-principles).
* See our LangGraph Academy Course [here](https://academy.langchain.com/courses/intro-to-langgraph).
:::

View File

@ -1,4 +0,0 @@
# LangServe
PLACE HOLDER TO BE REPLACED BY ACTUAL DOCUMENTATION
USED TO MAKE SURE THAT WE DO NOT FORGET TO ADD LINKS LATER