A native macOS application for AI-powered Roblox game development with multi-agent collaboration.
- macOS 14+ with Xcode 15+
- Python 3.11+
- Node.js 18+ (optional, for formatting)
git clone
cd manus-engine
make bootstrap
make devThis will:
- Install dependencies for all workspaces (pnpm + turbo)
- Start orchestrator and agents locally (no Docker)
- Open SwiftUI app in Xcode
- Launch evidence runner
- Set up sample inventory project
- Open samples/inventory in the app
- Right-click on inventory.lua → "Ask Council"
- Review proposals and evidence
- Click "Apply in Branch"
- Use "Open PR" to see auto-generated summary
- app-macos: Native SwiftUI app (Council Chamber, Editor, Console)
- orchestrator: State machine service (proposals → synthesis)
- agents: MCP-compliant AI agents (CodeMaster, TestBot, ScriptDoctor)
- evidence: Sandboxed providers (Luau Linter, Unit Test Runner, PerfProbe)
make dev- Start local runner (tmux + node services)make test- Run tests via turbo across workspacesmake lint- Lint/format via turbo tasksmake build- Build all packagesmake type-check- Run type checksmake ci- Lint, build, test pipeline
See CONTRIBUTING.md for detailed workflow.