frabbani commited on
Commit
a5607b4
·
1 Parent(s): 16d90db

Add graph based workflow ui filtering to agent_v2....................

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -18,6 +18,7 @@ COPY agent.py .
18
  COPY agent_v2.py .
19
  COPY report_generator.py .
20
  COPY tools.py .
 
21
  COPY init_db_hybrid.py .
22
 
23
  # Copy evaluation framework
 
18
  COPY agent_v2.py .
19
  COPY report_generator.py .
20
  COPY tools.py .
21
+ COPY agent_langgraph.py .
22
  COPY init_db_hybrid.py .
23
 
24
  # Copy evaluation framework