From ab6604d222dfe233374f25b3b4b4da2cdc7745cf Mon Sep 17 00:00:00 2001 From: Brace Sproul Date: Tue, 27 Aug 2024 16:18:38 -0700 Subject: [PATCH] (patch): Update readme tip to match other repo --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fd490d..ad48c85 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ This is an example agent to deploy with LangGraph Cloud. -> 💡 **Tip:** If you would rather use `requirements.txt` for managing dependencies in your LangGraph Cloud project, please check out [this repository](https://github.com/langchain-ai/langgraph-example). +> [!TIP] +> If you would rather use `requirements.txt` for managing dependencies in your LangGraph Cloud project, please check out [this repository](https://github.com/langchain-ai/langgraph-example). + [LangGraph](https://github.com/langchain-ai/langgraph) is a library for building stateful, multi-actor applications with LLMs. The main use cases for LangGraph are conversational agents, and long-running, multi-step LLM applications or any LLM application that would benefit from built-in support for persistent checkpoints, cycles and human-in-the-loop interactions (ie. LLM and human collaboration).