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.