What problem does it solve?
Setting up a first Deep Agent in Python often leads to stale API guesses, unnecessary third-party search keys like Tavily, and polluted project directories. This Skill walks through the official quickstart with a clean, model-agnostic local setup.
Core Features & Use Cases
- Official quickstart alignment: Fetches the live LangChain Deep Agents quickstart docs and implements the exact
create_deep_agent research-agent shape shown there.
- Provider-native web search: Replaces Tavily with the chosen provider's built-in search tool (Anthropic, OpenAI, or Google), so only one API key is needed.
- Isolated setup: Creates a new directory, installs
deepagents plus the provider package, stores the key in a gitignored .env, and runs a research example.
- Use Case: You want to try Deep Agents locally with Claude or GPT without signing up for a separate search API — the Skill scaffolds and runs a working research agent in minutes.
Quick Start
Use the deepagents-python-quickstart skill to build a minimal local Deep Agent in Python with my chosen model provider's built-in web search.