Update role for Engine in component overview

This commit is contained in:
Rafael Ruiz 2026-02-10 07:46:58 -08:00 committed by GitHub
parent be65aa977b
commit b29c1214f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ The engine will be listening for gRPC requests on port `50052`.
| Service | Container Name | Description | Role |
| :--- | :--- | :--- | :--- |
| **Engine** | `brunix-assistance-engine` | The AVAP-powered brain. | 101OBEX Corp |
| **Engine** | `brunix-assistance-engine` | The AVAP-powered brain. | Engine |
| **Vector DB** | `brunix-vector-db` | Elasticsearch instance (Knowledge Base). | Training Support |
| **Observability** | `brunix-observability` | Langfuse UI (Tracing & Costs). | System Quality |
| **System DB** | `brunix-postgres` | Internal storage for Langfuse. | Infrastructure |
@ -145,4 +145,4 @@ graph LR
gRPC --> Engine
Sec -.->|Injected as Env| Engine
Engine <--> DB
```
```