Forwarded from Yohannes Haile (Yohannes Haile)
This media is not supported in your browser
VIEW IN TELEGRAM
documentation on openAi agents sdk
https://openai.github.io/openai-agents-python/
https://openai.github.io/openai-agents-python/
Day 6
Intro to the OpenAI Agents SDK (a framework for building AI agents)
Tracing which is logging agents requests, inputs, outputs, and assigning a trace title
To run an agent:
-Create an instance of the agent.
-Wrap the execution with
-Call
Started building a Sales Development Agent that automatically sends emails to potential customers on behalf of a company.
#Day6_AE
Intro to the OpenAI Agents SDK (a framework for building AI agents)
Tracing which is logging agents requests, inputs, outputs, and assigning a trace title
To run an agent:
-Create an instance of the agent.
-Wrap the execution with
with trace() to track it.-Call
Runner.run() to execute the agent.Started building a Sales Development Agent that automatically sends emails to potential customers on behalf of a company.
#Day6_AE
π₯1
Day 7
Didn't complete much cuz of mebrat, but we still made progress
Learned agent as a tool β using one agent as a tool that another agent can call to handle tasks.
Learned handoffs β passing responsibility or a task from one agent to another when it's preferred to complete it
#Day7_AE
Didn't complete much cuz of mebrat, but we still made progress
Learned agent as a tool β using one agent as a tool that another agent can call to handle tasks.
Learned handoffs β passing responsibility or a task from one agent to another when it's preferred to complete it
#Day7_AE
Ed Tryouts
Sales Development Agent
about this.... instead of one agent doing everything, agents work together:
βοΈ One writes the email.
π One creates the subject line.
π¨ One generates a beautiful HTML version.
π€ One sends it.
so you have agents using other agents as tools to send email for your company
βοΈ One writes the email.
π One creates the subject line.
π¨ One generates a beautiful HTML version.
π€ One sends it.
so you have agents using other agents as tools to send email for your company
Ed Tryouts
about this.... instead of one agent doing everything, agents work together: βοΈ One writes the email. π One creates the subject line. π¨ One generates a beautiful HTML version. π€ One sends it. so you have agents using other agents as tools to send email forβ¦
tried my multi-agent email system using my personal email as the sender and my other accounts as recipients and it actually worked The agent generates and sends the emails.
...now they're all sitting in spam folder π one more problem to solve
...now they're all sitting in spam folder π one more problem to solve
π3
openAI's and anthropics beef is just making my life harder like anthropic doesn't have an openai compatible endpoint all the other models have btw... and I'm using openAI's framework with anthropic's api key even the insturctor recommends not to use them together but that's all i got using them together was a bit tough ...buuut we figured it out anyway
β€1
Day 8
-done with sales dev't agent(almost)
-used multiple ai models as multi agents
-saw guardrails(tools to make sure ur agent gets proper info and displays proper info for the user)
#Day8_AE
-done with sales dev't agent(almost)
-used multiple ai models as multi agents
-saw guardrails(tools to make sure ur agent gets proper info and displays proper info for the user)
#Day8_AE
Good morning my peeps... and we've reached 50 subsπ₯³π₯³ ..... Love y'allπ«Ά
β€4
Forwarded from AI and Machine Learning
If you're building AI agents, you should get familiar with these 3 common agent/workflow patterns.
Let's break it down.
πΉ Reflection
You give the agent an input.
The agent then "reflects" on its output, and based on feedback, improves and refines.
Ideal tools to use:
- Base model (e.g. GPT-4o)
- Fine-tuned model (to give feedback)
- n8n to set up the agent.
πΉ RAG-based
You give the agent a task.
The agent has the ability to query an external knowledge base to retrieve specific information needed.
Ideal tools to use:
- Vector Database (e.g. Pinecone).
- UI-based RAG (Aidbase is the #1 tool).
- API-based RAG (SourceSync is a new player on the market, highly promising).
πΉ AI Workflow
This is a "traditional" automation workflow that uses AI to carry out subtasks as part of the flow.
Ideal tools to use:
- n8n to handle the workflow.
- GPT-4o, Claude, or other models that can be accessed through API (basic HTTP requests).
If you can master these 3 patterns well, you can solve a very broad range of different problems.
Let's break it down.
πΉ Reflection
You give the agent an input.
The agent then "reflects" on its output, and based on feedback, improves and refines.
Ideal tools to use:
- Base model (e.g. GPT-4o)
- Fine-tuned model (to give feedback)
- n8n to set up the agent.
πΉ RAG-based
You give the agent a task.
The agent has the ability to query an external knowledge base to retrieve specific information needed.
Ideal tools to use:
- Vector Database (e.g. Pinecone).
- UI-based RAG (Aidbase is the #1 tool).
- API-based RAG (SourceSync is a new player on the market, highly promising).
πΉ AI Workflow
This is a "traditional" automation workflow that uses AI to carry out subtasks as part of the flow.
Ideal tools to use:
- n8n to handle the workflow.
- GPT-4o, Claude, or other models that can be accessed through API (basic HTTP requests).
If you can master these 3 patterns well, you can solve a very broad range of different problems.
heyy y'all... so I didn't get anything done on the agentic course the past two days and decided to try the 4hrs lock-in to catch up and finish the two days videos
This media is not supported in your browser
VIEW IN TELEGRAM
just got done with my 4hrs lock-in...well i got distracted a few timesπ«£, but I've covered two days course
Progress >> perfection π«‘
Progress >> perfection π«‘
π₯2
Forwarded from DEVpoet ΩΨ€ΩΨ―
So guys we missed after qery sliver project and they came back with an even bigger one Let's not miss this one!!
https://atrium.afterquery.com/r/MG3QTL
https://atrium.afterquery.com/r/MG3QTL
Atrium by AfterQuery
Atrium by AfterQuery β Sell your codebase
Connect a private repository, get an automated appraisal, and receive a firm quote to sell your codebase to AfterQuery.
Day 11
- deployed my deep research agent(sounds fancy right, it's actually a simple agent), which does multiple web searches, compares the results and displays the best result and sends it as an email
u can try it here if you'd like
https://deep-research-production-e160.up.railway.app/
- that's all I did for todayπ«
#Day11_AE
- deployed my deep research agent(sounds fancy right, it's actually a simple agent), which does multiple web searches, compares the results and displays the best result and sends it as an email
u can try it here if you'd like
https://deep-research-production-e160.up.railway.app/
- that's all I did for todayπ«
#Day11_AE
deep-research-production-e160.up.railway.app
Gradio
Click to try out the app!