Update agent.py
Browse files
agent.py
CHANGED
|
@@ -151,7 +151,7 @@ def files_condition(state: AgentState) -> str:
|
|
| 151 |
return "not_handled"
|
| 152 |
|
| 153 |
|
| 154 |
-
def build_agent()
|
| 155 |
## The graph
|
| 156 |
builder = StateGraph(AgentState)
|
| 157 |
|
|
|
|
| 151 |
return "not_handled"
|
| 152 |
|
| 153 |
|
| 154 |
+
def build_agent():
|
| 155 |
## The graph
|
| 156 |
builder = StateGraph(AgentState)
|
| 157 |
|