llm

LLM Agents Workflow Course - Documentation

LLM Agents Workflow Course by Unity Zone Zero team. Each module builds upon previous concepts to provide a comprehensive learning path.

📚 Course Modules

01_prompt

Learn the fundamentals of writing effective prompts that produce reliable, consistent results from LLMs. This module covers prompt engineering patterns, common pitfalls, and practical techniques for getting predictable outputs.

02_context

Master context window management, token economics, and optimization strategies. Understand how efficiently to manage LLM context, control costs, and prevent context pollution in long conversations and complex tasks.

03_claudecode

Practical guide to using Claude Code CLI, sub-agent orchestration, and advanced workflows. Learn to install, configure, and effectively use Claude Code for development tasks with hands-on examples.

04_baseagents

Introduction to fundamental agent patterns and simple implementation strategies. Understand the basics of agent design, state management, error handling, and how to build your first functional agents.

B1_agents_architecture

In-depth analysis of production-ready agent architectures with performance comparisons. Explore advanced patterns like ReAct, Self-Ask, Tree of Thoughts, and comprehensive benchmarking results.

🚀 Learning Path

We recommend following the modules in order:

  1. Start with 01_prompt - Master prompt engineering fundamentals
  2. Continue with 02_context - Understand context management
  3. Practice with 03_claudecode - Apply concepts using Claude Code
  4. Build with 04_baseagents - Create your first agents
  5. Advanced topics in B1_agents_architecture - Production-ready patterns

📖 Supporting Materials