Frontmatter
| id | 9661 |
| title | Phase 2: Autonomous Sub-Agent Delegation (Dream Mode) |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Apr 3, 2026, 4:27 PM |
| updatedAt | Apr 3, 2026, 4:44 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9661 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 9638 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 3, 2026, 4:44 PM |
Phase 2: Autonomous Sub-Agent Delegation (Dream Mode)
Closedenhancementai
Implement the core delegation architecture in
Neo.mjsto support Swarm agent pooling and Max Tasks limits.Scope
ai/Agent.mjs: Implement the native.delegate(profileName, task)method.activeSubAgentsmap to keep agents alive for subsequent requests, preserving session context.maxLifespan: 50turns) to recycle agents and manage token windows securely.ai/agent/profile/Browser.mjs, equipping it with the Neural-Link & Chrome DevTools MCP server tools for autonomous visual telemetry.