Skip to content

Files

Latest commit

fe729be · Feb 14, 2025

History

History

agno

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 14, 2025
Feb 14, 2025
Feb 14, 2025
Feb 14, 2025

Agno (Phidata) with Superface AI Tooling SDK

This is an example of using Superface AI Tooling with Agno (formerly Phidata) framework.

The example is based on Agno's Getting started guide

  1. Install Dependencies

    Run the following command to install the necessary dependencies:

    pip install -r requirements.txt
  2. Set secret API keys Set up environment variables required by Agno:

    • OPENAI_API_KEY
    • AGNO_API_KEY (optional for Agno dashboard monitoring)

    Set up your Superface secret from the Dashboard:

    • SUPERFACE_API_KEY
  3. Install Tools

    Install the required tools (e.g., Google Calendar) by visiting Superface.

  4. Run the Agent

    Start the agent with the following command:

    python3 agent.py
    ``