Frontmatter
| id | 9983 |
| title | [Guide] Swarm Intelligence & Autonomous Sub-Agents |
| state | Closed |
| labels | documentationenhancementai |
| assignees | tobiu |
| createdAt | Apr 13, 2026, 8:24 PM |
| updatedAt | Apr 14, 2026, 12:31 AM |
| githubUrl | https://github.com/neomjs/neo/issues/9983 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 13, 2026, 8:31 PM |
[Guide] Swarm Intelligence & Autonomous Sub-Agents
tobiu cross-referenced by PR #9984 on Apr 13, 2026, 8:27 PM
tobiu closed this issue on Apr 13, 2026, 8:31 PM
tobiu cross-referenced by #9985 on Apr 13, 2026, 8:51 PM
tobiu cross-referenced by #9986 on Apr 13, 2026, 8:51 PM
tobiu cross-referenced by PR #9987 on Apr 13, 2026, 8:59 PM
tobiu assigned to @tobiu on Apr 14, 2026, 12:31 AM
Summary
Add a new guide documenting the Swarm Intelligence layer — the autonomous narrow sub-agent architecture built on
Neo.ai.Agent.Motivation
The Architecture Overview (#9981) covers the platform topology and the cognitive loop but treats the Agent OS as a monolithic entity. The reality is a delegation hierarchy where the Orchestrator spawns narrow sub-agents with constrained tool access:
Key concepts that need documentation:
serversarray, limiting blast radiusAgent.delegate('librarian', task)spawning and recoveryProposed Location
Under "Agent OS & Conversational UIs" in
tree.json, after Strategic Workflows:agentos/SwarmIntelligence(id), parentId:AgentOSA2A Context
70334eab-72c9-44a6-8f48-0b6a96604f49ai/Agent.mjs,ai/agent/profile/Librarian.mjs,ai/agent/profile/QA.mjs,ai/agent/profile/Browser.mjs,ai/agent/Loop.mjs,ai/agent/Orchestrator.mjs