From b29c1214f4f71ac496e37c2ba0f458aa3dfd9427 Mon Sep 17 00:00:00 2001 From: Rafael Ruiz Date: Tue, 10 Feb 2026 07:46:58 -0800 Subject: [PATCH] Update role for Engine in component overview --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6107db0..fb50632 100644 --- a/README.md +++ b/README.md @@ -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 -``` \ No newline at end of file +```