Skip to content
/ action Public
forked from ed-donner/action

Repo to accompany Jon Krohn and Ed Donner's workshop on Agentic AI in Action at ODSC East

License

Notifications You must be signed in to change notification settings

hrx876/action

 
 

Repository files navigation

Agentic AI in Action

Build Autonomous, Multi-Agent Systems Hands-On in Python

The Event

If you're looking at this in Cursor, please right click on the filename in the Explorer on the left, and select "Open preview", to view the formatted version.

This is the repo to accompany the live, hands-on workshop from Jon Krohn and Ed Donner at ODSC East in Boston.

Slides for the event

..are here

If you enjoy this event...

Ed has a comprehensive, immersive 6 week course on Udemy that covers this material, along with LangGraph, AutoGen and tons more. Here it is, with a coupon for ODSC people! The Complete Agentic AI Engineering Course

Setup instructions

We are using the fantastic uv platform and setup should be relatively painless!

  • Windows people, your instructions are here
  • Mac people, yours are here
  • Linux people, yours are here

Then for CrewAI Setup:

Windows PC users: you will need to have checked the "gotcha #4" at the top of the SETUP-PC instructions -- installing Microsoft Build Tools.
Then, you will need to run this command in a Cursor Terminal in the project root directory in order to run the Crew commands:
uv tool install crewai
And in case you've used Crew before, it might be worth doing this to make sure you have the latest:
uv tool upgrade crewai

Any problems, please do contact Ed - I'm at [email protected] or on LinkedIn at https://www.linkedin.com/in/eddonner/

Super useful resources

API costs - please read me!

This workshop does involve making calls to OpenAI and other frontier models, requiring an API key and a small spend, which we set up in the SETUP instructions. If you'd prefer not to spend on API calls, there are cheaper alternatives like DeepSeek and free alternatives like using Ollama!

Details are here.

Be sure to monitor your API costs to ensure you are totally happy with any spend. For OpenAI, the dashboard is here.

ABOVE ALL ELSE -

Be sure to have fun with the workshop! You could not have picked a better time to be learning about Agentic AI. I hope you enjoy every single minute! And if you get stuck at any point - contact us.

About

Repo to accompany Jon Krohn and Ed Donner's workshop on Agentic AI in Action at ODSC East

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 65.3%
  • Python 34.7%