Skip to content

feat(integrations): add Agno integration docs #1529

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

ohlava
Copy link

@ohlava ohlava commented Apr 10, 2025

This PR adds documentation for integrating Apify with the Agno framework, enabling users to enhance AI agents with any Apify Actor from the store.

Connected to PR#2566

Changes:

  • Added new file: sources/integrations/agno.md
  • Included code examples, prerequisites, and resources

Related Issues: Closes #1511

@ohlava ohlava requested a review from TC-MO as a code owner April 10, 2025 16:43
@ohlava ohlava marked this pull request as draft April 10, 2025 16:43
@ohlava
Copy link
Author

ohlava commented Apr 10, 2025

@jirispilka

@jirispilka jirispilka self-requested a review April 17, 2025 08:49
- **Required packages**: Install the following dependencies in your terminal:

```bash
pip install agno apify-client langchain-apify

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is langchain-apify needed?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is necessary in the implementation because it enables the agent to use the Actor by providing the actor tool’s name and a brief description. It abstracts the complexity of interacting with Apify Actors, allowing to invoke them directly.

Comment on lines +119 to +120
| `apify_api_token` | `str` | `None` | Apify API token (or set via APIFY_API_TOKEN environment variable) |
| `actors` | `str` or `List[str]`| `None` | Single Actor ID or list of Actor IDs to register |

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The current ApifyTools interface looks different.
See here

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is because we updated both the docs and the actual implementation simultaneously. It's connected with to [PR#2566]agno-agi/agno#2566 which actually has this implementation.

@jirispilka jirispilka added the t-ai Issues owned by the AI team. label Apr 25, 2025
Copy link
Contributor

@TC-MO TC-MO left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small nitpick from my side, otherwise LGTM

@ohlava
Copy link
Author

ohlava commented Apr 29, 2025

@TC-MO we can merge now

@ohlava ohlava force-pushed the feat/agno-integration branch from 834bd22 to abc37be Compare April 29, 2025 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t-ai Issues owned by the AI team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Agno framework to AI ecosystem
4 participants