mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-06 17:57:49 +02:00
feat(cli): new deep agent templates (#7165)
This commit is contained in:
@@ -33,6 +33,11 @@ TEMPLATES: dict[str, dict[str, str]] = {
|
||||
"python": "https://github.com/langchain-ai/data-enrichment/archive/refs/heads/main.zip",
|
||||
"js": "https://github.com/langchain-ai/data-enrichment-js/archive/refs/heads/main.zip",
|
||||
},
|
||||
"Basic Deep Agent": {
|
||||
"description": "An opinionated deployment template for a Deep Agent built with createDeepAgent.",
|
||||
"python": "https://github.com/langchain-ai/deep-agent-template/archive/refs/heads/main.zip",
|
||||
"js": "https://github.com/langchain-ai/deep-agent-template-js/archive/refs/heads/main.zip",
|
||||
},
|
||||
}
|
||||
|
||||
# Generate TEMPLATE_IDS programmatically
|
||||
|
||||
Reference in New Issue
Block a user