The persistent memory operating system that powers all of ADE. Brain stores episodic and semantic memory across every module and agent — running as a Windows service, always local, always available. The foundation without which no ADE tool reaches its potential.
claude_repl.py ✓ · gpt_repl.py ✓ · 3flash.py ✓ · ade.py ✓ · ADE Lite engine.py ✓ · AutoTask Swarm orchestrator.py ✓ · CodeSwarm server.py ✓ · Browser Agent server.py ✓
Pending: ADE Mail · ADE CRM
Five-agent autonomous development pipeline where each model plays a specialized role. Cross-model consensus eliminates single-model blind spots. The same architecture used to build ADE itself. Planned open source release as ADE Analyzer.
Open Source Strategy: CodeSwarm / ADE Analyzer planned as open source (BSL or AGPL) to drive developer adoption. ADE Core remains closed source — it is the structural moat. Same playbook as HashiCorp, Elastic, MongoDB.
Multi-agent task execution framework with explicit build graphs, rollback on failure, and compound learning. AutoTask breaks complex projects into steps, assigns them to the right agent, monitors execution, and learns from failures. The backbone of ADE's autonomous execution capability.
Stripped-down version of the ADE execution engine for rapid prototyping and focused task execution. Runs roadmaps with write_file, run_command, and run_python steps — no overhead, no hallucinations. Used to build ADE's own vertical modules. LexAI PMI was built end-to-end in a single session: 40 steps, zero manual intervention.
Autonomous product testing integrated into the CodeSwarm pipeline. Runs the Tester agent role — verifying that repairs actually solve the problem and don't introduce regressions. Three-state verification: passed, failed, or skipped with reason. All results feed back into swarm memory.