sahanacp commited on
Commit
7b825cb
·
verified ·
1 Parent(s): f6e6a6c

Update agent/planning_agent.py

Browse files
Files changed (1) hide show
  1. agent/planning_agent.py +1 -0
agent/planning_agent.py CHANGED
@@ -10,6 +10,7 @@ import agent.product_review_agent as product_review_agent
10
  import agent.generic_agent as generic_agent
11
  import agent.composer_agent as composer_agent
12
  import logging
 
13
 
14
  # Set httpx (HTTP request) logging to WARNING or ERROR level
15
  # This will hide the HTTP request logs while keeping agent thoughts visible
 
10
  import agent.generic_agent as generic_agent
11
  import agent.composer_agent as composer_agent
12
  import logging
13
+ import serpapi
14
 
15
  # Set httpx (HTTP request) logging to WARNING or ERROR level
16
  # This will hide the HTTP request logs while keeping agent thoughts visible