Fleet Deepagents Export — Development skill for Claude Code
Self-contained code export for LangSmith Fleet deep agents.
How to install Fleet Deepagents Export
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open langchain-ai/fleet-deepagents-export and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Fleet Deepagents Export does
Self-contained code export for LangSmith Fleet deep agents.
Alternatives in Development
- Third-party Notices — THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI 94.7k ★
- Ctf 24h Fleet — 24h unattended multi-target Web CTF fleet loop runner 1.1k ★
- Sdlc Fleet — SDLC Fleet Pattern (skill module) 1.1k ★
README
fleet-deepagents-export
Runtime support for agents exported from LangSmith Fleet. Reads the export config and wires up a deepagent with MCP tools, subagents, and skills.
Published on PyPI as [`fleet-deepagents-export`](https://pypi.org/project/fleet-deepagents-export/):
pip install fleet-deepagents-export
**This package is usually consumed via [`examples/template-agent/`](examples/template-agent) — a drop-in starter project that depends on it. Copy that directory, drop your Fleet export into `fleet/`, and run.**
Quickstart
Requires [`uv`](https://docs.astral.sh/uv/getting-started/installation/) and Python 3.11+ (`uv` will fetch a compatible Python if you don't have one).
Working with a coding agent (Claude Code, Cursor, etc.)? Point it at this repo and your `.zip` and ask it to set up the starter — the IDs it needs for `.env` are all in `fleet/config.json` after unzipping.
- Grab the starter (it pulls
fleet-deepagents-exportfrom PyPI as a normal dependency):
Or, if you'd rather wire things up by hand,git clone --depth 1 https://github.com/langchain-ai/fleet-deepagents-export.git cp -R fleet-deepagents-export/examples/template-agent my-agent && cd my-agentpip install fleet-deepagents-exportinto your own project and follow the layout described under What the package reads. - Export your agent from LangSmith Fleet (the
.zip), then drop the contents intofleet/(which ships empty apart from a placeholder README):unzip path/to/my-export.zip -d fleet/ - Fill in
.env:
The threecp .env.example .env # then editLANGSMITH_*_IDvalues live infleet/config.jsonundermetadata— just copy them across. - Run:
make setup # install dependencies (uv sync) # then use one of these to interact with the agent: make dev # LangGraph Studio — browser UI for chatting with the agent and inspecting graph state
Related Skills
Langchain Plugins
Cross-tool plugin marketplace for deepagents-code (dcode), Claude Code, and OpenAI Codex — LangChain & LangSmi
Deep Solve
Solve a hard self-contained problem via the deep-solve convergence harness
Offer Toolkit Skill
Full job-hunt Claude skill bundle — Job Description decoder + Resume builder (11 templates) + Behavioral Inter
Playbook
How to dispatch well — choosing flash vs pro, writing self-contained briefs, parallelism, verifying results, a
The Architect
The Architect — A Claude Code meta-agent that designs complete software blueprints. Describe what you want to
Shim MCP
WordPress MCP server plugin, live on WordPress.org. Connect Claude Code, Cursor, or any MCP client to WordPres
Related Agents
Builder Deep
Implements one hard bounded coding task from a self-contained brief, with high reasoning effort. Dispatched by
Token Change
Safely perform a self-contained Graphite token/color change end-to-end (edit primitive → regenerate → gate) in
Review Test Structure
Reviews test code for isolation, independence, readability, documentation quality, and proper setup/teardown.