airtai / captn-backend

Repo to handle google auth and google ads for captn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get success rate over 90%

rjambrecic opened this issue · comments

Tasks:

  • in a case of timeout error, retry up to 3 times with exponential timeout (restart from scratch in case it doesn't work, up to 3 times)
  • In case of max numbers of messages reached (This usually means the team is stuck - infinity loop) - retry from scratch
  • Update benchmark report: "Success", "Success with retry", "Failed"

Check the problems from the end2end benchmark 2024-05-11 are resolved:

  • Incorrect use of the ask_client_for_permission + modification function (create_campaign / create_ad_group_with_ad_and_keywords)
  • web_surfer_navigator repeating empty messages (because openai BadRequest is raised)
  • repeated TimeoutError in the campaign_creation_team - start the team from scratch