From 9b61afb04297e5b15ce3974e9f9c14cb80176e2a Mon Sep 17 00:00:00 2001 From: Kairos Date: Wed, 15 Apr 2026 10:46:55 +0800 Subject: [PATCH 1/2] fix(docs): resolve mermaid syntax errors Signed-off-by: Kairos --- backend/docs/flow_execution.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/docs/flow_execution.md b/backend/docs/flow_execution.md index d4303a99..ee9309ec 100644 --- a/backend/docs/flow_execution.md +++ b/backend/docs/flow_execution.md @@ -188,7 +188,7 @@ graph TD AssistantDirect[Assistant Agent
UseAgents=false] --> DirectTools[Direct Tools Only] - Note over AssistantUA,AssistantDirect: Operates independently
from Task/Subtask hierarchy + AssistantNote[Operates independently
from Task/Subtask hierarchy] end subgraph "Specialist Agent Tools" @@ -239,7 +239,7 @@ graph TD Enricher --> Memorist Enricher --> Searcher - Note over Adviser: Also used for:
- Mentor (execution monitoring)
- Planner (task planning) + AdviserNote[Also used for:
- Mentor execution monitoring
- Planner task planning] end subgraph "Error Correction" From 7214abeefb2b8a38f05961a90dd74151fa43ea98 Mon Sep 17 00:00:00 2001 From: Kairos Date: Wed, 15 Apr 2026 11:06:02 +0800 Subject: [PATCH 2/2] fix(docs): resolve mermaid syntax errors - added the previously stripped parentheses Signed-off-by: Kairos --- backend/docs/flow_execution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/docs/flow_execution.md b/backend/docs/flow_execution.md index ee9309ec..39c518cc 100644 --- a/backend/docs/flow_execution.md +++ b/backend/docs/flow_execution.md @@ -239,7 +239,7 @@ graph TD Enricher --> Memorist Enricher --> Searcher - AdviserNote[Also used for:
- Mentor execution monitoring
- Planner task planning] + AdviserNote["Also used for:
- Mentor (execution monitoring)
- Planner (task planning)"] end subgraph "Error Correction"