/** * Documentation Hub - Multi-Panel Switching System * Final Edition: Integrated Features from features.md */ apb_partial('header'); ?>

Mission Vision

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.

Standalone Mode

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.

System Status

Core Version 1.4.2-PRO
Uptime 99.9%

SPA Shell

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.

Lazy Rendering

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.

Design System

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.

Infrastructure

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.

Agent Intelligence

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.

Memory System

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.

Private Evaluations

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.

Airlock Safety

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.

File Operations

Atomic file manipulation with content loss detection.

read_file write_file edit_file batch_edit search_files extract_pdf_text

Web Research

Dynamic browsing via a Headless Bridge and CDP Chrome Extension.

web_search fetch_url deep_research browser_visual_snapshot browser_evaluate

Data Engines

Local processing of CSV and JSON with dot-notation query support.

query_csv aggregate_csv transform_csv query_json merge_json

Media Generation

High-fidelity visual production via fal.ai integrations.

generate_image remove_background upscale_image image_to_video

Lunar Bridge

Cross-site agent federation using HMAC-signed payloads. Securely manage remote WordPress sites as if they were local sub-directories.

Mobile Control

The Android companion app leverages AccessibilityService to intercept 2FA codes, automate app interactions, and pull real-time device telemetry.

MU-Plugin Engine

Agents can manifest permanent logic via Must-Use Plugins. These include APB_DB isolation to create and manage custom database tables securely.

Observability

A unified observability suite providing per-agent cost tracking, detailed execution logs, and live error grouping for system debugging.

Schedules

Robust cron management supporting both standard intervals and Server Cron offloading for high-reliability tasks.

Event Triggers

Listeners that react to native WordPress actions. Automate workflows based on content updates, user registrations, or ecommerce events.

Warpdrive (Goals)

The Autopilot Goal Runner. Define a high-level goal and the system will spawn, manage, and verify sub-tasks until the objective is reached.