SWORDSwarm — Summary
SWORDSwarm (v42.0) is a Python-based multi-agent orchestration system with 117 specialized agent definition files (in YAML+Markdown format) organized in a 4-level corporate hierarchy (Executive/Senior Management/Middle Management/Specialists), hardware acceleration via Intel NPU and AVX2/AVX-512 SIMD, a three-tier architecture (Binary/C+Rust → Hook/Python → Agent/Markdown layer), OpenAI Codex integration, and a "SWORD" invocation model where Claude Code agents can invoke orchestrators via a Python subprocess bridge.
Problem it solved: Complex enterprise AI orchestration requiring many specialized agents with clear authority chains, hardware-accelerated execution, and the ability to bolt on additional tooling (Warp terminal, Cursor, Windsurf, VS Code) via config files.
Distinctive traits: (1) 117 specialized agent .md files in a corporate hierarchy (DIRECTOR, CSO, LEADENGINEER, AGENTSMITH, ARCHITECT, etc.); (2) Intel NPU + AVX2/AVX-512 hardware acceleration (7-10x speedup claimed); (3) Three-tier architecture: C/Rust binary layer → Python hook layer → agent markdown layer; (4) Multi-IDE support via config files (.cursor, .windsurf, .warp, .vscode); (5) Described with extreme self-promotional language ("production-ready", "enterprise-grade", "military-grade optimization").
Credibility note: Many claims (82% test coverage, 95% on-time delivery rate, 98.7% deployment success rate) appear aspirational rather than verified. The repo has 24 stars and was last committed in February 2026.
differs_from_seeds: SWORDSwarm's agent definition format (YAML+Markdown with UUID, metadata, version, proactive_triggers) is closest to BMAD-METHOD's persona-md pattern but much more verbose and structured. Unlike BMAD (34 skills), SWORDSwarm has 117 agent files with explicit corporate hierarchy. No other framework in this corpus attempts hardware acceleration for agent execution.