Skip to content

Commit c7109d4

Browse files
authored
docs: fix ai agent guide (#1673)
Add missing links change sidebar label fix unnecessary capitalization
1 parent 88f4d08 commit c7109d4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

sources/academy/ai/ai-agents.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Build and monetize AI Agents on Apify
3-
description: This guide shows you how to create an AI agent using the CrewAI Python framework and Apify platform. You will build an Instagram analysis agent that integrates with large language models (LLMs) and web scrapers.
4-
sidebar_label: AI Agents
2+
title: Build and monetize AI agents on Apify
3+
description: This guide shows you how to create an AI agent using the CrewAI Python framework and the Apify platform. You will build an Instagram analysis agent that integrates with large language models (LLMs) and web scrapers.
4+
sidebar_label: Build and monetize AI agents
55
sidebar_position: 1
66
slug: /ai/ai-agents
77
---
88

9-
**This guide shows you how to create an AI agent using the CrewAI Python framework and Apify platform. You will build an Instagram analysis agent that integrates with large language models (LLMs) and web scrapers.**
9+
**This guide shows you how to create an AI agent using the CrewAI Python framework and the Apify platform. You will build an Instagram analysis agent that integrates with large language models (LLMs) and web scrapers.**
1010

1111
---
1212

@@ -33,7 +33,7 @@ Apify provides a complete platform for building and deploying AI agents with the
3333

3434
### Step 1: Define the use case
3535

36-
This tutorial creates a social media analysis agent that analyzes Instagram posts based on user queries using the [Instagram Scraper Actor](LINK HERE).
36+
This tutorial creates a social media analysis agent that analyzes Instagram posts based on user queries using the [Instagram Scraper Actor](https://apify.com/apify/instagram-scraper).
3737

3838
_Example:_
3939

@@ -138,7 +138,7 @@ Define the dataset schema in `.actor/dataset_schema.json`. This helps structure
138138

139139
### Step 6: Configure tools
140140

141-
The Instagram post scraper tool is implemented using the [Instagram Scraper Actor](LINK HERE). The tool returns structured output as Pydantic models defined in `src/models.py`:
141+
The Instagram post scraper tool is implemented using the [Instagram Scraper Actor](https://apify.com/apify/instagram-scraper). The tool returns structured output as Pydantic models defined in `src/models.py`:
142142

143143
```python
144144
class InstagramPost(BaseModel):
@@ -299,5 +299,5 @@ To continue developing AI agents:
299299

300300
1. _Use the CrewAI template:_ Start with `apify create agent-actor -t python-crewai`
301301
2. _Explore other templates:_ Visit the Apify templates page for alternatives
302-
3. _Review existing agents:_ Check the AI Agents collection on Apify Store
302+
3. _Review existing agents:_ Check the AI agents collection on Apify Store
303303
4. _Publish and monetize:_ Deploy with `apify push` and enable monetization

0 commit comments

Comments
 (0)