System Architecture

Overview

This document describes the system architecture.

Components

Architecture Diagram

┌─────────────────┐
│   Nginx (80/443)│
└────────┬────────┘
         │
    ┌────┴────┐
    │         │
┌───▼───┐  ┌──▼────┐
│File   │  │Voice  │
│Server │  │Agent  │
│:3000  │  │:8000  │
└───────┘  └───────┘

Data Flow

  1. Client requests come through Nginx
  2. Nginx routes to appropriate service based on domain
  3. Services process requests and return responses
  4. Responses flow back through Nginx to client