exo:spawn

Official

Dynamically spawn parallel sub-agents for tasks.

Authormidsphere-ai
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Orchestrates dynamic self-spawning of parallel sub-agents to tackle complex workloads while ensuring memory isolation and controlled execution depth.

Core Features & Use Cases

  • Self-spawn control: configure allow_self_spawn and max_spawn_depth to manage recursive spawning.
  • Parallel execution: spawn_self launches multiple child agents simultaneously.
  • Memory isolation & context fork: each child gets a fresh ShortTermMemory, while LongTermMemory remains shared; context can fork for isolation.
  • Safety guards: depth and per-call child limits prevent runaway spawning; provider-safe execution ensures safe multi-agent runs. Use Case: A coordinator delegates a set of subtasks to parallel children to accelerate processing and then synthesizes results.

Quick Start

Create a root coordinator with allow_self_spawn and spawn_self enabled, then call spawn_self with a list of tasks to run in parallel.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: exo:spawn
Download link: https://github.com/midsphere-ai/exo/archive/main.zip#exo-spawn

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.