Skip to content

BrightPool/ai-agents-udemy-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Agents Udemy Course

Prerequisites

  • Python 3.11+ installed
  • uv installed
  • Relevant API keys (e.g., Anthropic, LangSmith)

Pre-commit Hooks

This project uses pre-commit hooks to ensure code quality and security. The hooks include:

  • gitleaks: Scans for secrets and sensitive information in your code

Installation

  1. Install pre-commit:

    brew install pre-commit
  2. Install the pre-commit hooks:

    pre-commit install
  3. (Optional) Run hooks on all files:

    pre-commit run --all-files

The hooks will automatically run before each commit to check for secrets and other issues.

About

An open source repository for an agents course.

Resources

Stars

15 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors