Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Tutorial: Agentic AI with Claude

Setup

1. Create and activate a virtual environment

python -m venv venv
source venv/bin/activate        # macOS/Linux
# venv\Scripts\activate         # Windows

2. Install dependencies

pip install -r requirements.txt

3. Configure your API key

Create a .env file in the project root:

ANTHROPIC_API_KEY=your_api_key_here

Run

python tutorial_simple_QA.py

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages