Skip to content

Commit cfd4b9d

Browse files
ohlavaTC-MO
andauthored
Apply style changes for :::notes etc.
Co-authored-by: Michał Olender <[email protected]>
1 parent 97bbbb8 commit cfd4b9d

File tree

1 file changed

+9
-3
lines changed
  • sources/platform/integrations/ai

1 file changed

+9
-3
lines changed

sources/platform/integrations/ai/agno.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ slug: /integrations/agno
1414

1515
[Agno](https://docs.agno.com/) is an open-source framework for building intelligent AI agents. It provides a flexible architecture to create agents with custom tools, enabling seamless integration with external services like Apify for tasks such as web scraping, data extraction and automation.
1616

17-
:::note
17+
:::note Agno documentation
18+
1819
Check out the [Agno documentation](https://docs.agno.com/introduction) for more details on building AI agents.
20+
1921
:::
2022

2123
## How to Use Apify with Agno
@@ -58,8 +60,10 @@ agent.print_response("Extract key details from https://docs.agno.com/introductio
5860

5961
Running this code will scrape the specified URL and return formatted content your agent can use.
6062

61-
:::tip
63+
:::tip Environment variable token
64+
6265
You can also set the APIFY_API_TOKEN environment variable instead of passing it directly in the code.
66+
6367
:::
6468

6569
### Advanced Scenario: Travel Planning Agent
@@ -107,8 +111,10 @@ This agent will fetch travel-related data and restaurant recommendations, provid
107111
2. Use the Google Places Crawler to find a top sushi restaurant.
108112
3. Combine the results into a comprehensive guide.
109113

110-
:::tip
114+
:::tip Apify Store
115+
111116
Browse the [Apify Store](https://apify.com/store) to find additional Actors for tasks like social media scraping, e-commerce data extraction, or news aggregation.
117+
112118
:::
113119

114120
### Available Apify Tools

0 commit comments

Comments
 (0)