Skip to content

HelloThisIsFlo/Agents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agents

This repo is a place to build and experiment with agents.

How to run?

  1. Install uv, see official repo
  2. Run uv sync
  3. Create a .env file in the root directory and add the following:
    # Required
    OPENAI_API_KEY=...
    
    # Optional
    TAVILY_API_KEY=...
    EXA_API_KEY=...
    
    # Optional - Agno Debug
    AGNO_DEBUG=false # Set to 'true' for debug output
    
    # Optional - Agno Tracing
    AGNO_API_KEY=...
    AGNO_MONITOR=true
  4. Run each example, they are self-contained

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published