3.1 KiB
3.1 KiB
| title |
|---|
| Downloads - Agentic Engineering the Hard Way |
Course Downloads
Welcome! Your purchase gives you access to all course materials below. Each package is a ZIP file — extract and start learning.
package_2
Full Course Package
147 MB · 415 files
- 8 modules (markdown + code examples)
- 13 labs (starter + solution files)
- 20 skill kits (7 categories)
- Install scripts (PowerShell + bash)
workspace_premium
Enterprise Bundle
191 MB · all course + extras
- Everything in Full Course Package
- Capstone reference implementation
- Brand Monitor full source
- All 7 skill kits as standalone ZIPs
Individual Skill Kits
| Kit | Size | Download |
|---|---|---|
| Security Foundation | 9 KB | Download |
| Multi-Agent Orchestration | 7 KB | Download |
| Verifier Pro | 4 KB | Download |
| Task Discipline | 2 KB | Download |
| Autoresearch | 3 KB | Download |
| Observability | 2 KB | Download |
| CEO Board | 3 KB | Download |
Getting Started
# 1. Extract the course package
unzip course-only.zip -d agentic-engineering
cd agentic-engineering
# 2. Install dependencies
python3 -m venv venv
source venv/bin/activate # Windows: venv\Scripts\activate
pip install anthropic openai
# 3. Start with Lab 1
cd course/labs/L1-first-agent/
python starter.py test.txt "What is this file about?"
Support
Questions? Email artale@fdsa.agency