Skip to content

Roadmap Starter Code

These starter files are intentionally minimal and runnable.

Use them while following each stage tutorial page:

  • Stage 1: stage01_async_foundations.py
  • Stage 2: stage02_llm_fundamentals.py
  • Stage 3: stage03_tool_calling.py
  • Stage 4: stage04_memory_state.py
  • Stage 5: stage05_single_agent.py
  • Stage 6: stage06_multi_agent.py
  • Stage 7: stage07_human_loop.py
  • Stage 8: stage08_eval_qa.py
  • Stage 9: stage09_observability.py
  • Stage 10: stage10_security_guardrails.py
  • Stage 11: stage11_deployment.py
  • Stage 12: stage12_portfolio_open_source.py

Run any starter file:

python3 docs/starter/<file_name>.py

Run all starter files:

python3 docs/starter/run_all_starters.py

Dataset seeds for mini-labs live under data/roadmap/.