This is the repository for MAS LLM Workshop
This project is managed by UV, follow the installation if UV and Python are not installed.
on Windows
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"on Mac
curl -LsSf https://astral.sh/uv/install.sh | shuv python install 3.11Duplicate default.env, rename the copy to .env and paste your API Keys in it.
OPENAI_API_KEY=[Your API KEY]
LOGFIRE_TOKEN=[Your TOKEN]uv run env_test.py