Activity
Mon
Wed
Fri
Sun
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
What is this?
Less
More

Memberships

AI Developer Accelerator

Public โ€ข 3.8k โ€ข Free

3 contributions to AI Developer Accelerator
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.
0
1
New comment 10d ago
0 likes โ€ข 10d
Thought I might as well add the flow plot to this too. I'd like to change it to have a single kickoff crew that launches the 3 main crews via async and have the final crew wait until all of them are completed. Just have to read more about how to achieve that and ensure that updating the shared state doesn't cause conflicts.
Saving intermediate results in tasks
I've been thinking about using the output_file parameter for a Task that will write the results of the step to a .md file (or whatever extension is appropriate), then checking for that file when running a new flow, so I can load those results instead of calling the LLM again. What do people think of this idea?
0
2
New comment 10d ago
0 likes โ€ข 10d
Related to https://www.skool.com/ai-developer-accelerator/multiple-tasks-per-agent-or-multiple-single-task-agents?p=9441a622
Multiple tasks per agent or multiple single task agents?
I've been experimenting with a crewai flow that will help me prepare for an upcoming interview. Using structured state, I've found that passing data from one crew to another is a bit easier than passing data from one agent/task to another agent/task within a single crew. I have a feeling I'm missing something fundamental for passing the output from one agent/task to another agent/task within a single crew, so if anyone has any pointers on that, I'd really appreciate it.
0
1
New comment 10d ago
1-3 of 3
Mark Ingalls
1
5points to level up
@mark-ingalls-7300
I've spent over 30 years in software development and system engineering. Looking to level-up my AI skills.

Active 10d ago
Joined Nov 14, 2024
powered by