933 B
933 B
| title |
|---|
| Payment Successful |
Payment Successful!
Your purchase is complete. You now have access to Agentic Engineering the Hard Way.
What Happens Next
- Check your email for a receipt and download links
- Download the course from the link in your email
- 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?
- Course content: Check the Getting Started Guide
- Lab issues: Each lab has a
solution.pyfile with the complete answer - Other questions: Email artale@fdsa.agency
Welcome to Agentic Engineering the Hard Way.