A working draft of a course on basic concepts of distributed systems. The course includes examples from different domains including Large Language Model (LLM) agents.
- Introduce distributed systems concepts.
- Provide examples from different domains.
Distributed_Systems_Introduction_Draft/
├── README.md
├── LICENSE
├── requirements.txt
├── week1/
│ └── (coming soon)
├── week2/
│ └── (coming soon)
This course material is licensed under the Creative Commons Attribution 4.0 International License (CC BY 4.0).
You are free to use, adapt, and redistribute — even for commercial purposes — with proper attribution.
- Python 3.10+
- Google Colab or Jupyter Notebook
- Install CrewAI:
pip install crewai
- Introduction to LangGraph.