Ir para o conteúdo

MundiX Documentation Portal

Bem-vindo ao portal de documentação oficial do MundiX - Multi-Agent Development System.


🚀 Quick Navigation

  • Quickstart


    Get started quickly with production deployment guides and testing instructions.

    Quickstart Guides

  • Architecture


    Explore system architecture, diagrams, and design decisions.

    Architecture Docs

  • Tasks & Reports


    Browse completed tasks, implementation reports, and project status.

    Tasks | Reports

  • API Reference


    Complete API documentation for authentication, orchestrator, and agents.

    API Docs


📊 Project Status

Current deployment status and system health indicators.

Component Status Version Notes
Authentication API ✅ Production 1.0.0 MX-2026-000123
Orchestrator 🟡 In Progress 0.5.0 Core MVP
Matrix Server 🟡 Planned - ÉPICO 1
Frontend 🟡 Planned - ÉPICO 2
Documentation Portal ✅ Active 1.0.0 This site

See full Deployment Status for details.


🎯 Latest Completed Tasks

  • MX-2026-000123: Production-Ready JWT Authentication System
  • Status: CLOSED - VALIDATED
  • Security Score: 10/10
  • Test Coverage: 18/32 passing (56% - core validated)
  • Final Report

📖 Documentation Sections

Quickstart

Get up and running quickly with step-by-step guides: - Production Quickstart - 15-minute deployment - Test Instructions - Running the test suite - SSL Setup - Certificate configuration

Architecture

System design and architectural decisions: - Master Architecture - ADRs (Architecture Decision Records) - System Diagrams

Runbooks

Operational guides and procedures: - Main Runbook - Setup, deployment, maintenance - Troubleshooting - Common issues and solutions

API Reference

Complete API documentation: - Authentication API - JWT auth endpoints - Orchestrator API - Task management

Security

Security documentation and threat models: - Security Checklist - Threat Models


🔐 About MundiX

MundiX é um sistema de desenvolvimento multi-agente que orquestra agentes de IA especializados (Architect, Backend, QA, Security, DevOps) para implementar features completas de forma colaborativa.

Key Features

  • 🤖 Multi-Agent Orchestration - Coordenação inteligente de agentes especializados
  • 🔐 Production-Ready Auth - Sistema JWT com refresh tokens, rate limiting, e cleanup automático
  • 📊 Task Management - Task Packets estruturados com rastreamento completo
  • 🔄 Matrix Integration - Comunicação via Matrix (Synapse) + Telegram bridge
  • 📚 Documentation-First - Documentação gerada automaticamente e sempre atualizada

Tech Stack

  • Backend: FastAPI + SQLAlchemy + PostgreSQL
  • Cache: Redis (rate limiting + sessions)
  • Communication: Matrix (Synapse) + mautrix-telegram
  • Infrastructure: Docker Compose + Traefik
  • Documentation: MkDocs Material

📝 Contributing to Documentation

Toda nova documentação deve seguir os templates e ser integrada automaticamente ao portal:

# Sync new documentation
/opt/mundix/mundix-docs/tools/docs_sync.py

# Build locally
cd /opt/mundix/mundix-docs
mkdocs serve

# Deploy
docker compose up -d

See Documentation Portal Runbook for details.



MundiX Documentation Portal

Built with Material for MkDocs