docs: replace Excalidraw diagrams with Mermaid and fix architecture connections (#10697)

This commit is contained in:
Rubén De la Torre Vico
2026-04-15 12:51:29 +02:00
committed by GitHub
parent bb81c5dd2d
commit a96e5890dc
14 changed files with 75 additions and 8 deletions
@@ -15,8 +15,7 @@ This document describes the internal architecture of Prowler Lighthouse AI, enab
Lighthouse AI operates as a Langchain-based agent that connects Large Language Models (LLMs) with Prowler security data through the Model Context Protocol (MCP).
<img className="block dark:hidden" src="/images/lighthouse-architecture-light.png" alt="Prowler Lighthouse Architecture" />
<img className="hidden dark:block" src="/images/lighthouse-architecture-dark.png" alt="Prowler Lighthouse Architecture" />
![Prowler Lighthouse Architecture](/images/lighthouse-architecture.png)
### Three-Tier Architecture