Architecture
System Components
|
|---|
|
|
|
|
|
|
Simplified Flow
The frontend calls backend endpoints.
The backend orchestrates extraction and computation workflows.
Persistent entities are stored in PostgreSQL.
Nginx exposes services through a unified URL.
Key Technical Points
The backend uses FastAPI lifespan to initialize the orchestrator.
Background tasks run for checkpoint cleanup.
Configuration depends heavily on environment variables.