This repo accompanies LLM Agents Primer webinar streamed live on YT.
YT Link : https://www.youtube.com/live/zpWa6ccocOY
simple.ipynb
contains a simple demo on how to use 3 agents to generate a social media blog post based on a topic
smartResumeBuilder.py
contains a streamlit app that takes a boring resume and turns into a smart resume using 3 agents
smartResumeWriterCrew.py
contains the agent logic.
git clone https://github.com/Concepts-in-tamil/llm-introduction-webinar
cd llm-introduction-webinar
python3 -venv .venv
source .venv/bin/activate
pip install -r requirements.txt
streamlit run smartResumeBuilder.py