Skip to content

ademoverflow/ai-agents

Repository files navigation

AI Agents

Install python3.13 with homebrew:

brew install [email protected]

Install uv with homebrew:

brew install uv

Create your virtual environment and install the requirements:

uv sync

If you want to install a new package, you can do it with:

uv add <package>

Only for development, add --dev flag:

uv add --dev <package>

Run the main script:

uv run ai-agents

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published