TEMPLATES: dict[str, dict[str, str]] = {'Deep Agent': {'description': 'An opinionated deployment template for a Deep Agent.', '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'}, 'Agent': {'description': 'A simple agent that can be flexibly extended to many tools.', 'python': 'https://github.com/langchain-ai/simple-agent-template/archive/refs/heads/main.zip'}, 'New LangGraph Project': {'description': 'A simple, minimal chatbot with memory.', 'python': 'https://github.com/langchain-ai/new-langgraph-project/archive/refs/heads/main.zip', 'js': 'https://github.com/langchain-ai/new-langgraphjs-project/archive/refs/heads/main.zip'}}