agentic-ai-engineering/site/checkout/success.md

933 B

title
Payment Successful

Payment Successful!

Your purchase is complete. You now have access to Agentic Engineering the Hard Way.

What Happens Next

  1. Check your email for a receipt and download links
  2. Download the course from the link in your email
  3. Join the community at the Discord link in your welcome email

Quick Start

# Download and extract the course package, then:
cd agentic-engineering
python3 -m venv venv
source venv/bin/activate  # or venv\Scripts\activate on Windows
pip install anthropic openai

# Start with Lab 1:
cd course/labs/L1-first-agent/
python starter.py test.txt "What is this file about?"

Need Help?

Welcome to Agentic Engineering the Hard Way.