diff --git a/docs/concepts/architecture.md b/docs/concepts/architecture.md index a5c17eae83d..2b5a5ca1bab 100644 --- a/docs/concepts/architecture.md +++ b/docs/concepts/architecture.md @@ -89,6 +89,7 @@ sequenceDiagram Gateway-->>Client: event:agent
(streaming) Gateway-->>Client: res:agent
final {runId, status, summary} ``` +

## Wire protocol (summary) diff --git a/docs/gateway/security/index.md b/docs/gateway/security/index.md index 570952ad326..afb245ec708 100644 --- a/docs/gateway/security/index.md +++ b/docs/gateway/security/index.md @@ -820,7 +820,7 @@ flowchart TB C -- Limited trust --> D["Strangers"] D -- No trust --> E["Mario asking for find ~"] E -- Definitely no trust 😏 --> F[" "] - + %% The transparent box is needed to show the bottom-most label correctly F:::Class_transparent_box classDef Class_transparent_box fill:transparent, stroke:transparent