assemble-production-agent-harnesses-with-deepagents · git:20260710.2925510 · 2026-07-10 · sha256 037adb4fbbeecfb1

assemble-production-agent-harnesses-with-deepagents git:20260710.2925510B

Immutable. This exact content is served forever at /api/v1/blob/037adb4fbbeecfb1.

---
title: "Assemble production agent harnesses with DeepAgents"
description: "Use DeepAgents to build long-running task agents with a batteries-included harness for planning, tools, and workflow structure."
verification: "security_reviewed"
source: "https://github.com/langchain-ai/deepagents"
author: "LangChain AI"
publisher_type: "open_source_project"
category:
  - "Templates & Workflows"
framework:
  - "Custom Agents"
tool_ecosystem:
  github_repo: "langchain-ai/deepagents"
  github_stars: 24135
---

# Assemble production agent harnesses with DeepAgents

Use DeepAgents to build long-running task agents with a batteries-included harness for planning, tools, and workflow structure.

## Prerequisites

DeepAgents, model provider credentials, workflow tools

## Installation

Choose whichever fits your setup:

1. Copy this skill folder into your local skills directory.
2. Clone the repo and symlink or copy the skill into your agent workspace.
3. Add the repo as a git submodule if you manage shared skills centrally.
4. Install it through your internal provisioning or packaging workflow.
5. Download the folder directly from GitHub and place it in your skills collection.

Install command or upstream instructions:

```
Follow the DeepAgents repository instructions, configure model access and tools, then implement and test the target long-running agent workflow.
```

## Documentation

- https://github.com/langchain-ai/deepagents

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/assemble-production-agent-harnesses-with-deepagents/)