Replace the async sessions_spawn/sessions_list sub-agent system with a single synchronous `delegate` tool. The new tool runs tasks in parallel via Promise.all with per-task timeout, returning combined results directly in the tool response. This eliminates the need for registry, announce queue, persistence, and Hub involvement. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| package.json | ||
| tsconfig.json | ||
| tsup.config.ts | ||