Home / Companies / LangChain / Blog / Post Details
Content Deep Dive

Building Multi-Agent Applications with Deep Agents

Blog post from LangChain

Post Details
Company
Date Published
Author
-
Word Count
1,104
Language
English
Hacker News Points
-
Summary

Deep Agents facilitates the development of multi-agent systems by utilizing two primary components: subagents and skills. Subagents address the issue of context bloat in AI systems by isolating tasks into separate workers, thereby preventing the main agent's context window from becoming overloaded with intermediate results, which is crucial for maintaining efficiency and accuracy. These subagents can specialize in specific domains, utilize different models, and operate in parallel to reduce latency. Meanwhile, skills offer a method for progressive disclosure of capabilities, allowing agents to access detailed instructions only when necessary, which helps manage large tool sets and avoid token bloat. The Deep Agents framework supports a structured approach to building complex AI systems by combining subagents for task delegation and skills for procedure reuse, enabling the creation of scalable and sophisticated systems.