agents
agents copied to clipboard
Repo for the Complete Agentic AI Engineering Course
Error: Unable to install extension 'ms-toolsai.jupyter' as it is not compatible with VS Code '1.96.2'.
https://github.com/ed-donner/agents/blob/main/setup/SETUP-mac.md?plain=1#L102 When you try to install it with `uv tool install crewai`, I get the message "No executables are provided by `crewai`".
Updating the prompt to make it more robust, i.e. don't act on anything not related to the resume, summary, etc.
Gemini is not working as the tool gives an error. I have attached the trace of the gemini sales agent : `An error occurred while running the tool. Please try...
I would suggest to use Tavily instead of OpenAI web search. It is a simple and free API to search the web. The code to use it : ``` from...
Added these so we can refer to them in the code rather than have Ed's email as the base example.
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...
This PR updates the email-sending functionality in 2_lab2.ipynb by switching from SendGrid to SparkPost. • Replaced sendgrid SDK with sparkpost Python library • Updated function send_email to use SparkPost API...
This fix openai compatibility issue when using GEMINI and GROQ openai endpoints in AsyncOpenAI API calls. Due to issue https://github.com/openai/openai-agents-python/issues/443 reported resulting from breaking changes in https://github.com/openai/openai-agents-python/pull/431, openai-agents has minimal...
Nothing important, but still nice to see fully rendered :-) .................................................................................................................. 1_lab1.ipynb, cell 14 - content of converted_answer is in Markdown with Latex. To properly render Latex, we need to...