deep-agents-core

Configure Deep Agents agents with middleware, tools, and subagents.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/tivon-x/deep-research --skill deep-agents-core-tivon-x
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deep-agents-core
Source: https://github.com/tivon-x/deep-research/tree/main/.agents/skills/deep-agents-core
Command: npx skills add https://github.com/tivon-x/deep-research --skill deep-agents-core-tivon-x

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides the foundational knowledge and tools for building and configuring AI agents using the Deep Agents framework, simplifying complex agent development.

Core Features & Use Cases

  • Agent Creation: Learn how to use create_deep_agent for Python and TypeScript.
  • Framework Architecture: Understand the "Hub and Spoke" model and middleware capabilities.
  • Configuration: Explore options for tools, subagents, skills, and persistence.
  • Use Case: You need to build a new AI assistant that requires planning, file management, and delegation to specialized subagents. This skill guides you through setting up the core agent harness.

Quick Start

Use the deep-agents-core skill to create a basic deep agent with a custom tool and invoke it with a user message.

Frequently Asked Questions about deep-agents-core

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

FAQPage Schema
How do I build a multi-agent system with planning and task delegation?

You can build a multi-agent system with planning and task delegation using the Deep Agents framework, which provides a "Hub and Spoke" architecture for creating core agents and specialized subagents. It guides you through agent creation, context management, and middleware configuration.

What is the best way to configure AI agent middleware and tools?

Configuring AI agent middleware and tools is handled through the Deep Agents framework's comprehensive configuration options. You can select middleware capabilities, define custom tools, and apply persistence settings to manage context and task delegation effectively.

Can I create Deep Agents in both Python and TypeScript?

Yes, you can create Deep Agents in both Python and TypeScript. The framework provides the `create_deep_agent` function to build and configure your AI assistant with custom tools, planning capabilities, and subagent delegation in either language.

When do I need a Hub and Spoke architecture for AI agent development?

You need a Hub and Spoke architecture for AI agent development when your assistant requires planning, file management, and delegation to specialized subagents. This model allows a central agent to route tasks to subagents while maintaining overall context.

Does LangChain work with the Deep Agents framework for building agents?

Yes, LangChain works alongside the Deep Agents framework for building agents. The framework integrates middleware capabilities and configuration options that complement LangChain workflows for multi-agent system development, context management, and task delegation.