FurqanIshaq commited on
Commit
1e95e40
·
verified ·
1 Parent(s): 8ce07b9

Update graph_pipeline.py

Browse files
Files changed (1) hide show
  1. graph_pipeline.py +1 -1
graph_pipeline.py CHANGED
@@ -1,7 +1,6 @@
1
  from typing import TypedDict, Any, Dict
2
  from langgraph.graph import StateGraph, END
3
 
4
- # Import agents explicitly (match filenames!)
5
  from agents.grammar_agent import GrammarAgent
6
  from agents.style_agent import StyleAgent
7
  from agents.clarity_agent import ClarityAgent
@@ -9,6 +8,7 @@ from agents.reviewer_agent import ReviewerAgent
9
 
10
 
11
 
 
12
  # ---------------------------
13
  # TextDoctor State Definition
14
  # ---------------------------
 
1
  from typing import TypedDict, Any, Dict
2
  from langgraph.graph import StateGraph, END
3
 
 
4
  from agents.grammar_agent import GrammarAgent
5
  from agents.style_agent import StyleAgent
6
  from agents.clarity_agent import ClarityAgent
 
8
 
9
 
10
 
11
+
12
  # ---------------------------
13
  # TextDoctor State Definition
14
  # ---------------------------