Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions backend/docs/flow_execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ graph TD

AssistantDirect[Assistant Agent<br/>UseAgents=false] --> DirectTools[Direct Tools Only]

Note over AssistantUA,AssistantDirect: Operates independently<br/>from Task/Subtask hierarchy
AssistantNote[Operates independently<br/>from Task/Subtask hierarchy]
end

subgraph "Specialist Agent Tools"
Expand Down Expand Up @@ -239,7 +239,7 @@ graph TD
Enricher --> Memorist
Enricher --> Searcher

Note over Adviser: Also used for:<br/>- Mentor (execution monitoring)<br/>- Planner (task planning)
AdviserNote["Also used for:<br/>- Mentor (execution monitoring)<br/>- Planner (task planning)"]
end

subgraph "Error Correction"
Expand Down