Lunar Control is a decentralized autonomous workspace designed to extend human capability through specialized AI presence.
Unlike standard chatbots, Lunar Control is built as a Protocol. It operates directly on your server, ensuring that your data, workflows, and intellectual property remain within your sovereign control.
The system features a Zero-Footprint Standalone Mode. This allows the core AI engine to operate independently of the WordPress admin UI when required, providing a fallback interface for mission-critical operations if the primary dashboard is inaccessible.
The admin interface is a composable Single Page Application. It uses a Module Lifecycle where each component registers init() and destroy() hooks to manage memory and event listeners efficiently.
Utilizing the apb_load_view bridge, Lunar Control minimizes server overhead by only executing the PHP logic necessary for the active view. This "Just-In-Time" execution model ensures the system remains responsive even with 100+ active agents.
A strictly monochrome CSS design system (shadcn-inspired). All components use a centralized token set for colors, spacing, and shadows, allowing for instant global restyling via a single CSS file.
Lunar Control includes managed Data Retention Policies. You can configure precise cleanup intervals for chat sessions, budget logs, and execution history directly from the Infrastructure settings.
Beyond LLM processing, agents utilize Inner Monologue Reflection. They verify their own code syntax and factual claims against local files before outputting to the Commander.
Features a Memory Consolidator that merges redundant or overlapping memories once a threshold is met (typically 15 entries), ensuring the agent's context window remains focused on unique facts.
A hidden inter-agent peer-review system. Agents track each other's reliability, speed, and quality, informing the Resource Orchestrator on the best routing decisions for multi-step tasks.
A mission-critical hard switch. When active, it severs the agent's ability to execute tool calls while maintaining a direct chat link, protecting the station during maintenance cycles.
Atomic file manipulation with content loss detection.
read_file write_file edit_file batch_edit search_files extract_pdf_textDynamic browsing via a Headless Bridge and CDP Chrome Extension.
web_search fetch_url deep_research browser_visual_snapshot browser_evaluateLocal processing of CSV and JSON with dot-notation query support.
query_csv aggregate_csv transform_csv query_json merge_jsonHigh-fidelity visual production via fal.ai integrations.
generate_image remove_background upscale_image image_to_videoCross-site agent federation using HMAC-signed payloads. Securely manage remote WordPress sites as if they were local sub-directories.
The Android companion app leverages AccessibilityService to intercept 2FA codes, automate app interactions, and pull real-time device telemetry.
Agents can manifest permanent logic via Must-Use Plugins. These include APB_DB isolation to create and manage custom database tables securely.
A unified observability suite providing per-agent cost tracking, detailed execution logs, and live error grouping for system debugging.
Robust cron management supporting both standard intervals and Server Cron offloading for high-reliability tasks.
Listeners that react to native WordPress actions. Automate workflows based on content updates, user registrations, or ecommerce events.
The Autopilot Goal Runner. Define a high-level goal and the system will spawn, manage, and verify sub-tasks until the objective is reached.