Last modified by Robert Schaub on 2025/12/25 13:58

From version 2.2
edited by Robert Schaub
on 2025/12/25 13:33
Change comment: There is no comment for this version
To version 3.1
edited by Robert Schaub
on 2025/12/25 13:35
Change comment: Rollback to version 1.1

Summary

Details

Page properties
Content
... ... @@ -32,4 +32,4 @@
32 32   style PG fill:#9999ff
33 33  {{/mermaid}}
34 34  
35 -**Three-Layer Architecture** - Clean separation with LLM abstraction: Interface Layer (user interactions), Processing Layer (AKEL + LLM Abstraction + background jobs), Data Layer (PostgreSQL primary + Redis cache/config + S3 archives). **LLM Abstraction Layer** provides provider-agnostic access to Anthropic, OpenAI, Google, and local models with automatic failover.
35 +**Three-Layer Architecture** - Clean separation of concerns: Interface Layer (user interactions), Processing Layer (AKEL + background jobs), Data Layer (PostgreSQL primary + Redis cache + S3 archives). Background scheduler configured by system administrators.