Introduction to AI Agents
Adel Nehme
VP of AI Curriculum, DataCamp
Tools that connect agents to the outside world
Set of rules that lets different software systems talk to each other and share data or functionality in a structured way
$$
Set of rules that lets different software systems talk to each other and share data or functionality in a structured way
$$
An open standard that lets AI assistants connect to external data sources and tools through a unified interface
What's the stock price of Nvidia today?
What's the stock price of Nvidia today?
$$
Yahoo Finance API
$$
Nvidia's stock price today is $141,97
Tools that connect agents to the outside world
Tools that lets agents execute a specific set of code
Analyze Nvidia's stock performance over the last 30 days
- Yahoo Finance API
- Calculates moving averages function
Nvidia's stock price today is $141,97. Over the past 30 days, the moving average increased by 10% over the historical average.
Tools that connect agents to the outside world
Tools that lets agents execute a specific set of code
Tools that lets agents retrieve information from databases and documents
- Tabular data
- Databases, Excel Files, Directories, etc...
$$
- Tabular data
- Databases, Excel Files, Directories, etc...
$$
- Text, image, video, audio data
- PDFs, Emails, Company Reports, etc...
Analyze Nvidia's stock performance over the last 30 days
- Yahoo Finance API
- Calculates moving averages function
- Analyst report on the semi-conductor industry
Nvidia's stock price today is $141,97. Over the past 30 days, the moving average increased by 10% over the historical average. According to analysts, the semi-conductor industry is seeing above average growth with exploding demand for GPUs coming from AI labs and increased VC investment in the AI industry.
$$
$$
Introduction to AI Agents