From 710107ce5abe41f063f0b4bc1cdef420f9650aa5 Mon Sep 17 00:00:00 2001 From: Storme-bit Date: Sun, 5 Apr 2026 23:59:33 -0700 Subject: [PATCH] fixed 'internal structure' flow display within the document --- docs/services/orchestration-service.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/services/orchestration-service.md b/docs/services/orchestration-service.md index 8044cd8..70f7a2d 100644 --- a/docs/services/orchestration-service.md +++ b/docs/services/orchestration-service.md @@ -33,6 +33,7 @@ or inference services — all traffic flows through orchestration. | QDRANT_URL | No | http://localhost:6333 | Qdrant URL for semantic search | ## Internal Structure +``` src/ ├── services/ │ ├── memory.js # HTTP client for memory service @@ -45,6 +46,7 @@ src/ │ ├── chat.js # POST /chat and POST /chat/stream route handlers │ └── sessions.js # GET /sessions/:sessionId/history route handler └── index.js # Express app entry point +``` The `services/` layer wraps all downstream HTTP calls in named functions, keeping the pipeline logic in `chat/index.js` readable and ensuring that