Skip to content

kmchandy/Distributed_Systems_Introduction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

22 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Distributed Systems Introduction

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.


πŸ“š Course Goals

  • Introduce distributed systems concepts.
  • Provide examples from different domains.

πŸ—‚οΈ Repository Structure

Distributed_Systems_Introduction_Draft/
β”œβ”€β”€ README.md
β”œβ”€β”€ LICENSE
β”œβ”€β”€ requirements.txt
β”œβ”€β”€ week1/
β”‚   └── (coming soon)
β”œβ”€β”€ week2/
β”‚   └── (coming soon)

πŸ—‚οΈ License

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.


πŸ“¦ Requirements

  • Python 3.10+
  • Google Colab or Jupyter Notebook
  • Install CrewAI:
pip install crewai

COURSE OUTLINE -- DRAFT


πŸ“¬ Week 1: Introduction to agents, states, and messages with a simple example.

  • Introduction to LangGraph.

About

A draft of a course on distributed systems using LLM agents.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages