You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/toolkits/others/apify.mdx
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ You can easily integrate any Apify Actor as a tool. Here are some examples:
51
51
52
52
### 1. RAG Web Browser
53
53
54
-
The RAG Web Browser Actor is specifically designed for AI and LLM applications. It searches the web for a query or processes a URL, then cleans and formats the content for your agent. This tool is enabled by default.
54
+
The [RAG Web Browser](https://apify.com/apify/rag-web-browser) Actor is specifically designed for AI and LLM applications. It searches the web for a query or processes a URL, then cleans and formats the content for your agent. This tool is enabled by default.
55
55
56
56
```python
57
57
from agno.agent import Agent
@@ -71,7 +71,7 @@ agent.print_response("What are the latest developments in large language models?
71
71
72
72
### 2. Website Content Crawler
73
73
74
-
This tool uses Apify's Website Content Crawler Actor to extract text content from websites, making it perfect for RAG applications.
74
+
This tool uses Apify's [Website Content Crawler](https://apify.com/apify/website-content-crawler) Actor to extract text content from websites, making it perfect for RAG applications.
75
75
76
76
```python
77
77
from agno.agent import Agent
@@ -90,7 +90,7 @@ agent.print_response("Summarize the content from https://docs.agno.com/introduct
90
90
91
91
### 3. Google Places Crawler
92
92
93
-
This tool extracts data about businesses from Google Maps and Google Places.
93
+
The [Google Places Crawler](https://apify.com/compass/crawler-google-places) extracts data about businesses from Google Maps and Google Places.
0 commit comments