managed-deep-agents

Manage Deep Agents lifecycle via LangSmith /v1/deepagents endpoints with SSE streaming.

Updated May 26, 2026
One-click install
npx skills add https://github.com/anukkrit149/anukkrit-skills --skill managed-deep-agents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: managed-deep-agents
Source: https://github.com/anukkrit149/anukkrit-skills/tree/main/cloud/skills/managed-deep-agents
Command: npx skills add https://github.com/anukkrit149/anukkrit-skills --skill managed-deep-agents

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the heavy operational work of standing up and operating Deep Agents by providing an API-first managed runtime for creating agents, durable threads, streamed runs, and MCP tool credential wiring in LangSmith.

Core Features & Use Cases

It helps you create and operate Managed Deep Agents (register, update, and delete) and run them on durable threads with streamed execution for long-running, observable workflows, including subagent and tool event streaming. It also supports registering and rotating MCP server credentials and configuring human-in-the-loop interrupts per tool so you can require approval before specific actions while still keeping the rest fully automated.
Common use cases include building an internet research assistant with tool-based search, orchestrating multi-step subagent workflows that need persistent state, and wiring private or credentialed MCP tools (e.g., internal endpoints) into an agent safely.

Quick Start

Start by creating a Managed Deep Agent in your LangSmith workspace, then create a durable thread for it and stream a run using the Deep Agents REST endpoints for /v1/deepagents.

Frequently Asked Questions about managed-deep-agents

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I stream LangSmith Deep Agents runs without building a custom agent server?

Stream LangSmith Deep Agents runs by calling the threads/{thread_id}/runs/stream REST endpoint with SSE streaming. This managed runtime handles agent setup and run execution without requiring you to build a custom agent server.

What is the best way to manage durable threads for long-running agent workflows?

Manage durable threads for long-running workflows by using LangSmith's /v1/deepagents endpoints to create and persist thread state. This allows multi-step subagent workflows to maintain persistent state across streamed executions.

How does human-in-the-loop interrupt configuration work for MCP tool execution?

Human-in-the-loop interrupts let you require approval before specific tool actions while keeping others automated. You configure interrupts per tool to control execution flow for credentialed MCP server actions.

Do I need a LangSmith API key to register MCP server credentials for deep agents?

Yes, you need a LangSmith API key to register and rotate MCP server credentials. The managed deep-agent runtime uses X-Api-Key authentication to securely wire private or credentialed MCP tools into your agent.

Can I use this managed runtime to orchestrate multi-step subagent workflows with persistent state?

Yes, you can orchestrate multi-step subagent workflows with persistent state. The runtime applies to managed deep-agent scenarios using LangSmith endpoints, providing durable threads and subagent event streaming.