remove langgraph-template stuff
This commit is contained in:
19
README.md
19
README.md
@@ -15,14 +15,6 @@ You can extend this graph to orchestrate more complex agentic workflows that can
|
|||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
<!--
|
|
||||||
Setup instruction auto-generated by `langgraph template lock`. DO NOT EDIT MANUALLY.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<!--
|
|
||||||
End setup instructions
|
|
||||||
-->
|
|
||||||
|
|
||||||
1. Install dependencies, along with the [LangGraph CLI](https://langchain-ai.github.io/langgraph/concepts/langgraph_cli/), which will be used to run the server.
|
1. Install dependencies, along with the [LangGraph CLI](https://langchain-ai.github.io/langgraph/concepts/langgraph_cli/), which will be used to run the server.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@@ -67,14 +59,3 @@ For more advanced features and examples, refer to the [LangGraph documentation](
|
|||||||
|
|
||||||
LangGraph Studio also integrates with [LangSmith](https://smith.langchain.com/) for more in-depth tracing and collaboration with teammates, allowing you to analyze and optimize your chatbot's performance.
|
LangGraph Studio also integrates with [LangSmith](https://smith.langchain.com/) for more in-depth tracing and collaboration with teammates, allowing you to analyze and optimize your chatbot's performance.
|
||||||
|
|
||||||
<!--
|
|
||||||
Configuration auto-generated by `langgraph template lock`. DO NOT EDIT MANUALLY.
|
|
||||||
{
|
|
||||||
"config_schemas": {
|
|
||||||
"agent": {
|
|
||||||
"type": "object",
|
|
||||||
"properties": {}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
-->
|
|
||||||
|
|||||||
Reference in New Issue
Block a user