deep-agents-core

Configure Deep Agents harness with middleware for planning, memory, and subagents.

1|Updated Aug 23, 2025
One-click install
npx skills add https://github.com/laceto/financialtools --skill deep-agents-core-laceto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deep-agents-core
Source: https://github.com/laceto/financialtools/tree/main/.claude/skills/deep-agents-core
Command: npx skills add https://github.com/laceto/financialtools --skill deep-agents-core-laceto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deep Agents provide a ready-to-use framework for building multi-step AI applications that require planning, persistent memory, filesystem-backed context management, and subagent delegation. They deliver a standard harness with middleware to automate orchestration, memory, and human-in-the-loop workflows, so teams can focus on task-specific logic.

Core Features & Use Cases

  • TodoListMiddleware for planning and task decomposition
  • FilesystemMiddleware for context management and persistent storage
  • SubAgentMiddleware for delegating work to specialized agents
  • MemoryMiddleware with a persistent store for cross-session context
  • HumanInTheLoopMiddleware for approvals and safeguards
  • SkillsMiddleware to load and manage on-demand skill directories
  • On-demand skill loading from a configured skills directory

Quick Start

Create a minimal deep agent configured with the harness and invoke it with a simple user prompt.

Frequently Asked Questions about deep-agents-core

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

FAQPage Schema
How do I configure an AI agent harness for multi-step planning and persistent memory?

To configure an AI agent harness for multi-step planning and persistent memory, use the Deep Agents core framework, which supplies standard middleware for orchestration, TodoListMiddleware for task decomposition, and MemoryMiddleware for cross-session context.

What is the best way to delegate tasks to specialized subagents in a multi-step AI workflow?

Delegating tasks to specialized subagents in a multi-step AI workflow is handled by SubAgentMiddleware, a core component of the Deep Agents harness that manages delegation to specialized agents.

How do I add human-in-the-loop approvals and safeguards to an autonomous agent workflow?

Adding human-in-the-loop approvals and safeguards to an autonomous agent workflow requires HumanInTheLoopMiddleware, which integrates into the Deep Agents harness to provide necessary oversight.

Can I load on-demand skills from a filesystem directory during agent execution?

Yes, you can load on-demand skills from a filesystem directory during agent execution using SkillsMiddleware, which manages skill directories configured in the Deep Agents harness.

Does this agent framework require specific SKILL.md frontmatter and configuration options?

Yes, the framework requires specific SKILL.md frontmatter and configuration options to define the model, tools, subagents, and persistence settings for the Deep Agents harness.

When should I use filesystem-backed context management for AI applications?

You should use filesystem-backed context management for AI applications when your multi-step workflows require persistent storage and organized context across multiple operations.