Spruce up README

This commit is contained in:
jacoblee93
2024-08-26 17:16:58 -07:00
parent 9f78db599a
commit cf0aae25dd
2 changed files with 11 additions and 3 deletions
+11 -3
View File
@@ -2,7 +2,9 @@
This is a sample project to help you get started with developing [LangGraph.js](https://github.com/langchain-ai/langgraphjs) projects in [LangGraph Studio](https://github.com/langchain-ai/langgraph-studio).
It contains a simple example graph exported from `src/agent.ts` that implements a basic ReAct pattern where the model can use tools for more information before responding to a user query, as well as the required `langgraph.json` for opening the agent in LangGraph Studio.
![](/static/studio.png)
It contains a simple example graph exported from `src/agent.ts` that implements a basic ReAct pattern where the model can use tools for more information before responding to a user query, as well as the required `langgraph.json` for opening the graph in LangGraph Studio.
## Getting Started
@@ -12,6 +14,12 @@ It contains a simple example graph exported from `src/agent.ts` that implements
3. Open the enclosing folder in LangGraph Studio.
4. Start testing your app!
While iterating on your app, you can edit past state and rerun your app from past states to debug specific nodes. Local changes will be automatically applied via hot reload. It also integrates with [LangSmith](https://smith.langchain.com/) for more in-depth tracing and collaboration with teammates.
The graph has access to a basic Wikipedia tool which does not require additional authentication - you can try asking it about current events like `"What is the current conservation status of the Great Barrier Reef?"` and see it use the tool.
You can swap in other models if you'd like by using [the proper LangChain.js integration package](https://js.langchain.com/v0.2/docs/integrations/chat/) or the appropriate SDK directly.
## Development
While iterating on your graph, you can edit past state and rerun your app from past states to debug specific nodes. Local changes will be automatically applied via hot reload. Try adding an interrupt before the agent calls tools, updating the prompt to take on a persona, or adding additional nodes and edges!
LangGraph Studio also integrates with [LangSmith](https://smith.langchain.com/) for more in-depth tracing and collaboration with teammates.
You can swap in other models if you'd like by using [the appropriate LangChain.js integration package](https://js.langchain.com/v0.2/docs/integrations/chat/) or the appropriate SDK directly.
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 456 KiB