https://github.com/hellothisisflo/agents
https://github.com/hellothisisflo/agents
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hellothisisflo/agents
- Owner: HelloThisIsFlo
- Created: 2025-02-16T15:47:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-16T16:01:32.000Z (about 1 year ago)
- Last Synced: 2025-02-16T17:20:49.347Z (about 1 year ago)
- Language: Python
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Agents
This repo is a place to build and experiment with agents.
## How to run?
1. Install `uv`, see [official repo](https://github.com/astral-sh/uv?tab=readme-ov-file#installation)
1. Run `uv sync`
1. Create a `.env` file in the root directory and add the following:
```bash
# 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
```
1. Run each example, they are self-contained