Results of my interview prep flow
I've got something working fairly well. It takes in the email address of the interviewer, a file path to the interviewee's resume, and a URL to the job description. The results are a MD file with talking points that try to align information from interviewee's resume with the job description, taking into account information found via the interviewer's email address. I think I'll need to update the code to use a custom tool for using LinkedIn's API as the results of using ScrapeWebsiteTool() when fetching LinkedIn data is not what I was expecting. In any case, an example of the talking points result is attached. I'll probably clean it up a bit more and post it to my github in case others find it useful.