File size: 351 Bytes
5889992
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
```mermaid
    graph TD
    A[Telegram User] --> B[Telegram Bot]
    C[Web Frontend] --> D[FastAPI HTTP]
    C --> E[FastAPI WebSocket]
    B & D & E --> F[Conversation Agent]
    F --> G[Emotion Agent]
    F --> H[Context Agent]
    G & H --> I[LLM Core]
    F --> J[Redis Memory]
    J --> K[Session Management]
    J --> L[Conversation History]
```