Practicum Challenge: Agentic Patterns workshop #59
onlyphantom
started this conversation in
Practicum: Generative AI
Replies: 1 comment
-
@onlyphantom I have share my answer link via gmail |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
1. TECHNICAL Challenge
Make a copy of this code template I have created for you on Google Colab.
Use code snippets provided in the course material:
Instructions
The Code Template on Google Colab demonstrates a single-agent workflow. You have to modify the code in
main()
to demonstrate the use of a multi-agent AI workflow, featuring more than justcompany_research_agent
.You may use any of the multi-agent patterns discussed in the workshop:
Pick one of the above and modify the code. Run it from top to bottom and make sure the output of your multi-agent workflows is reasonable and reflects a real-life business case. Submit the link to your notebook.
If you're residing in Singapore / Malaysia, you are allowed to adapt the question to use financial stock data from Bursa Malaysia / Singapore Exchange pulled from Sectors Financial API (read the documentation).
Submission Format
To submit your completed exercise, open a new Discussion under 'Practicum: Generative AI', and paste a link to the completed work. This should be a Google Colab notebook. The output of each cell must be shown, whether they are intermediary steps or not. Make sure to 'Run All' from top to bottom before saving your work.
Specify your name and first 4 letters of your email at the top of your notebook for me to identify you.
Example:
Samuel Chan | samu
(if my email is indeed samuel@sectors.app)Grading
You will be given a Passing grade if your notebook demonstrate the use of a multi-agent AI system (more than one Agent working with each other to deliver a reasonable business use-case).
You can discuss, and ask for help in Discord, but please do not share your answers or plagiarize. You are only cheating yourself off an education.
2. CONCEPTUAL Challenge
Not all participants of this workshop are of a technical background, and are able to write Python code at this level yet. To be more accommodating of beginners and non-technical participants, I have prepared an alternative challenge for you.
I will still need you to demonstrate that you have learned the concepts as intended by the workshop, so I will ask you to write either a short paragraph of your key takeaways or provide 3 - 4 bullet points summarizing your learning or insights from the workshop.
Focus on one or two of the following Agentic Patterns discussed in this workshop:
Submission Format
Write up 3 - 4 bullet points on one (or two, up to you) of the Pattern above and share it with your audience.
You can include your thoughts on any key points, or any insight that you find particularly interesting.
You may also write how these patterns might translate into your own industry, and / or how industry peers might re-think work in the age of Agentic AIs.
Tag Supertype or myself (if on LinkedIn) or @sectorsapp (if on Instagram) in your post so that I am alerted to it and can review your submission.
Beta Was this translation helpful? Give feedback.
All reactions