Antoine101 commited on
Commit
b174c80
·
verified ·
1 Parent(s): 04d6a3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -5,6 +5,8 @@ import inspect
5
  import pandas as pd
6
  from tools import *
7
  from typing import TypedDict, Annotated
 
 
8
 
9
  # (Keep Constants as is)
10
  # --- Constants ---
 
5
  import pandas as pd
6
  from tools import *
7
  from typing import TypedDict, Annotated
8
+ from langgraph.graph.message import add_messages
9
+ from langchain_core.messages import AnyMessage, HumanMessage
10
 
11
  # (Keep Constants as is)
12
  # --- Constants ---