agents icon indicating copy to clipboard operation
agents copied to clipboard

Week 2 lab 2 problems

Open Disasm opened this issue 6 months ago • 0 comments

While analyzing the Automated SDR trace from lab 2 I noticed a lot of issues:

  • All 3 sales agents receive cold email input. IMO they shouldn't receive cold emails as input for a reason described below.
  • Subject writer receives Dear CEO from Alice instead of an email text as input. This of course leads to very generic email subjects.
  • HTML converter sometimes receives one of the generic cold emails instead of the generated ones.
  • Email Manager doesn't receive any email text, nor Sales Manager doesn't choose any!
  • Instead, Email Manager receives all the tool call history from from Sales Manager that apparently confuses it a lot.

Actually lecture 39 (around 2:33) shows all the problems happening at the same time: both the email subject and text are very generic and don't mention SOC2 or compliance at all.

Initially I was trying to fix the second problem, but when I realized the whole picture now I don't know where to start. Any suggestions? In general, it seems that handoffs is not a proper thing to use here. Instead Email Manager can be called as a tool at the very end, this way it should work as intended and will not be confused by the Sales Manager tool calling history.

Disasm avatar May 06 '25 06:05 Disasm