🧠 Intelligent Task Decomposition
Agents automatically analyze complex tasks and break them down into manageable subtasks, creating specialized child agents with specific roles and tools.
Hierarchical AI Agents
TypeScript library for creating AI agents that recursively decompose tasks by spawning specialized children
Agents automatically analyze complex tasks and break them down into manageable subtasks, creating specialized child agents with specific roles and tools.
Parent agents dynamically define the role, context, and available tools for their children based on the specific requirements of each subtask.
Complete execution traces are automatically saved as structured markdown reports, providing full transparency into the decision-making process.
Transform any TypeScript function into an agent tool using Zod schema validation. Built-in tools included for common operations.