> ## Documentation Index
> Fetch the complete documentation index at: https://docs.myrmex.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Examples

> Practical examples of Myrmex orchestration and AI capabilities in action

import { CardGroup, Card, Frame, Steps, Step } from '@mintlify/components';

## How Orchestration and AI Work in Practice

Centurion acts as an advanced orchestration engine. It receives a request (whether a natural language question or specific command) and, using AI, decomposes it into a series of logical steps. It then coordinates the execution of these steps by specialized agents (Brontes, Perseus, Hydra, Orion, Iris, Scribe, and more) in sequence or parallel, ensuring context is maintained and results are integrated.

#### Example: Automated Compliance Audit Preparation (GDPR/LGPD)

**User Request:** *"I need a device and log compliance report for GDPR/LGPD audit, covering the last quarter."*

**Orchestration Flow:**

<Steps>
  <Step title="Centurion - Intent Analysis">
    Analyzes the natural language request and identifies specific requirements: device inventory data, compliance data, and regulatory report formatting for GDPR/LGPD audit
  </Step>

  <Step title="Centurion - Strategic Planning">
    Creates an orchestration plan, selects optimal agents (Brontes, Iris, Scribe), and defines the execution sequence to gather comprehensive compliance data
  </Step>

  <Step title="Brontes - Device Data Collection">
    Collects detailed device inventory, gathers GDPR/LGPD relevant configurations, and exports compliance-ready data from all monitored endpoints
  </Step>

  <Step title="Iris - Regulatory Intelligence">
    Verifies current regulatory requirements, checks for compliance standard updates, and validates audit criteria against latest GDPR/LGPD guidelines
  </Step>

  <Step title="Scribe - Report Generation">
    Compiles all collected data from Brontes and Iris, applies regulatory formatting standards, and generates a complete, auditable PDF compliance report
  </Step>

  <Step title="Result Delivered">
    A comprehensive GDPR/LGPD compliance report is automatically delivered, ready for audit submission with accurate, up-to-date regulatory alignment
  </Step>
</Steps>
