remove langgraph-template stuff

This commit is contained in:
Sydney Runkle
2025-08-12 08:35:26 -04:00
parent 404a3e2962
commit f1696eb614

View File

@@ -15,14 +15,6 @@ You can extend this graph to orchestrate more complex agentic workflows that can
## 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.
```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.
<!--
Configuration auto-generated by `langgraph template lock`. DO NOT EDIT MANUALLY.
{
"config_schemas": {
"agent": {
"type": "object",
"properties": {}
}
}
}
-->